Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 16:42:44 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521745 - in head: . Mk/Uses security security/openssl security/openssl111
Message-ID:  <202001011642.001GgiCE032896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Wed Jan  1 16:42:44 2020
New Revision: 521745
URL: https://svnweb.freebsd.org/changeset/ports/521745

Log:
  security/openssl111: Rename to openssl
  
   - Honoring promise from DEPRECATED message
   - Unbreak people's builds
  
  PR:		243014
  MFH:		2020Q1

Added:
  head/security/openssl/
     - copied from r521744, head/security/openssl111/
Deleted:
  head/security/openssl111/
Modified:
  head/MOVED
  head/Mk/Uses/ssl.mk
  head/UPDATING
  head/security/Makefile
  head/security/openssl/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jan  1 16:31:57 2020	(r521744)
+++ head/MOVED	Wed Jan  1 16:42:44 2020	(r521745)
@@ -13724,3 +13724,4 @@ lang/erlang-runtime16|lang/erlang-runtime21|2020-01-01
 lang/erlang-runtime17|lang/erlang-runtime21|2020-01-01|Has expired: No longer supported upstream, use lang/erlang >=21
 lang/erlang-runtime18|lang/erlang-runtime21|2020-01-01|Has expired: No longer supported upstream, use lang/erlang >=21
 lang/erlang-runtime19|lang/erlang-runtime21|2020-01-01|Has expired: No longer supported upstream, use lang/erlang >=21
+security/openssl111|security/openssl|2020-01-01|Upgrade security/openssl to 1.1.1 as promised in deprecation message

Modified: head/Mk/Uses/ssl.mk
==============================================================================
--- head/Mk/Uses/ssl.mk	Wed Jan  1 16:31:57 2020	(r521744)
+++ head/Mk/Uses/ssl.mk	Wed Jan  1 16:42:44 2020	(r521745)
@@ -10,7 +10,7 @@
 #
 # DEFAULT_VERSIONS+=	ssl=<openssl variant>
 #
-# Variants being base, openssl, openssl111, libressl, and libressl-devel.
+# Variants being base, openssl, libressl, and libressl-devel.
 #
 # The Makefile sets these variables:
 # OPENSSLBASE		- "/usr" or ${LOCALBASE}

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Jan  1 16:31:57 2020	(r521744)
+++ head/UPDATING	Wed Jan  1 16:42:44 2020	(r521745)
@@ -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.
 
+20200101:
+  AFFECTS: users of security/openssl and security/openssl111
+  AUTHOR: brnrd@FreeBSD.org
+
+  The openssl port was removed on 2019-12-31, subsequently the openssl111
+  port was renamed to openssl on 2020-01-01.
+
+  The shared library version of OpenSSL has been bumped.
+
+  Users of DEFAULT_VERSIONS= ssl=openssl111 must update this to
+  ssl=openssl. 
+
+  You must rebuild all ports that depend on OpenSSL if you use OpenSSL
+  from ports.
+
 20191226:
   AFFECTS: users of sysutils/dsbmd
   AUTHOR: mk@freeshell.de

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Jan  1 16:31:57 2020	(r521744)
+++ head/security/Makefile	Wed Jan  1 16:42:44 2020	(r521745)
@@ -402,8 +402,8 @@
     SUBDIR += openscep
     SUBDIR += openssh-askpass
     SUBDIR += openssh-portable
+    SUBDIR += openssl
     SUBDIR += openssl-unsafe
-    SUBDIR += openssl111
     SUBDIR += openssl_tpm_engine
     SUBDIR += openvas8
     SUBDIR += openvas8-cli

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl111/Makefile	Wed Jan  1 16:31:57 2020	(r521744)
+++ head/security/openssl/Makefile	Wed Jan  1 16:42:44 2020	(r521745)
@@ -3,10 +3,10 @@
 
 PORTNAME=	openssl
 PORTVERSION=	1.1.1d
+PORTEPOCH=	1
 CATEGORIES=	security devel
 MASTER_SITES=	https://www.openssl.org/source/ \
 		ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
-PKGNAMESUFFIX=	111
 
 MAINTAINER=	brnrd@FreeBSD.org
 COMMENT=	TLSv1.3 capable SSL and crypto library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001011642.001GgiCE032896>