diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-06 12:21:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-06 12:21:54 +0000 |
commit | f5596ea39060ab23abfb1daf3f0aa2e11eb15cc6 (patch) | |
tree | 93779342d97a98e4e4d3a61c44c3ef2cb65aa24b | |
parent | 487f68f5cb8dba458d99f1579e74cbd4eeaf27ea (diff) | |
download | shibari-f5596ea39060ab23abfb1daf3f0aa2e11eb15cc6.tar.gz shibari-f5596ea39060ab23abfb1daf3f0aa2e11eb15cc6.tar.xz shibari-f5596ea39060ab23abfb1daf3f0aa2e11eb15cc6.zip |
Update deps again
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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
diff --git a/INSTALL b/INSTALL index 9e99516..df27fd8 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.2.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.12.0.5 or later: https://skarnet.org/software/s6/ + - s6 version 2.13.0.0 or later: https://skarnet.org/software/s6/ - for now: s6-dns version 2.3.7.2 or later: https://skarnet.org/software/s6-dns/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 4d6142c..ecaa6a7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,7 +56,7 @@ related to binding. shibari is the most pleasant of them. 2.14.2.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/s6/">s6</a> version -2.12.0.5 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 s6 library. That library is used for the access control and client location features in <a href="shibari-server-udp.html">shibari-server-udp</a>. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 99a8596..00d67a8 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.14.2.0 </li> <li> <a href="//skarnet.org/software/s6/">s6</a> -dependency bumped to 2.12.0.5 </li> +dependency bumped to 2.13.0.0 </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> dependency bumped to 2.3.7.2 </li> </ul> |