diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:55:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:55:39 +0000 |
commit | 0de4e6e0703f47be954f4cfa37648dd58665c819 (patch) | |
tree | 0f1527ce8c17a0feb71a040e5f9110285dd6bd75 /doc/index.html | |
parent | 26cd94b2a8f6da396058b6c5d6446e237ec9d78f (diff) | |
download | s6-networking-0de4e6e0703f47be954f4cfa37648dd58665c819.tar.xz |
Fix build with skalibs 2.10.0.0; document dependencies
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html index f402ab3..1160f7a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -44,23 +44,27 @@ 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.9.4.0 or later. It's a build-time requirement. It's also a run-time +2.10.0.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/execline/">execline</a> version -2.6.1.1 or later. It's a build-time and run-time requirement. </li> +2.7.0.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.9.2.0 or later. It's a build-time and run-time requirement. </li> +2.10.0.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 2.3.3.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 libraries. </li> <li> If you want to build the secure communication tools: <ul> - <li> Either <a href="https://libressl.org/">LibreSSL</a> version 3.1.4 -or later </li> - <li> Or <a href="https://bearssl.org/">BearSSL</a> version 0.6 + <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 +or later </li> + <li> Or <a href="https://openssl.org/">OpenSSL</a> version 1.1.1h +or later <em>and</em> +<a href="https://git.causal.agency/libretls/about/">LibreTLS</a> +version 3.3.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> @@ -141,13 +145,13 @@ relevant page. <ul> <li> An <a href="tls-overview.html">overview</a> of the TLS-related programs </li> <li><a href="s6-tlsclient.html">The <tt>s6-tlsclient</tt> program</a></li> -<li><a href="s6-tlsc.html">The <tt>s6-tlsc</tt> program</a></li> -<li><a href="s6-tlsc-io.html">The <tt>s6-tlsc-io</tt> program</a></li> -<li><a href="s6-ucspitlsc.html">The <tt>s6-ucspitlsc</tt> program</a></li> <li><a href="s6-tlsserver.html">The <tt>s6-tlsserver</tt> program</a></li> +<li><a href="s6-tlsc.html">The <tt>s6-tlsc</tt> program</a></li> <li><a href="s6-tlsd.html">The <tt>s6-tlsd</tt> program</a></li> -<li><a href="s6-tlsd-io.html">The <tt>s6-tlsd-io</tt> program</a></li> +<li><a href="s6-ucspitlsc.html">The <tt>s6-ucspitlsc</tt> program</a></li> <li><a href="s6-ucspitlsd.html">The <tt>s6-ucspitlsd</tt> program</a></li> +<li><a href="s6-tlsc-io.html">The <tt>s6-tlsc-io</tt> program</a></li> +<li><a href="s6-tlsd-io.html">The <tt>s6-tlsd-io</tt> program</a></li> </ul> <h4> TCP access control </h4> |