Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 17:27:41 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r522822 - in branches/2020Q1: . security security/openssl
Message-ID:  <202001121727.00CHRfGQ061596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Jan 12 17:27:40 2020
New Revision: 522822
URL: https://svnweb.freebsd.org/changeset/ports/522822

Log:
  security/openssl: Resurrect port, update to 1.1.1
  
  - Honoring promise from DEPRECATED message
  
  PR:		243014
  Reported by:	<peter larsen larsendata dk>
  Approved by:	ports-secteam (adamw)

Added:
  branches/2020Q1/security/openssl/
     - copied from r522803, branches/2020Q1/security/openssl111/
Modified:
  branches/2020Q1/MOVED
  branches/2020Q1/security/Makefile
  branches/2020Q1/security/openssl/Makefile

Modified: branches/2020Q1/MOVED
==============================================================================
--- branches/2020Q1/MOVED	Sun Jan 12 17:26:24 2020	(r522821)
+++ branches/2020Q1/MOVED	Sun Jan 12 17:27:40 2020	(r522822)
@@ -13687,7 +13687,6 @@ security/linux-c6-libtasn1|security/linux-c7-libtasn1|
 security/linux-c6-nss|security/linux-c7-nss|2019-12-31|Has expired: Superseded by CentOS 7
 security/linux-c6-openssl|emulators/linux_base-c7|2019-12-31|Has expired: Superseded by CentOS 7
 security/linux-c6-pam||2019-12-31|Has expired: Superseded by CentOS 7
-security/openssl||2019-12-31|Has expired: OpenSSL 1.0.2 is End-of-Life 2019-12-31 at which  time this port will update to 1.1.1 branch
 sysutils/eventlog||2019-12-31|Has expired: No longer supported by Balabit
 sysutils/linux-c6-lttng-ust|sysutils/linux-c7-lttng-ust|2019-12-31|Has expired: Superseded by CentOS 7
 sysutils/linux-c6-userspace-rcu|sysutils/linux-c7-userspace-rcu|2019-12-31|Has expired: Superseded by CentOS 7

Modified: branches/2020Q1/security/Makefile
==============================================================================
--- branches/2020Q1/security/Makefile	Sun Jan 12 17:26:24 2020	(r522821)
+++ branches/2020Q1/security/Makefile	Sun Jan 12 17:27:40 2020	(r522822)
@@ -402,6 +402,7 @@
     SUBDIR += openscep
     SUBDIR += openssh-askpass
     SUBDIR += openssh-portable
+    SUBDIR += openssl
     SUBDIR += openssl-unsafe
     SUBDIR += openssl111
     SUBDIR += openssl_tpm_engine

Modified: branches/2020Q1/security/openssl/Makefile
==============================================================================
--- branches/2020Q1/security/openssl111/Makefile	Sun Jan 12 16:07:25 2020	(r522803)
+++ branches/2020Q1/security/openssl/Makefile	Sun Jan 12 17:27:40 2020	(r522822)
@@ -6,7 +6,6 @@ PORTVERSION=	1.1.1d
 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
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFLICTS_INSTALL=	libressl-[0-9]* \
 			libressl-devel-[0-9]* \
-			openssl-[0-9]*
+			openssl111-[0-9]*
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config



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