diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-02 11:48:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-01-02 11:48:24 +0000 |
commit | cacec6d3b5b7697f5c0cbce9d0dde2a6ed5781ef (patch) | |
tree | eb138cd94c5e94703b7b83340b600ad2e912c6b9 | |
parent | 418a9deb23eca6fed25cc9feea476646a88a5184 (diff) | |
download | s6-networking-cacec6d3b5b7697f5c0cbce9d0dde2a6ed5781ef.tar.xz |
Update dependencies
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.13.0.0 or later: https://skarnet.org/software/skalibs/ - - Optional (but recommended): execline version 2.9.0.2 or later: https://skarnet.org/software/execline/ + - Optional (but recommended): execline version 2.9.1.0 or later: https://skarnet.org/software/execline/ - s6 version 2.11.2.0 or later: https://skarnet.org/software/s6/ - s6-dns version 2.3.5.5 or later: https://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, diff --git a/doc/index.html b/doc/index.html index ee5d65f..da06620 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,11 +55,11 @@ as extensions to the s6 ecosystem. <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.12.0.2 or later. It's a build-time requirement. It's also a run-time +2.13.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> (Optional, but recommended) <a href="//skarnet.org/software/execline/">execline</a> version -2.9.0.1 or later. It's a build-time and run-time requirement. </li> +2.9.1.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version 2.11.2.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version diff --git a/doc/upgrade.html b/doc/upgrade.html index 4a4ce52..1aafe91 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -24,7 +24,7 @@ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.13.0.0 </li> <li> <a href="//skarnet.org/software/execline/">execline</a> -optional dependency bumped to 2.9.0.2 </li> +optional dependency bumped to 2.9.1.0 </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.11.2.0 </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> |