diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-09 14:49:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-09 14:49:50 +0000 |
commit | 77cfb8cc2d6b7a0b2b275e1dbd0842edb548b691 (patch) | |
tree | b7ba0898e493eda6df9408b7d19cc3df1be4d7fe | |
parent | 510ec9bde1cf6bac27657cb640b278261b861d6b (diff) | |
download | s6-rc-77cfb8cc2d6b7a0b2b275e1dbd0842edb548b691.tar.xz |
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.13.2.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.14.0.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.9.4.0 or later: https://skarnet.org/software/execline/ - s6 version 2.11.4.0 or later: https://skarnet.org/software/s6/ @@ -3,6 +3,7 @@ Changelog for s6-rc. In 0.5.4.2 ---------- + - Adaptation to skalibs-2.14.0.0. - Bugfixes. diff --git a/doc/index.html b/doc/index.html index 4f9fb24..a061fe4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,7 +48,7 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.13.2.0 or later. It's a build-time requirement. It's also a run-time +2.14.0.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. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.9.4.0 or later. It's a build-time <em>and</em> run-time requirement. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 8b6fb42..67fed23 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -34,7 +34,7 @@ minor and bugfix version changes. <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.13.2.0. </li> +dependency bumped to 2.14.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> dependency bumped to 2.9.4.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> |