Chase CONFLICTS after addition of security/openssl111
- While here mark OpenSSL 1.1.0 deprecated see: https://www.openssl.org/policies/releasestrat.html
This commit is contained in:
parent
668b573326
commit
e2fe7cdea3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479595
@ -22,7 +22,8 @@ NC_DESC= Install TLS-enabled netcat
|
||||
|
||||
CONFLICTS_INSTALL= libressl-[0-9]* \
|
||||
openssl-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
openssl-devel-[0-9]* \
|
||||
openssl111-[0-9]*
|
||||
|
||||
NC_CONFIGURE_ENABLE= nc
|
||||
|
||||
|
@ -21,7 +21,8 @@ NC_DESC= Install TLS-enabled netcat
|
||||
|
||||
CONFLICTS_INSTALL= libressl-devel-[0-9]* \
|
||||
openssl-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
openssl-devel-[0-9]* \
|
||||
openssl111-[0-9]*
|
||||
|
||||
NC_CONFIGURE_ENABLE= nc
|
||||
|
||||
|
@ -16,7 +16,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= libressl-[0-9]* \
|
||||
libressl-devel-[0-9]* \
|
||||
openssl-[0-9]*
|
||||
openssl-[0-9]* \
|
||||
openssl111-[0-9]*
|
||||
|
||||
DEPRECATED= Upstream support ends 2019-09-11
|
||||
EXPIRATION_DATE= 2019-09-11
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= config
|
||||
|
@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= libressl-[0-9]* \
|
||||
libressl-devel-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
openssl-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
|
||||
|
Loading…
Reference in New Issue
Block a user