diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-12 03:17:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-12 03:17:44 +0000 |
commit | 105748f3911d0b3c413d6edf36d78cfa450a0d80 (patch) | |
tree | 141ccfa340783a34d03f5fdb6a7f53204912dbbc /doc | |
parent | f9a593c576c8d4e413a22b434dd40428f6436b20 (diff) | |
download | s6-networking-105748f3911d0b3c413d6edf36d78cfa450a0d80.tar.xz |
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index a703c56..37da351 100644 --- a/doc/index.html +++ b/doc/index.html @@ -70,12 +70,12 @@ 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 3.5.3 + <li> Or <a href="https://libressl.org/">LibreSSL</a> version 3.7.3 or later. </li> - <li> Or <a href="https://openssl.org/">OpenSSL</a> version 1.1.1u + <li> Or <a href="https://openssl.org/">OpenSSL</a> version 1.1.1w or later <em>and</em> <a href="https://git.causal.agency/libretls/about/">LibreTLS</a> -version 3.5.2 or later. </li> +version 3.7.0 or later. </li> </ul> The chosen library is a build-time requirement, and also a run-time requirement if you link against its shared version. </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index 7b4a88e..d71a59c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -27,8 +27,12 @@ dependency bumped to 2.14.0.0 </li> optional dependency bumped to 2.9.4.0 </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.12.0.0 </li> + <li> <a href="https://libressl.org">LibreSSL</a> +optional dependency bumped to 3.7.3 </li> <li> <a href="https://openssl.org">OpenSSL</a> -optional dependency bumped to 1.1.1u </li> +optional dependency bumped to 1.1.1w </li> + <li> <a href="https://git.causal.agency/libretls/about/">LibreTLS</a> +optional dependency bumped to 3.7.0 </li> </ul> <h2> in 2.5.1.3 </h2> |