From b2ace52d7187d21038f63d4c4c551a0a2b3cd4c6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 27 Mar 2025 16:54:09 +0000 Subject: Prepare for next version, fix configure Signed-off-by: Laurent Bercot --- COPYING | 2 +- INSTALL | 12 ++++++------ NEWS | 6 ++++++ configure | 3 +-- doc/index.html | 14 +++++++------- doc/upgrade.html | 17 +++++++++++++++++ package/info | 2 +- 7 files changed, 39 insertions(+), 17 deletions(-) diff --git a/COPYING b/COPYING index 2ea7ac0..1a9e8a2 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011-2024 Laurent Bercot +Copyright (c) 2011-2025 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index 0605418..d550dc3 100644 --- a/INSTALL +++ b/INSTALL @@ -6,14 +6,14 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/ - - Optional (but recommended): execline version 2.9.6.1 or later: https://skarnet.org/software/execline/ - - s6 version 2.13.1.0 or later: https://skarnet.org/software/s6/ - - s6-dns version 2.4.0.0 or later: https://skarnet.org/software/s6-dns/ + - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/ + - Optional (but recommended): execline version 2.9.7.0 or later: https://skarnet.org/software/execline/ + - s6 version 2.13.1.1 or later: https://skarnet.org/software/s6/ + - s6-dns version 2.4.0.1 or later: https://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, bearssl version 0.6 or later: https://bearssl.org/ - or libressl version 3.9.2 or later: https://libressl.org/ - or openssl version 3.3.1 or later: https://openssl.org/ *in addition to* + or libressl version 4.0.0 or later: https://libressl.org/ + or openssl version 3.4.1 or later: https://openssl.org/ *in addition to* libretls version 3.8.1 or later: https://git.causal.agency/libretls/about/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index b2b2e7d..a6ab2c2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6-networking. +In 2.7.0.5 +---------- + + - Bugfixes. + + In 2.7.0.4 ---------- diff --git a/configure b/configure index 652e52f..6fc4778 100755 --- a/configure +++ b/configure @@ -60,9 +60,8 @@ exit 0 # If your system does not have printf, you can comment this, but it is # generally not a good idea to use echo. -# See http://etalabs.net/sh_tricks.html +# See http://www.etalabs.net/sh_tricks.html echo () { - IFS=" " printf %s\\n "$*" } diff --git a/doc/index.html b/doc/index.html index 95a32d7..b413c55 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,24 +55,24 @@ as extensions to the s6 ecosystem.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.14.3.0 or later. It's a build-time requirement. It's also a run-time +2.14.4.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • (Optional, but recommended) execline version -2.9.6.1 or later. It's a build-time and run-time requirement.
  • +2.9.7.0 or later. It's a build-time and run-time requirement.
  • s6 version -2.13.1.0 or later. It's a build-time and run-time requirement.
  • +2.13.1.1 or later. It's a build-time and run-time requirement.
  • s6-dns version -2.4.0.0 or later. It's a build-time requirement. It's also a run-time +2.4.0.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6-dns libraries.
  • If you want to build the secure communication tools:
    • Either BearSSL version 0.6 or later.
    • -
    • Or LibreSSL version 3.9.2 +
    • Or LibreSSL version 4.0.0 or later.
    • -
    • Or OpenSSL version 3.3.1 +
    • Or OpenSSL version 3.4.1 or later and LibreTLS version 3.8.1 or later.
    • @@ -91,7 +91,7 @@ run-time requirement if you link against its shared version.
      • The current released version of s6-networking is -2.7.0.4.
      • +2.7.0.5.
      • Alternatively, you can checkout a copy of the s6-networking git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 5e91a7b..7afae6d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,23 @@

        What has changed in s6-networking

        +

        in 2.7.0.5

        + +
          +
        • skalibs +dependency bumped to 2.14.4.0
        • +
        • execline +optional dependency bumped to 2.9.7.0
        • +
        • s6 +dependency bumped to 2.13.1.1
        • +
        • s6-dns +dependency bumped to 2.4.0.1
        • +
        • LibreSSL +optional dependency bumped to 4.0.0
        • +
        • OpenSSL +optional dependency bumped to 3.4.1
        • +
        +

        in 2.7.0.4

          diff --git a/package/info b/package/info index be2eb56..e8d8844 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-networking -version=2.7.0.4 +version=2.7.0.5 category=net package_macro_name=S6_NETWORKING -- cgit v1.3.1