Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 11:19:53 +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: r515770 - head/security/openssl
Message-ID:  <201910271119.x9RBJr8e085471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Oct 27 11:19:52 2019
New Revision: 515770
URL: https://svnweb.freebsd.org/changeset/ports/515770

Log:
  security/openssl: Notify users of upcoming 1.1.1

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Sun Oct 27 11:19:50 2019	(r515769)
+++ head/security/openssl/Makefile	Sun Oct 27 11:19:52 2019	(r515770)
@@ -15,11 +15,15 @@ COMMENT=	SSL and crypto library
 LICENSE=	OpenSSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=		OpenSSL 1.0.2 is End-of-Life 2019-12-31 at which \
+			time this port will update to 1.1.1 branch
+EXPIRATION_DATE=	2019-12-31
+
+OPTIONS_DEFINE=		DOCS MAN3 PADLOCK RFC3779 SHARED THREADS ZLIB
 CONFLICTS_INSTALL=	libressl-[0-9]* \
 			libressl-devel-[0-9]* \
 			openssl111-[0-9]*
 
-OPTIONS_DEFINE=		DOCS MAN3 PADLOCK RFC3779 SHARED THREADS ZLIB
 OPTIONS_DEFAULT=	ASM MD2 MAN3 SCTP SHARED SSE2 SSL2 SSL3 THREADS
 OPTIONS_DEFINE_amd64=	EC
 OPTIONS_DEFAULT_amd64=	EC



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