diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-30 04:04:27 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-30 04:04:27 +0000 |
| commit | d22a5785af8a8654df8515be8dcc1cf6e8bc070d (patch) | |
| tree | 8a91e1cd550877f99f6b2d4615ea39bb3b5d9bfe | |
| parent | b26dea17f4ea99a0dd510561daa48da5c564c39f (diff) | |
| download | s6-networking-d22a5785af8a8654df8515be8dcc1cf6e8bc070d.tar.gz | |
Update deps
| -rw-r--r-- | INSTALL | 6 | ||||
| -rw-r--r-- | doc/index.html | 6 | ||||
| -rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -7,13 +7,13 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ - - Optional (but recommended): execline version 2.9.7.1 or later: https://skarnet.org/software/execline/ + - Optional (but recommended): execline version 2.9.8.0 or later: https://skarnet.org/software/execline/ - s6 version 2.13.3.0 or later: https://skarnet.org/software/s6/ - s6-dns version 2.4.1.1 or later: https://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, bearssl version 0.6 or later: https://bearssl.org/ - or libressl version 4.1.0 or later: https://libressl.org/ - or openssl version 3.5.0 or later: https://openssl.org/ *in addition to* + or libressl version 4.2.0 or later: https://libressl.org/ + or openssl version 3.6.0 or later: https://openssl.org/ *in addition to* libretls version 3.8.1 or later: https://git.causal.agency/libretls/about/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 8ff213e..80dbe42 100644 --- a/doc/index.html +++ b/doc/index.html @@ -59,7 +59,7 @@ as extensions to the s6 ecosystem. 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.7.1 or later. It's a build-time and run-time requirement. </li> +2.9.8.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version 2.13.3.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 @@ -70,9 +70,9 @@ libraries. </li> <ul> <li> Either <a href="https://bearssl.org/">BearSSL</a> version 0.6 or later. </li> - <li> Or <a href="https://libressl.org/">LibreSSL</a> version 4.1.0 + <li> Or <a href="https://libressl.org/">LibreSSL</a> version 4.2.0 or later. </li> - <li> Or <a href="https://openssl.org/">OpenSSL</a> version 3.5.0 + <li> Or <a href="https://openssl.org/">OpenSSL</a> version 3.6.0 or later <em>and</em> <a href="https://git.causal.agency/libretls/about/">LibreTLS</a> version 3.8.1 or later. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 82a0e68..779c7cd 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.5.0 </li> <li> <a href="//skarnet.org/software/execline/">execline</a> -optional dependency bumped to 2.9.7.1 </li> +optional dependency bumped to 2.9.8.0 </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.13.3.0 </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> |
