Index: UPDATING =================================================================== --- UPDATING (revision 424876) +++ UPDATING (working copy) @@ -5,6 +5,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20161028: + AFFECTS: users of security/openssl and security/openssl-devel + AUTHOR: brnrd@freebsd.org + + The shared library versions of OpenSSL have been bumped to avoid + issues with ports' and base's OpenSSL not being binary compatible. + + Please rebuild all ports that depend on OpenSSL if you use OpenSSL + from ports. + + If you use portmaster: + portmaster -r openssl + If you use portupgrade: + portupgrade -fr security/openssl + 20161026: AFFECTS: users of net-p2p/deluge AUTHOR: rm@FreeBSD.org Index: security/openssl/version.mk =================================================================== --- security/openssl/version.mk (revision 424876) +++ security/openssl/version.mk (working copy) @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 8 +OPENSSL_SHLIBVER?= 9 Index: security/openssl-devel/version.mk =================================================================== --- security/openssl-devel/version.mk (revision 424876) +++ security/openssl-devel/version.mk (working copy) @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 9 +OPENSSL_SHLIBVER?= 10