From 48fcd40f9cea9d6635a4b3d70cc538218edfdba4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 27 Mar 2025 16:53:51 +0000 Subject: Prepare for next version, fix configure Signed-off-by: Laurent Bercot --- COPYING | 2 +- INSTALL | 2 +- NEWS | 6 ++++++ configure | 1 - doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- 7 files changed, 24 insertions(+), 8 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 19ac371..2b20d2c 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ 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/ + - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/ - Recommended: execline version 2.9.6.1 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) diff --git a/NEWS b/NEWS index d9c6748..bac7eaa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.13.1.1 +----------- + + - Bugfixes. + + In 2.13.1.0 ----------- diff --git a/configure b/configure index 442a3ee..803c73a 100755 --- a/configure +++ b/configure @@ -58,7 +58,6 @@ exit 0 # generally not a good idea to use echo. # See http://www.etalabs.net/sh_tricks.html echo () { - IFS=" " printf %s\\n "$*" } diff --git a/doc/index.html b/doc/index.html index 1d46de0..2162d00 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,12 +83,12 @@ with s6
  • 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 really recommended for full functionality): execline version -2.9.6.1 or later. When s6 is built with execline support (which is the default), +2.9.7.0 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with execlineb.
  • @@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with
  • If you're using musl and want nsswitch-like functionality: nsss version -0.2.0.5 or later (build-time and boot-time)
  • +0.2.0.6 or later (build-time and boot-time)

    Licensing

    @@ -115,7 +115,7 @@ want nsswitch-like functionality:

    Download

      -
    • The current released version of s6 is 2.13.1.0.
    • +
    • The current released version of s6 is 2.13.1.1.
    • Alternatively, you can checkout a copy of the s6 git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 4bbed78..b925162 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,17 @@

      What has changed in s6

      +

      in 2.13.1.1

      + +
        +
      • skalibs +dependency bumped to 2.14.4.0.
      • +
      • nsss +optional dependency bumped to 0.2.0.6.
      • +
      • execline +recommended dependency bumped to 2.9.7.0.
      • +
      +

      in 2.13.1.0

        diff --git a/package/info b/package/info index e39a538..c5f8159 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.13.1.0 +version=2.13.1.1 category=admin package_macro_name=S6 -- cgit v1.3.1