diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-27 12:54:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-27 12:54:41 +0000 |
commit | 487f68f5cb8dba458d99f1579e74cbd4eeaf27ea (patch) | |
tree | 6665139476ddc3f28707936640b30f8152148925 | |
parent | f67f36978ca9a9f8b1a6065db7d26763c1cc456c (diff) | |
download | shibari-487f68f5cb8dba458d99f1579e74cbd4eeaf27ea.tar.gz shibari-487f68f5cb8dba458d99f1579e74cbd4eeaf27ea.tar.xz shibari-487f68f5cb8dba458d99f1579e74cbd4eeaf27ea.zip |
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL index 45b7e5c..9e99516 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.1.1 or later: https://skarnet.org/software/skalibs/ + - 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/ - - for now: s6-dns version 2.3.7.1 or later: https://skarnet.org/software/s6-dns/ + - 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 POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index 6e06494..4d6142c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -53,7 +53,7 @@ related to binding. shibari is the most pleasant of them. <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.14.1.1 or later. It's a build-time requirement. It's also a run-time +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 @@ -61,7 +61,7 @@ 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> <li> (for now) <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version -2.3.7.1 or later. It's a build-time requirement. It's also a run-time +2.3.7.2 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 library. </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index c78629c..99a8596 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,9 +22,11 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.14.1.1 </li> +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> + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> +dependency bumped to 2.3.7.2 </li> </ul> <h2> in 0.0.1.0 </h2> |