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] 083097: Drop old OpenSSL and LibreSSL
      version support (Roman Donchenko)
   2. [InterNetNews/inn] b7a18b: Add NEWS log for previous commit
      (Julien ?LIE)
   3. [InterNetNews/inn] 64f1e1: nnrpd: Order change in link
      command (Julien ?LIE)
   4. [InterNetNews/inn] a219d0: Fix msync calls beyond the end of
      the mapping (Julien ?LIE)
   5. [InterNetNews/inn] b126cb: innd: Remove useless 0x before %p
      (Julien ?LIE)


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

Message: 1
Date: Tue, 24 Jun 2025 13:26:21 -0700
From: Roman Donchenko <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] 083097: Drop old OpenSSL and LibreSSL
        version support
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/f77a52-083...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 08309733864dc1d3ea0d60210b2805a051eeafca
      
https://github.com/InterNetNews/inn/commit/08309733864dc1d3ea0d60210b2805a051eeafca
  Author: Roman Donchenko <rdonc...@outlook.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M doc/pod/inn.conf.pod
    M doc/pod/install.pod
    M nnrpd/misc.c
    M nnrpd/nnrpd.c
    M nnrpd/tls.c
    M nnrpd/tls.h

  Log Message:
  -----------
  Drop old OpenSSL and LibreSSL version support

The new baseline is OpenSSL 1.1.1 or LibreSSL 2.8.0.  I chose the
former because it's the version available in Rocky Linux 8 (and
presumably RHEL 8), which is still under support.  The latter is just
because it's been released around the same time.

By doing this, we can drop every preprocessor conditional that depends
on `OPENSSL_VERSION_NUMBER` and almost every one that depends on
`LIBRESSL_VERSION_NUMBER`.

In addition, we can now make the following simplifications:

* Drop support for SSLv2, since neither library supports it anymore.
  For backwards compatibility, the protocol name is still allowed in
  the config, but does nothing.

* Remove the setting of the `SSL_OP_SINGLE_{EC,}DH_USE` options, since
  they're now permanently enabled in both libraries.

* Remove the `OPENSSL_init_ssl` call, which is now unnecessary.

* Remove the manual seeding code, since both libraries now handle
  seeding automatically.  In LibreSSL, `RAND_load_file` doesn't even do
  anything.

close #325
see #321



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


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

Message: 2
Date: Tue, 24 Jun 2025 13:28:43 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] b7a18b: Add NEWS log for previous commit
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/083097-b7a...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: b7a18b52a2a772dc7f945904a88f763ec5d4b7dd
      
https://github.com/InterNetNews/inn/commit/b7a18b52a2a772dc7f945904a88f763ec5d4b7dd
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M doc/pod/news.pod

  Log Message:
  -----------
  Add NEWS log for previous commit



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


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

Message: 3
Date: Tue, 24 Jun 2025 13:32:40 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] 64f1e1: nnrpd: Order change in link
        command
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/b7a18b-64f...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 64f1e1a67ab2c2edcf485c9b2157f81aa9979199
      
https://github.com/InterNetNews/inn/commit/64f1e1a67ab2c2edcf485c9b2157f81aa9979199
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M nnrpd/Makefile

  Log Message:
  -----------
  nnrpd: Order change in link command

Python 3.11 somehow advertises on Debian bookworm
"-L/usr/lib/x86_64-linux-gnu" as LIBDIR whereas Python 3.9 advertises
on Debian bullseye "-L/usr/lib/x86_64-linux-gnu/python3.9" as LIBDIR.

It breaks the build of custom libraries whose lib path is mentioned
afterwards.  So just put PYTHON_LIBS at the end.  Quick fix!



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


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

Message: 4
Date: Tue, 24 Jun 2025 13:55:02 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] a219d0: Fix msync calls beyond the end of
        the mapping
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/64f1e1-a21...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: a219d093447d20c8c73c2df70d8b27c955bfdf23
      
https://github.com/InterNetNews/inn/commit/a219d093447d20c8c73c2df70d8b27c955bfdf23
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M CONTRIBUTORS
    M doc/pod/news.pod
    M frontends/cnfsstat.in
    M lib/mmap.c
    M storage/cnfs/cnfs.c

  Log Message:
  -----------
  Fix msync calls beyond the end of the mapping

Fixed very infrequent errors of page alignment in msync calls.
Thanks to Chris Knipe for the bug report and to Richard Kettlewell for
the patch.

close #327



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


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

Message: 5
Date: Tue, 24 Jun 2025 13:57:32 -0700
From: Julien ?LIE <nore...@github.com>
To: inn-committers@lists.isc.org
Subject: [InterNetNews/inn] b126cb: innd: Remove useless 0x before %p
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/a219d0-b12...@github.com>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: b126cb40daf2d306bddc28e8290ae8fe99771377
      
https://github.com/InterNetNews/inn/commit/b126cb40daf2d306bddc28e8290ae8fe99771377
  Author: Julien ?LIE <julien-e...@users.noreply.github.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M innd/cc.c
    M innd/chan.c
    M innd/icd.c
    M innd/lc.c
    M innd/rc.c

  Log Message:
  -----------
  innd: Remove useless 0x before %p

%p already starts with "0x".



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 171, Issue 3
**********************************************

Reply via email to