[InterNetNews/inn] 58eecf: Update config.guess and config.sub from upstream
Julien ÉLIE
noreply at github.com
Sat Dec 9 21:37:31 UTC 2023
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 58eecf3e9736b91f52e100fe2b1cf608b54de45a
https://github.com/InterNetNews/inn/commit/58eecf3e9736b91f52e100fe2b1cf608b54de45a
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M support/config.guess
M support/config.sub
Log Message:
-----------
Update config.guess and config.sub from upstream
Support for new systems has been added (notably CheriBSD).
Commit: d2279aa7839067f76cbac3e4e31ad81071f351cf
https://github.com/InterNetNews/inn/commit/d2279aa7839067f76cbac3e4e31ad81071f351cf
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M storage/tradspool/tradspool.c
Log Message:
-----------
Fix unappropriated log of unknown storage class
A warn log may appear when rebuilding the history file from a tradspool
directory whereas there is nothing to worry about (as SMerrorstr is not
set for the corresponding article wrongly reported in error).
Thanks to Jesse Rehmer for the bug report.
Commit: 85330725b1b0bedd1783541d058e32b05f288752
https://github.com/InterNetNews/inn/commit/85330725b1b0bedd1783541d058e32b05f288752
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M storage/interface.c
Log Message:
-----------
Add storage failure reason of missing newsgroups
The reason of the error of an empty Newsgroups header field was not
set (contrary to all the other reasons).
Commit: 61aa4f3974771ee2436a30ae789ced4d04f3bf86
https://github.com/InterNetNews/inn/commit/61aa4f3974771ee2436a30ae789ced4d04f3bf86
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M configure.ac
M lib/mmap.c
M storage/cnfs/cnfs.c
Log Message:
-----------
Use uintptr_t to convert a pointer to an integer
Issue seen on CheriBSD running on a Morello board
(capability-to-integer-cast error).
The relevant capability metadata for pointers is preserved in the
uintptr_t datatype. This way, afterwards in the code, the other way
round of converting the computed integer value to a pointer works fine.
Commit: aa6cb1f689dc8638ff6a36b3a9bffd86fddf65af
https://github.com/InterNetNews/inn/commit/aa6cb1f689dc8638ff6a36b3a9bffd86fddf65af
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M doc/pod/expire.pod
M doc/pod/makehistory.pod
Log Message:
-----------
expire, makehistory: How to pre-size the history
Better explain the use of the -s flag (as already done for makedbz
documentation).
Commit: bb5fcb46b50ee609d256d8ae28359510316ddee6
https://github.com/InterNetNews/inn/commit/bb5fcb46b50ee609d256d8ae28359510316ddee6
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M doc/pod/procbatch.pod
Log Message:
-----------
Typo
Commit: 4d14fcaadce763d89367491971af7e3c47904552
https://github.com/InterNetNews/inn/commit/4d14fcaadce763d89367491971af7e3c47904552
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M innd/icd.c
M innfeed/buffer.c
M nnrpd/tls.c
Log Message:
-----------
Use %p as specifier of (void *) pointers
Thanks to Richard Kettlewell for the suggestion of fix.
Commit: 317eac1e93506ba3a6efb1de92ce64a2155f8b64
https://github.com/InterNetNews/inn/commit/317eac1e93506ba3a6efb1de92ce64a2155f8b64
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M lib/headers.c
Log Message:
-----------
Fix an out-of-bounds access
Issue seen on CheriBSD running on a Morello board
(core dump when running the test suite).
Compare: https://github.com/InterNetNews/inn/compare/3238a5c088a0...317eac1e9350
More information about the inn-committers
mailing list