svn commit: r424886 - in branches/2016Q4: . security/openssl security/openssl-devel
Bernard Spil
brnrd at FreeBSD.org
Fri Oct 28 21:43:04 UTC 2016
Author: brnrd
Date: Fri Oct 28 21:43:02 2016
New Revision: 424886
URL: https://svnweb.freebsd.org/changeset/ports/424886
Log:
MFH: r424878 r424879
security/openssl: Bump shared library version
- Bump shlib version for security/openssl
- Bump shlib version for security/openssl-devel
- Bump PORTREVISION
- Add instructions to UPDATING
PR: 209582
Reported by: Matthew D. Fuller <fullermd at over-yonder.net>, mat
Approved by: ports-secteam (feld)
Modified:
branches/2016Q4/UPDATING
branches/2016Q4/security/openssl-devel/Makefile
branches/2016Q4/security/openssl-devel/version.mk
branches/2016Q4/security/openssl/Makefile
branches/2016Q4/security/openssl/version.mk
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/UPDATING
==============================================================================
--- branches/2016Q4/UPDATING Fri Oct 28 21:32:01 2016 (r424885)
+++ branches/2016Q4/UPDATING Fri Oct 28 21:43:02 2016 (r424886)
@@ -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
+
20160927:
AFFECTS: emulators/ppsspp
AUTHOR: jbeich at FreeBSD.org
Modified: branches/2016Q4/security/openssl-devel/Makefile
==============================================================================
--- branches/2016Q4/security/openssl-devel/Makefile Fri Oct 28 21:32:01 2016 (r424885)
+++ branches/2016Q4/security/openssl-devel/Makefile Fri Oct 28 21:43:02 2016 (r424886)
@@ -3,6 +3,7 @@
PORTNAME= openssl
PORTVERSION= 1.1.0b
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://www.openssl.org/source/ \
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
Modified: branches/2016Q4/security/openssl-devel/version.mk
==============================================================================
--- branches/2016Q4/security/openssl-devel/version.mk Fri Oct 28 21:32:01 2016 (r424885)
+++ branches/2016Q4/security/openssl-devel/version.mk Fri Oct 28 21:43:02 2016 (r424886)
@@ -1 +1 @@
-OPENSSL_SHLIBVER?= 9
+OPENSSL_SHLIBVER?= 10
Modified: branches/2016Q4/security/openssl/Makefile
==============================================================================
--- branches/2016Q4/security/openssl/Makefile Fri Oct 28 21:32:01 2016 (r424885)
+++ branches/2016Q4/security/openssl/Makefile Fri Oct 28 21:43:02 2016 (r424886)
@@ -3,6 +3,7 @@
PORTNAME= openssl
PORTVERSION= 1.0.2j
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security devel
MASTER_SITES= http://www.openssl.org/source/ \
Modified: branches/2016Q4/security/openssl/version.mk
==============================================================================
--- branches/2016Q4/security/openssl/version.mk Fri Oct 28 21:32:01 2016 (r424885)
+++ branches/2016Q4/security/openssl/version.mk Fri Oct 28 21:43:02 2016 (r424886)
@@ -1 +1 @@
-OPENSSL_SHLIBVER?= 8
+OPENSSL_SHLIBVER?= 9
More information about the svn-ports-branches
mailing list