diff options
Diffstat (limited to 'security/openssl')
| -rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f007cc634a9a..72429e1983c4 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -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 |
