summaryrefslogtreecommitdiffstats
path: root/network/libressl/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/libressl/README')
-rw-r--r--network/libressl/README27
1 files changed, 19 insertions, 8 deletions
diff --git a/network/libressl/README b/network/libressl/README
index 97e2951744..e2ef33ecf2 100644
--- a/network/libressl/README
+++ b/network/libressl/README
@@ -2,13 +2,13 @@ LibreSSL is a fork of OpenSSL 1.0.1g developed by the OpenBSD project.
Our goal is to modernize the codebase, improve security, and apply best
practice development processes from OpenBSD.
-The binaries are symlinked as libre-openssl, libre-ocspcheck, and
-nc-tls.
+The binaries are installed as libressl-openssl, libressl-ocspcheck, and
+libressl-nc.
-*********************************************************************
+************************************************************************
NOTE! This contains libtls so the standalone libtls package should be
removed before building and installing libressl.
-*********************************************************************
+************************************************************************
Compatibility with OpenSSL:
@@ -54,11 +54,22 @@ be sent to the core team at libressl-security@openbsd.org.
OPTIONS:
-By default a minimal set of man pages are installed. To install them
-all, use:
+By default a minimal set of man pages are installed:
+
+/usr/man/man1/libressl-nc
+/usr/man/man1/libressl-openssl
+/usr/man/man8/libressl-ocspcheck
+
+To install them all, use:
MANPAGES=yes ./libressl.SlackBuild
-The man path will need adjusting:
+========================================================================
+
+MAINTAINER NOTES
+
+NOTE: PKG_CONFIG_PATH will likely need setting in your build scripts:
+
+PKG_CONFIG_PATH=/usr/lib$LIBDIRSUFFIX/libressl/pkgconfig:$PKG_CONFIG_PATH
-export MANPATH=/opt/libressl/man:$MANPATH
+========================================================================