s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit e2e44b9c7f89c79e343e901d76fd5f020573c8ec
parent aaea6322e9e765969f452764e51ca1ddd9783264
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 10 Aug 2021 18:13:32 +0000

 Finalize preparation for 2.11.0.0

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
MINSTALL | 4++--
Mdoc/index.html | 6+++---
Mdoc/upgrade.html | 4++++
3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -7,10 +7,10 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.11.0.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.8.0.1 or later: https://skarnet.org/software/execline/ + - execline version 2.8.1.0 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) - - Optional: nsss version 0.1.0.1 or later: https://skarnet.org/software/nsss/ + - Optional: nsss version 0.1.0.2 or later: https://skarnet.org/software/nsss/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html @@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs library. </li> <li> (Optional, but really recommended for full functionality): <a href="//skarnet.org/software/execline/">execline</a> version -2.8.0.1 or later. When s6 is built with execline support (which is the default), +2.8.1.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 <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> @@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.1.0.1 or later (build-time and boot-time) </li> +0.1.0.2 or later (build-time and boot-time) </li> </ul> <h3> Licensing </h3> @@ -115,7 +115,7 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.11.0.0.tar.gz">2.10.0.0</a>. </li> + <li> The current released version of s6 is <a href="s6-2.11.0.0.tar.gz">2.11.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6 git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -23,6 +23,10 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.11.0.0. </li> + <li> <a href="//skarnet.org/software/nsss/">nsss</a> +optional dependency bumped to 0.1.0.2. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +optional dependency bumped to 2.8.1.0. </li> <li> <a href="s6-svwait.html">s6-svwait</a> now supports the <tt>-r</tt> and <tt>-R</tt> options, to wait for service restarts. </li> </ul>