summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-17 14:07:43 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-17 14:07:43 +0000
commit76777450cdd90fd91cfed286a708d69c8b7ae525 (patch)
tree2f3278f0d2d9aed87ddaa61db549208aa1db0071
parent7a301ad03918731bb91299ffe0a40d3d89b03f17 (diff)
downloads6-76777450cdd90fd91cfed286a708d69c8b7ae525.tar.xz
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL4
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html6
3 files changed, 9 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index a840c43..76bb31a 100644
--- 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.13.1.0 or later: https://skarnet.org/software/skalibs/
- - execline version 2.9.1.0 or later: https://skarnet.org/software/execline/
+ - execline version 2.9.2.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.2.0.2 or later: https://skarnet.org/software/nsss/
+ - Optional: nsss version 0.2.0.3 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
index 6def7d6..c6a9204 100644
--- 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.9.1.0 or later. When s6 is built with execline support (which is the default),
+2.9.2.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.2.0.2 or later (build-time and boot-time) </li>
+0.2.0.3 or later (build-time and boot-time) </li>
</ul>
<h3> Licensing </h3>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index fc80b73..45f5279 100644
--- 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.13.1.0. </li>
+ <li> <a href="//skarnet.org/software/nsss/">nsss</a>
+optional dependency bumped to 0.2.0.3. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+recommended dependency bumped to 2.9.2.0. </li>
<li> New <a href="s6-svc.html">s6-svc</a> command: <tt>-Q</tt>. </li>
</ul>
@@ -31,7 +35,7 @@ dependency bumped to 2.13.1.0. </li>
<ul>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.13.0.0. </li>
- <li> <a href="//skarnet.org/software/execline/">nsss</a>
+ <li> <a href="//skarnet.org/software/nsss/">nsss</a>
optional dependency bumped to 0.2.0.2. </li>
<li> <a href="//skarnet.org/software/execline/">execline</a>
recommended dependency bumped to 2.9.1.0. </li>