Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. [InterNetNews/inn] 969ac1: Modernize ckpasswd documentation
about hash schemes (Julien ?LIE)
2. [InterNetNews/inn] 1ad22f: innd: Accept trailing whitespace
in newsfeeds entries (Julien ?LIE)
3. [InterNetNews/inn] 15346c: pullnews: Improve debugging
granularity (Julien ?LIE)
4. [InterNetNews/inn] 7f7347: pullnews: Add implicit TLS and
STARTTLS support (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Sat, 18 Feb 2023 02:20:45 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 969ac1: Modernize ckpasswd documentation
about hash schemes
Message-ID:
<InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 969ac1b0d9ca989bac647c294871419b3e6fe980
https://github.com/InterNetNews/inn/commit/969ac1b0d9ca989bac647c294871419b3e6fe980
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/ckpasswd.pod
Log Message:
-----------
Modernize ckpasswd documentation about hash schemes
No longer give an example of weak hashes from "htpasswd -d" limited to
8 characters. Mention instead SHA-256 and yescript with openssl and
perl commands to generate them.
Explain what is the cost factor of yescript, and how to generate a
decent salt.
Commit: 7b871de27b1045d24616aae4e21030fe0ef9a5de
https://github.com/InterNetNews/inn/commit/7b871de27b1045d24616aae4e21030fe0ef9a5de
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/inn-secrets.conf.pod
Log Message:
-----------
Give better examples of canlock hashes
Reduce lines to less than 72 characters for an optimal display
as man pages.
Commit: 9f93b272e466f838c9fc308d31b42319230accce
https://github.com/InterNetNews/inn/commit/9f93b272e466f838c9fc308d31b42319230accce
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/ckpasswd.pod
M doc/pod/ctlinnd.pod
M doc/pod/ovdb.pod
M doc/pod/ovdb_init.pod
Log Message:
-----------
Fix internal anchor links L<> in POD documentation
Quotes were missing around single words.
Commit: 6bbb251540c3fbfcf8c14e8f12951daafdaca7f3
https://github.com/InterNetNews/inn/commit/6bbb251540c3fbfcf8c14e8f12951daafdaca7f3
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M samples/nnrpd_access.py
M samples/nnrpd_auth.py
M samples/nnrpd_dynamic.py
Log Message:
-----------
Update formatting to new Black's 2023 stable style
Enforce empty lines before classes/functions with sticky leading
comments. New in Black 23.1.0.
Commit: ab5f432a6b365e724b71bc3a05cbe9bcaca524dc
https://github.com/InterNetNews/inn/commit/ab5f432a6b365e724b71bc3a05cbe9bcaca524dc
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M .git-blame-ignore-revs
Log Message:
-----------
Add previous commit in git blame ignore list
Compare: https://github.com/InterNetNews/inn/compare/ce53105a6da5...ab5f432a6b36
------------------------------
Message: 2
Date: Sat, 18 Feb 2023 02:21:35 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 1ad22f: innd: Accept trailing whitespace
in newsfeeds entries
Message-ID:
<InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 1ad22fe3f4dabb6272178d2dce63c63e7ab85dff
https://github.com/InterNetNews/inn/commit/1ad22fe3f4dabb6272178d2dce63c63e7ab85dff
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/news.pod
M innd/newsfeeds.c
Log Message:
-----------
innd: Accept trailing whitespace in newsfeeds entries
A common syntax error in newsfeeds is trailing whitespace like in
":innfeed! " at the end of an entry, due to a copy/paste artifact.
Though inncheck reports it, it's better to make innd ignore trailing
whitespace instead of dying!
close #241
------------------------------
Message: 3
Date: Sat, 18 Feb 2023 02:22:30 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 15346c: pullnews: Improve debugging
granularity
Message-ID:
<InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 15346c54a8e732dc5a52748feba331912b965fc0
https://github.com/InterNetNews/inn/commit/15346c54a8e732dc5a52748feba331912b965fc0
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/pullnews.pod
M frontends/pullnews.in
Log Message:
-----------
pullnews: Improve debugging granularity
Use levels 1 to 4.
Commit: 3853114dd79c83cae3e66059820cbb0d66015183
https://github.com/InterNetNews/inn/commit/3853114dd79c83cae3e66059820cbb0d66015183
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M frontends/pullnews.in
Log Message:
-----------
pullnews: Do not accept 2 ports mentioned in -p and -s
One was silently taking precedence.
Commit: 351160bd43eba4e69860ee317a13558bde17949b
https://github.com/InterNetNews/inn/commit/351160bd43eba4e69860ee317a13558bde17949b
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M frontends/pullnews.in
Log Message:
-----------
pullnews: Fix the generation of Xref
Remove an unexpected space between the name of a group and
the article number.
Commit: 5a24ea675ebe2ea071e5138cead64a45d29e1dcb
https://github.com/InterNetNews/inn/commit/5a24ea675ebe2ea071e5138cead64a45d29e1dcb
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M frontends/pullnews.in
Log Message:
-----------
pullnews: Properly exit when a post fails
This was already the case when an injection failed (feeder mode).
Do the same when a post fails (in mode reader).
Otherwise, pullnews goes on trying to send articles, and the highest
article number retrieved keeps increasing. We should bail out as soon
as possible.
Commit: 0d9cb962e1c9bc6ca932ec9e440c91d9028a17f0
https://github.com/InterNetNews/inn/commit/0d9cb962e1c9bc6ca932ec9e440c91d9028a17f0
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/pullnews.pod
M frontends/pullnews.in
Log Message:
-----------
pullnews: Add missing spaces, homogenize leading indentation
Compare: https://github.com/InterNetNews/inn/compare/1ad22fe3f4da...0d9cb962e1c9
------------------------------
Message: 4
Date: Sat, 18 Feb 2023 02:22:41 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 7f7347: pullnews: Add implicit TLS and
STARTTLS support
Message-ID:
<InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 7f7347afd4ea939cde81c3c33ffc6d189253c661
https://github.com/InterNetNews/inn/commit/7f7347afd4ea939cde81c3c33ffc6d189253c661
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/news.pod
M doc/pod/pullnews.pod
M frontends/pullnews.in
Log Message:
-----------
pullnews: Add implicit TLS and STARTTLS support
Implicit and explicit TLS support can now be negotiated by pullnews for
connections to upstream servers configured in pullnews.marks, and to
the downstream server specified in the -s flag.
Also, a port can be specified for connections to upstream servers (it
was already possible for the downstream server).
close #256
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 148, Issue 4
**********************************************