From owner-svn-ports-all@freebsd.org Fri Oct 28 21:43:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4611EC2541E; Fri, 28 Oct 2016 21:43:04 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 208281C01; Fri, 28 Oct 2016 21:43:04 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SLh3iq045285; Fri, 28 Oct 2016 21:43:03 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SLh29c045280; Fri, 28 Oct 2016 21:43:02 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201610282143.u9SLh29c045280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 28 Oct 2016 21:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424886 - in branches/2016Q4: . security/openssl security/openssl-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 21:43:04 -0000 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 , 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@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@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