[InterNetNews/inn] 9c3c8e: Check an error cert is available before using
Julien ÉLIE
noreply at github.com
Mon Mar 6 21:05:47 UTC 2023
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 9c3c8e49d32442255d62d842c6eec6b8ecc380f1
https://github.com/InterNetNews/inn/commit/9c3c8e49d32442255d62d842c6eec6b8ecc380f1
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M doc/pod/hacking.pod
M nnrpd/tls.c
Log Message:
-----------
Check an error cert is available before using
In verify_callback(), we need to check that an error cert is
available before printing its data. Patch from upstream OpenSSL
(openssl/openssl at fad0f80eff188ef938fed614245a56ed56110deb, 2022-07-20).
Also, remove useless verify_error variable, and provide a link in
HACKING to the OpenSSL repository.
Commit: 6a88955d23e5617a821293c4e59b1dd692904940
https://github.com/InterNetNews/inn/commit/6a88955d23e5617a821293c4e59b1dd692904940
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M doc/pod/hacking.pod
M nnrpd/tls.c
Log Message:
-----------
Add link to LibreSSL, and use function from 3.6.0
All of the OpenSSL API we're using is available in latest releases of
LibreSSL.
Building INN with LibreSSL 3.6.2 (released) and 3.7.0 (still
in development) is OK, as well as OpenSSL 3.0.8 (released) and
3.1.0-beta1.
Commit: 26bda46b32ef2131cffedfe977f359e01738d293
https://github.com/InterNetNews/inn/commit/26bda46b32ef2131cffedfe977f359e01738d293
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M doc/pod/inn.conf.pod
M doc/pod/news.pod
M doc/pod/readers.conf.pod
Log Message:
-----------
Improve the wording of NEWS for the 2.7.1 release
Fix a few typos, and clarify some sentences.
Commit: d3dab41668bc08dcd09f2270eb5dc431a04f4405
https://github.com/InterNetNews/inn/commit/d3dab41668bc08dcd09f2270eb5dc431a04f4405
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M history/Makefile
M lib/Makefile
M storage/Makefile
Log Message:
-----------
Bump library revision numbers for INN 2.7.1
Notably a new IsValidDomain() function.
InitializeMessageIDcclass() is no longer accessible outside
lib/messageid.c, and daemonize() no longer exists (a replacement
function for daemon() is now provided instead).
Commit: e468414cf3833a67cffd2bf0f5aabd125d6b3f2f
https://github.com/InterNetNews/inn/commit/e468414cf3833a67cffd2bf0f5aabd125d6b3f2f
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M LICENSE
M doc/pod/install.pod
Log Message:
-----------
Update copyright year and supported OS
Commit: 9f5649008ab6230403f2de3f1dbf30e6ad40d874
https://github.com/InterNetNews/inn/commit/9f5649008ab6230403f2de3f1dbf30e6ad40d874
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M doc/pod/hacking.pod
Log Message:
-----------
Reorganize and update release process
Compare: https://github.com/InterNetNews/inn/compare/4017384e8427...9f5649008ab6
More information about the inn-committers
mailing list