svn commit: r515770 - head/security/openssl

Bernard Spil brnrd at FreeBSD.org
Sun Oct 27 11:19:54 UTC 2019


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


More information about the svn-ports-head mailing list