[InterNetNews/inn] a3ccaa: innreport: Use the style attribute for alignments
Julien ÉLIE
noreply at github.com
Tue Feb 27 20:56:41 UTC 2024
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: a3ccaade74af1f11349ff8ffa316dcc4348cd150
https://github.com/InterNetNews/inn/commit/a3ccaade74af1f11349ff8ffa316dcc4348cd150
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M scripts/innreport.in
Log Message:
-----------
innreport: Use the style attribute for alignments
Improve XHTML conformance.
Commit: 23be6c3dd0b2c14e19aba00cc27dcb6c8825e423
https://github.com/InterNetNews/inn/commit/23be6c3dd0b2c14e19aba00cc27dcb6c8825e423
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M configure.ac
Log Message:
-----------
Add -Wno-poison-system-directories
Apple tools provide all the necessary headers and libraries within
Xcode.app, avoiding the host system’s headers and libraries.
The default compilation and link for Xcode is a cross-compilation even
though the very host system is targeted.
Silence this warning as it is useless.
Commit: 2bedde3f008abb615965679b083a63d620c69610
https://github.com/InterNetNews/inn/commit/2bedde3f008abb615965679b083a63d620c69610
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M m4/cc-flags.m4
M m4/lib-helper.m4
M m4/perl.m4
M m4/python.m4
Log Message:
-----------
Generalize the use of -isystem instead of -I
It suppresses unwanted warnings from included header files when
building applications.
m4/lib-helper.m4
m4/cc-flags.m4
m4/perl.m4
m4/python.m4
Commit: 4e6c7a50d28d6b7e34208e0bb92c0e8f7251af43
https://github.com/InterNetNews/inn/commit/4e6c7a50d28d6b7e34208e0bb92c0e8f7251af43
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M Makefile.global.in
M configure.ac
M include/innperl.h
M innd/perl.c
M innd/python.c
M lib/perl.c
M nnrpd/perl.c
M nnrpd/python.c
M nnrpd/tls.h
Log Message:
-----------
Remove diagnostic ignored pragmas around headers
Now that -isystem is used instead of -I to include OpenSSL, Perl and
Python header files, the code silencing some warnings in their header
files can be removed.
Commit: f573dcffe2d7a7b4d86304a7f103769d2885c5f2
https://github.com/InterNetNews/inn/commit/f573dcffe2d7a7b4d86304a7f103769d2885c5f2
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M tests/lib/mkstemp-t.c
M tests/lib/pread-t.c
M tests/lib/pwrite-t.c
M tests/lib/qio-t.c
Log Message:
-----------
Do not unlink temporary files in the test suite
Patch from upstream rra-c-util package for the mkstemp test.
Commit: 7d228b493149a2da3cc671b4763006099984afef
https://github.com/InterNetNews/inn/commit/7d228b493149a2da3cc671b4763006099984afef
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M contrib/reset-cnfs.c
Log Message:
-----------
reset-cnfs: Do not explicitly call stat64()
stat() and fstat() already handle all the kernel-specific 32/64-bit
differences. Explicitly calling the 64-bit variant causes build errors
on some systems.
Commit: 8ee7e17d6f344ada7b1236c2d749aaffdba9afd2
https://github.com/InterNetNews/inn/commit/8ee7e17d6f344ada7b1236c2d749aaffdba9afd2
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M doc/pod/storage.conf.pod
Log Message:
-----------
storage.conf: Improve documentation of exactmatch
The Xref header field is used when storeonxref is true in inn.conf.
Commit: 7627b634e0e6989c9014ae6471e1789603d166c5
https://github.com/InterNetNews/inn/commit/7627b634e0e6989c9014ae6471e1789603d166c5
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M doc/pod/install.pod
M doc/pod/news.pod
M doc/pod/storage.conf.pod
M include/inn/storage.h
M innd/art.c
M samples/storage.conf
M scripts/inncheck.in
M storage/interface.c
M storage/interface.h
Log Message:
-----------
storage.conf: Add path option
New path option in storage.conf to store articles by the contents of
the Path header field, notably to filter spammy sites.
Thanks to Christoph Biedl for the patch.
close #297
Compare: https://github.com/InterNetNews/inn/compare/4d857ccd7538...7627b634e0e6
To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications
More information about the inn-committers
mailing list