git: Switch base to use private LibreSSL libaries
John Marino
marino at crater.dragonflybsd.org
Wed Sep 7 15:34:07 PDT 2016
commit 304ca408000cd34559ef5319b4b5a6766d6eb35b
Author: John Marino <draco at marino.st>
Date: Wed Sep 7 17:33:17 2016 -0500
Switch base to use private LibreSSL libaries
All base users of the OpenSSL libraries (libssl.so and libcrypto.so) have
been modified to link against the new LibreSSL versions instead.
The OpenSSL libraries are still built by default, but nothing in base will
use them. However, its certain that a myriad of dports link to OpenSSL
although this may change in the future.
The OpenSSL library building can be suppressed by putting NO_OPENSSL in
/etc/make.conf. The existing OpenSSL libraries and headers are not (yet)
removed, however, even with that setting.
Summary of changes:
bin/ed/Makefile | 9 +++++----
etc/Makefile | 2 +-
games/factor/Makefile | 10 +++++-----
gnu/sbin/Makefile | 11 +++++++++--
gnu/sbin/cryptsetup/Makefile | 9 +++++++--
lib/libfetch/Makefile | 9 +++++----
lib/libradius/Makefile | 9 +++++----
lib/libtelnet/Makefile | 3 +--
lib/pam_module/Makefile | 9 ++++++++-
lib/pam_module/pam_ssh/Makefile | 14 ++++++--------
libexec/dma/Makefile | 10 +++++++++-
libexec/dma/dma/Makefile | 18 ++++++++++--------
libexec/telnetd/Makefile | 7 ++++---
sbin/Makefile | 11 +++++++----
sbin/cryptdisks/Makefile | 11 ++++++++---
sbin/hammer2/Makefile | 9 +++++++--
sbin/tcplay/Makefile | 9 +++++++--
secure/Makefile.ssh.common | 7 ++++---
secure/lib/Makefile | 3 +--
secure/libexec/Makefile | 5 +++--
secure/usr.bin/Makefile | 6 +++---
secure/usr.bin/bdes/Makefile | 5 +++--
secure/usr.bin/openssl/Makefile | 32 +++++++++++++++-----------------
secure/usr.bin/sftp/Makefile | 3 ++-
secure/usr.bin/ssh/Makefile | 3 +++
secure/usr.sbin/Makefile | 4 ++--
secure/usr.sbin/sshd/Makefile | 3 +++
share/initrd/bin/Makefile | 2 +-
share/initrd/sbin.libcrypto/Makefile | 3 ++-
tools/tools/crypto/Makefile | 4 +++-
tools/tools/net80211/Makefile | 10 +++++++++-
tools/tools/net80211/w00t/Makefile.inc | 15 ++++++++++-----
usr.bin/Makefile | 20 +++++++++++---------
usr.bin/chkey/Makefile | 10 +++++++---
usr.bin/dc/Makefile | 8 +++++---
usr.bin/drill/Makefile | 18 ++++++++++--------
usr.bin/fetch/Makefile | 9 +++++----
usr.bin/ftp/Makefile | 10 +++++-----
usr.bin/newkey/Makefile | 10 +++++++---
usr.bin/telnet/Makefile | 8 +++++---
usr.sbin/802_11/Makefile | 6 +++++-
usr.sbin/802_11/Makefile.crypto | 26 +++++---------------------
usr.sbin/Makefile | 13 +++++++++----
usr.sbin/keyserv/Makefile | 9 +++++++--
usr.sbin/ppp/Makefile | 10 ++++++----
usr.sbin/ppp/chap_ms.c | 11 +++++------
usr.sbin/pppd/Makefile | 12 +++++++-----
usr.sbin/pppd/chap_ms.c | 10 +++++-----
usr.sbin/tcpdump/Makefile | 10 ++++++----
49 files changed, 278 insertions(+), 187 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/304ca408000cd34559ef5319b4b5a6766d6eb35b
--
DragonFly BSD source repository
More information about the Commits
mailing list