summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-12 15:18:38 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-12 15:18:38 +0000
commit8887b16764603145d3bb9b4c3d56a3c0411b366e (patch)
tree10114f5b6d162373c77708177606692fb043d6e1
parentf747a378e377185e076458e6fc2f7d02d15e6828 (diff)
downloads6-networking-8887b16764603145d3bb9b4c3d56a3c0411b366e.tar.xz
Update execline dep
-rw-r--r--INSTALL8
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html2
3 files changed, 5 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 43786f3..bc86af3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,14 +7,12 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/
- - execline version 2.5.0.2 or later: http://skarnet.org/software/execline/
+ - execline version 2.5.1.0 or later: http://skarnet.org/software/execline/
- s6 version 2.8.0.0 or later: http://skarnet.org/software/s6/
- s6-dns version 2.3.0.1 or later: http://skarnet.org/software/s6-dns/
- Depending on whether you build the SSL tools,
libressl version 2.7.4 or later: http://libressl.org/
- or bearssl version 0.5 or later: http://bearssl.org/
- (BearSSL support is experimental for now, I encourage you to use it
- but be aware it's bleeding-edge and APIs may change.)
+ or bearssl version 0.6 or later: http://bearssl.org/
This software will run on any operating system that implements
POSIX.1-2008, available at:
@@ -214,7 +212,7 @@ against it, you can override the CRYPTO_LIB make variable.
By default, CRYPTO_LIB is "-lbearssl" when building against BearSSL,
and "-ltls -lssl -lcrypto" when building against LibreSSL.
- As of 2017-08-22, please note that BearSSL is considered beta quality
+ As of 2019-02-12, please note that BearSSL is considered beta quality
by its author, so use with caution. Nevertheless, it's an incredibly
promising library with high-quality interfaces and implementation.
When statically linked against BearSSL, the s6-tlsc and s6-tlsd binaries
diff --git a/doc/index.html b/doc/index.html
index 0b98083..4677690 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -48,7 +48,7 @@ compiled with IPv6 support, s6-networking is IPv6-ready.
requirement if you link against the shared version of the skalibs
library. </li>
<li> <a href="//skarnet.org/software/execline/">execline</a> version
-2.5.0.2 or later. It's a build-time and run-time requirement. </li>
+2.5.1.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
2.8.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
diff --git a/doc/upgrade.html b/doc/upgrade.html
index c8004a1..8c13e5f 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -22,7 +22,7 @@
<ul>
<li> skalibs dependency bumped to 2.8.0.0. </li>
- <li> execline dependency bumped to 2.5.0.2. </li>
+ <li> execline dependency bumped to 2.5.1.0. </li>
<li> s6 dependency bumped to 2.8.0.0. </li>
</ul>