diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index bb4a293..ca240bb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -44,13 +44,13 @@ compiled with IPv6 support, s6-networking is IPv6-ready. <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.10.0.1 or later. It's a build-time requirement. It's also a run-time +2.10.0.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 skalibs library. </li> <li> (Optional, but recommended) <a href="//skarnet.org/software/execline/">execline</a> version 2.7.0.1 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.10.0.1 or later. It's a build-time and run-time requirement. </li> +2.10.0.2 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.5.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-dns @@ -59,7 +59,7 @@ libraries. </li> <ul> <li> Either <a href="https://bearssl.org/">BearSSL</a> version 0.6 or later. <strong>This is a beta version.</strong> </li> - <li> Or <a href="https://libressl.org/">LibreSSL</a> version 3.2.2 + <li> Or <a href="https://libressl.org/">LibreSSL</a> version 3.2.4 or later </li> <li> Or <a href="https://openssl.org/">OpenSSL</a> version 1.1.1h or later <em>and</em> diff --git a/doc/upgrade.html b/doc/upgrade.html index c285749..aca162c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,13 +22,15 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.10.0.1 </li> +dependency bumped to 2.10.0.2 </li> <li> <a href="//skarnet.org/software/execline/">execline</a> dependency bumped to 2.7.0.1 </li> <li> <a href="//skarnet.org/software/s6/">s6</a> -dependency bumped to 2.10.0.1 </li> +dependency bumped to 2.10.0.2 </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> dependency bumped to 2.3.5.0. </li> + <li> <a href="https://libressl.org">LibreSSL</a> +optional dependency bumped to 3.2.4. </li> <li> Handshake timeout is now functional with the <em>libtls</em> backend (previously it only was with the <em>bearssl</em> backend). </li> <li> <a href="s6-tlsc-io.html">s6-tlsc-io</a> and |