Send inn-committers mailing list submissions to
        inn-committers@lists.isc.org

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
        inn-committers-requ...@lists.isc.org

You can reach the person managing the list at
        inn-committers-ow...@lists.isc.org

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] b5ca94: perl-nocem: Discard empty
      Message-IDs (Julien ?LIE)
   2. [InterNetNews/inn] d638d5: Move man pages of delayer, shlock,
      sm to section 8 (Julien ?LIE)
   3. [InterNetNews/inn] 58bb61: Bump library revision numbers for
      INN 2.7.3 (Julien ?LIE)
   4. [InterNetNews/inn] 21da0c: Update FAQ and NEWS for INN 2.7.3
      (Julien ?LIE)
   5. [InterNetNews/inn] 61ebec: Bump library revision numbers for
      INN 2.7.3 (Julien ?LIE)


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

Message: 1
Date: Fri, 09 May 2025 06:25:13 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] b5ca94: perl-nocem: Discard empty
        Message-IDs
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/e46e5c-b5c...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: b5ca9446260ee961979a6e929a636bf97e35b5fd
      
https://github.com/InterNetNews/inn/commit/b5ca9446260ee961979a6e929a636bf97e35b5fd
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M control/perl-nocem.in
    M doc/pod/news.pod

  Log Message:
  -----------
  perl-nocem: Discard empty Message-IDs

Previously:

May  8 18:50:02 news nocem[525277]: Cannot cancel <>: 484 1 Empty Message-ID
May  8 18:50:02 news nocem[525277]: Switching to ctlinnd...
May  8 18:50:02 news nocem[525277]: Child 572325 died with status 1



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


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

Message: 2
Date: Fri, 09 May 2025 06:30:26 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] d638d5: Move man pages of delayer, shlock,
        sm to section 8
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/645e42-85c...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: d638d57209d0dba8941aca9a4cdf1dfccef2db87
      
https://github.com/InterNetNews/inn/commit/d638d57209d0dba8941aca9a4cdf1dfccef2db87
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M MANIFEST
    M backends/Makefile
    M backends/delayer.in
    M backends/innxbatch.c
    M doc/man/Makefile
    M doc/pod/Makefile
    M doc/pod/batcher.pod
    M doc/pod/cycbuff.conf.pod
    M doc/pod/grephistory.pod
    M doc/pod/innfeed.pod
    M doc/pod/innxbatch.pod
    M doc/pod/innxmit.pod
    M doc/pod/install.pod
    M doc/pod/news.daily.pod
    M doc/pod/news.pod
    M doc/pod/newsfeeds.pod
    M doc/pod/newslog.pod
    M doc/pod/nntpsend.pod
    M doc/pod/scanlogs.pod
    M doc/pod/send-ihave.pod
    M doc/pod/writelog.pod
    M perl/INN/Utils/Shlock.pm.in
    M samples/newsfeeds.in
    M scripts/innupgrade.in

  Log Message:
  -----------
  Move man pages of delayer, shlock, sm to section 8

Section 8 is better than section 1 for the manual pages of these
programs.

The rationale behind the change is to fix Debian bug 1101114 which
reported a conflict of files installed by the sm (screen-message)
package and by our inn2 (INN) package because both of them installed
sm(1).  We did not notice before as screen-message installed sm(6),
which was changed to sm(1) in a recent release.


  Commit: 80fdd9f3bcfb0445896643645e9ea086370bcb5b
      
https://github.com/InterNetNews/inn/commit/80fdd9f3bcfb0445896643645e9ea086370bcb5b
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Disable a few useless gcc warnings

Disable -Wexcess-padding, -Wstack-protector-purecap-ignored and
-Wswitch-default which are sometimes enables by default on some
distributions, but are not actual problems for us.


  Commit: 3573001f9313838c678f4227121a3d53a5a0c1d3
      
https://github.com/InterNetNews/inn/commit/3573001f9313838c678f4227121a3d53a5a0c1d3
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M control/controlchan.in
    M doc/pod/hacking.pod

  Log Message:
  -----------
  Mention in HACKING to update copyright years


  Commit: 4a2dce6ee63e23d0d1a6774bf97cf8a78cc75b3a
      
https://github.com/InterNetNews/inn/commit/4a2dce6ee63e23d0d1a6774bf97cf8a78cc75b3a
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M doc/pod/news.pod
    M samples/moderators

  Log Message:
  -----------
  Update moderators

Remove aioe.*, ffm.* and ukr.* whose related domain names no longer exist.


  Commit: 211c9d5bc1105a1b636c0cc29fbaa67b61fd1e28
      
https://github.com/InterNetNews/inn/commit/211c9d5bc1105a1b636c0cc29fbaa67b61fd1e28
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M scripts/inncheck.in

  Log Message:
  -----------
  inncheck: Fix Perl warning

Use of uninitialized value $defsub in string ne at
/usr/lib/news/bin/inncheck line 766, <$IN> line 4


  Commit: 85c2277121e69756ec76e7112f0d85fe12b9167d
      
https://github.com/InterNetNews/inn/commit/85c2277121e69756ec76e7112f0d85fe12b9167d
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M control/perl-nocem.in
    M doc/pod/news.pod

  Log Message:
  -----------
  perl-nocem: Discard empty Message-IDs

Previously:

May  8 18:50:02 news nocem[525277]: Cannot cancel <>: 484 1 Empty Message-ID
May  8 18:50:02 news nocem[525277]: Switching to ctlinnd...
May  8 18:50:02 news nocem[525277]: Child 572325 died with status 1


Compare: https://github.com/InterNetNews/inn/compare/645e42349a10...85c2277121e6

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


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

Message: 3
Date: Fri, 09 May 2025 06:44:01 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] 58bb61: Bump library revision numbers for
        INN 2.7.3
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/b5ca94-58b...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 58bb61d27a505bd64ff5816eaf0a07b2b1e8d3ac
      
https://github.com/InterNetNews/inn/commit/58bb61d27a505bd64ff5816eaf0a07b2b1e8d3ac
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M history/Makefile
    M lib/Makefile
    M storage/Makefile

  Log Message:
  -----------
  Bump library revision numbers for INN 2.7.3

No interface changes.

The most interesting internal improvement is a better inn_getfqdn()
routine.



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


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

Message: 4
Date: Fri, 09 May 2025 06:46:49 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] 21da0c: Update FAQ and NEWS for INN 2.7.3
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/58bb61-21d...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 21da0cda256a4f7623ae52670ab87f16ede25405
      
https://github.com/InterNetNews/inn/commit/21da0cda256a4f7623ae52670ab87f16ede25405
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

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

  Log Message:
  -----------
  Update FAQ and NEWS for INN 2.7.3



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


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

Message: 5
Date: Fri, 09 May 2025 06:48:22 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] 61ebec: Bump library revision numbers for
        INN 2.7.3
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/85c227-9b9...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 61ebecf5d75f1f6d88f7d4963e002f6a3537c053
      
https://github.com/InterNetNews/inn/commit/61ebecf5d75f1f6d88f7d4963e002f6a3537c053
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M history/Makefile
    M lib/Makefile
    M storage/Makefile

  Log Message:
  -----------
  Bump library revision numbers for INN 2.7.3

No interface changes.

The most interesting internal improvement is a better inn_getfqdn()
routine.


  Commit: 9b9add2885218cba05a0ce82912602ff35cea7a2
      
https://github.com/InterNetNews/inn/commit/9b9add2885218cba05a0ce82912602ff35cea7a2
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

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

  Log Message:
  -----------
  Update FAQ and NEWS for INN 2.7.3


Compare: https://github.com/InterNetNews/inn/compare/85c2277121e6...9b9add288521

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


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

Subject: Digest Footer

_______________________________________________
inn-committers mailing list
inn-committers@lists.isc.org
https://lists.isc.org/mailman/listinfo/inn-committers


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

End of inn-committers Digest, Vol 170, Issue 2
**********************************************

Reply via email to