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] a2206d: nnrpd: Support the ALPN TLS
      extension (Julien ?LIE)
   2. [InterNetNews/inn] 30dc09: Update URLs for rra-c-util and C
      TAP Harness (Julien ?LIE)
   3. [InterNetNews/inn] da9b0a: perl-nocem: Fix the handling of
      continuation lines (Julien ?LIE)
   4. [InterNetNews/inn] b5dde9: scanlogs: Fix the rotation of
      perl-nocem.log (Julien ?LIE)
   5. [InterNetNews/inn] 339c00: perl-nocem: Gracefully handle a
      socket closure (Julien ?LIE)


----------------------------------------------------------------------

Message: 1
Date: Tue, 10 Jun 2025 10:14:19 -0700
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] a2206d: nnrpd: Support the ALPN TLS
        extension
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: a2206db159c7afb5976b00fa026009549b04f9d7
      
https://github.com/InterNetNews/inn/commit/a2206db159c7afb5976b00fa026009549b04f9d7
  Author: Roman Donchenko <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M nnrpd/tls.c

  Log Message:
  -----------
  nnrpd: Support the ALPN TLS extension

This helps prevent protocol confusion attacks and is recommended by
RFC 9325.

The "nntp" protocol identifier is assigned
to the NNTP reader protocol as per
<https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids>.


  Commit: 7dbf035e319503c8ad33158d6f628ecaabf134fa
      
https://github.com/InterNetNews/inn/commit/7dbf035e319503c8ad33158d6f628ecaabf134fa
  Author: Julien ?LIE <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M CONTRIBUTORS
    M doc/pod/news.pod

  Log Message:
  -----------
  Add a NEWS entry for the previous commit

close #320


Compare: https://github.com/InterNetNews/inn/compare/21da0cda256a...7dbf035e3195

To unsubscribe from these emails, change your notification settings at 
https://github.com/InterNetNews/inn/settings/notifications


------------------------------

Message: 2
Date: Tue, 10 Jun 2025 10:29:53 -0700
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 30dc09: Update URLs for rra-c-util and C
        TAP Harness
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 30dc093dd9f304bcac644b9ff9ee2c3bd516d7ab
      
https://github.com/InterNetNews/inn/commit/30dc093dd9f304bcac644b9ff9ee2c3bd516d7ab
  Author: Julien ?LIE <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M support/getc-tap-harness
    M support/getrra-c-util

  Log Message:
  -----------
  Update URLs for rra-c-util and C TAP Harness

Let's use the GitHub repository as gitweb has been disabled on the main
repository because of denial-of-service attacks.



To unsubscribe from these emails, change your notification settings at 
https://github.com/InterNetNews/inn/settings/notifications


------------------------------

Message: 3
Date: Tue, 10 Jun 2025 10:37:50 -0700
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] da9b0a: perl-nocem: Fix the handling of
        continuation lines
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: da9b0a5ca68da1d366396900cf69eb1f938caad3
      
https://github.com/InterNetNews/inn/commit/da9b0a5ca68da1d366396900cf69eb1f938caad3
  Author: Julien ?LIE <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Fix the handling of continuation lines

The previous commit introduced a regression in the parsing of
continuation lines.  Hopefully it has not a real impact as current
NoCeM senders do not use that syntax, and even if they did, the
articles would still be correctly removed.  Only the very specific
local function called via the use of the -i option would not have the
whole list of newsgroups the article was posted to.



To unsubscribe from these emails, change your notification settings at 
https://github.com/InterNetNews/inn/settings/notifications


------------------------------

Message: 4
Date: Tue, 10 Jun 2025 10:50:50 -0700
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] b5dde9: scanlogs: Fix the rotation of
        perl-nocem.log
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: b5dde99895201c65b8b0271a3d38af1a0dda2daa
      
https://github.com/InterNetNews/inn/commit/b5dde99895201c65b8b0271a3d38af1a0dda2daa
  Author: Julien ?LIE <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M doc/pod/news.pod
    M scripts/scanlogs.in

  Log Message:
  -----------
  scanlogs: Fix the rotation of perl-nocem.log

Its contents was mistakenly appended to the news.notice log file.

${OLD_SYSLOG} was not a temporary file, but the actual symlinked
rotated log file.



To unsubscribe from these emails, change your notification settings at 
https://github.com/InterNetNews/inn/settings/notifications


------------------------------

Message: 5
Date: Tue, 10 Jun 2025 10:56:14 -0700
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 339c00: perl-nocem: Gracefully handle a
        socket closure
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 339c00b88bda4eb21e8d176374c58a05a7880399
      
https://github.com/InterNetNews/inn/commit/339c00b88bda4eb21e8d176374c58a05a7880399
  Author: Julien ?LIE <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Gracefully handle a socket closure

Fix Perl warnings for uninitialized values when the connection to the
server is closed.

close #322



To unsubscribe from these emails, change your notification settings at 
https://github.com/InterNetNews/inn/settings/notifications


------------------------------

Subject: Digest Footer

_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers


------------------------------

End of inn-committers Digest, Vol 171, Issue 1
**********************************************

Reply via email to