diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:43:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:43:23 +0000 |
commit | 6073821d65e0cc309eee182420f3a54af762cdbe (patch) | |
tree | 8da6be7e0f362ba2644ee125e54352a3cb229a5e | |
parent | 6389224bab4269d3f87bcbb125bb23187c8ffd78 (diff) | |
download | s6-networking-6073821d65e0cc309eee182420f3a54af762cdbe.tar.xz |
version: 2.4.1.0v2.4.1.0
-rw-r--r-- | INSTALL | 8 | ||||
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
3 files changed, 11 insertions, 9 deletions
@@ -6,13 +6,13 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.10.0.1 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.10.0.2 or later: https://skarnet.org/software/skalibs/ - Optional (but recommended): execline version 2.7.0.1 or later: https://skarnet.org/software/execline/ - - s6 version 2.10.0.1 or later: https://skarnet.org/software/s6/ + - s6 version 2.10.0.2 or later: https://skarnet.org/software/s6/ - s6-dns version 2.3.5.0 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 3.2.2 or later: https://libressl.org/ + or libressl version 3.2.4 or later: https://libressl.org/ or openssl version 1.1.1h or later: https://openssl.org/ *in addition to* libretls version 3.3.0 or later: https://git.causal.agency/libretls/about/ @@ -101,7 +101,7 @@ linking against the static libc with --enable-static-libc. (If you are using a GNU/Linux system, be aware that the GNU libc behaves badly with static linking and produces huge executables, which is why it is not the default. Other libcs are better suited -to static linking, for instance musl: http://musl-libc.org/) +to static linking, for instance musl: https://musl-libc.org/) * Cross-compilation 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 |