diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-12 15:18:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-12 15:18:38 +0000 |
commit | 8887b16764603145d3bb9b4c3d56a3c0411b366e (patch) | |
tree | 10114f5b6d162373c77708177606692fb043d6e1 /INSTALL | |
parent | f747a378e377185e076458e6fc2f7d02d15e6828 (diff) | |
download | s6-networking-8887b16764603145d3bb9b4c3d56a3c0411b366e.tar.xz |
Update execline dep
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |