diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2019-10-27 11:19:52 +0000 |
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2019-10-27 11:19:52 +0000 |
| commit | e2f95db0b44a4d9a3657e4f15b097e83fa3fb4cc (patch) | |
| tree | fc03bb171029deaaa10e6670b8b5e32d587f49bb /security/openssl | |
| parent | Update lang/erlang-wx to version 21.3.8.10. (diff) | |
security/openssl: Notify users of upcoming 1.1.1
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 |
