diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-16 18:15:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-16 18:15:37 +0000 |
commit | f747a378e377185e076458e6fc2f7d02d15e6828 (patch) | |
tree | b153048d20f78a5af920a8feb331e3ee39ac8fa9 | |
parent | 79ed2ae6f61e9666f00b0ec35131735f65cb4535 (diff) | |
download | s6-networking-f747a378e377185e076458e6fc2f7d02d15e6828.tar.xz |
upgrade s6 dep
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ Build Instructions - GNU make version 3.81 or later - skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/ - execline version 2.5.0.2 or later: http://skarnet.org/software/execline/ - - s6 version 2.7.2.3 or later: http://skarnet.org/software/s6/ + - s6 version 2.8.0.0 or later: http://skarnet.org/software/s6/ - s6-dns version 2.3.0.1 or later: http://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, libressl version 2.7.4 or later: http://libressl.org/ diff --git a/doc/index.html b/doc/index.html index 8e618ab..0b98083 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,7 +50,7 @@ library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.5.0.2 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.7.2.3 or later. It's a build-time and run-time requirement. </li> +2.8.0.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 2.3.0.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6-dns diff --git a/doc/upgrade.html b/doc/upgrade.html index 6857308..c8004a1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,7 +23,7 @@ <ul> <li> skalibs dependency bumped to 2.8.0.0. </li> <li> execline dependency bumped to 2.5.0.2. </li> - <li> s6 dependency bumped to 2.7.2.3. </li> + <li> s6 dependency bumped to 2.8.0.0. </li> </ul> <h2> in 2.3.0.3 </h2> |