From owner-svn-ports-branches@freebsd.org Sun Jan 12 17:27:41 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD7691DCCBB; Sun, 12 Jan 2020 17:27:41 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wkF953jKz4cYc; Sun, 12 Jan 2020 17:27:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8EBE1F150; Sun, 12 Jan 2020 17:27:41 +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 00CHRf03061601; Sun, 12 Jan 2020 17:27:41 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00CHRfGQ061596; Sun, 12 Jan 2020 17:27:41 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202001121727.00CHRfGQ061596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 12 Jan 2020 17:27:41 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2020Q1: . security security/openssl X-SVN-Commit-Revision: 522822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2020 17:27:41 -0000 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: 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