From 8887b16764603145d3bb9b4c3d56a3c0411b366e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 Feb 2019 15:18:38 +0000 Subject: Update execline dep --- INSTALL | 8 +++----- doc/index.html | 2 +- doc/upgrade.html | 2 +- 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.
  • execline version -2.5.0.2 or later. It's a build-time and run-time requirement.
  • +2.5.1.0 or later. It's a build-time and run-time requirement.
  • s6 version 2.8.0.0 or later. It's a build-time and run-time requirement.
  • s6-dns 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 @@ -- cgit v1.2.3