svn commit: r424878 - in head: . security/openssl security/openssl-devel

Bernard Spil brnrd at FreeBSD.org
Fri Oct 28 19:49:19 UTC 2016


Author: brnrd
Date: Fri Oct 28 19:49:18 2016
New Revision: 424878
URL: https://svnweb.freebsd.org/changeset/ports/424878

Log:
  security/openssl: Bump shared library version
  
    - Bump shlib version for security/openssl
    - Bump shlib version for security/openssl-devel
    - Add instructions to UPDATING
  
  PR:		209582
  Reported by:	Matthew D. Fuller <fullermd at over-yonder.net>
  MFH:		2016Q4

Modified:
  head/UPDATING
  head/security/openssl-devel/version.mk
  head/security/openssl/version.mk

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Oct 28 19:36:21 2016	(r424877)
+++ head/UPDATING	Fri Oct 28 19:49:18 2016	(r424878)
@@ -5,6 +5,21 @@ they are unavoidable.
 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 at 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 at FreeBSD.org

Modified: head/security/openssl-devel/version.mk
==============================================================================
--- head/security/openssl-devel/version.mk	Fri Oct 28 19:36:21 2016	(r424877)
+++ head/security/openssl-devel/version.mk	Fri Oct 28 19:49:18 2016	(r424878)
@@ -1 +1 @@
-OPENSSL_SHLIBVER?=	9
+OPENSSL_SHLIBVER?=	10

Modified: head/security/openssl/version.mk
==============================================================================
--- head/security/openssl/version.mk	Fri Oct 28 19:36:21 2016	(r424877)
+++ head/security/openssl/version.mk	Fri Oct 28 19:49:18 2016	(r424878)
@@ -1 +1 @@
-OPENSSL_SHLIBVER?=	8
+OPENSSL_SHLIBVER?=	9


More information about the svn-ports-head mailing list