Skip to content

Commit

Permalink
security/openssl*: Chase addition of 3.2
Browse files Browse the repository at this point in the history
 * Update CONFLICTS
 * Update comment in Mk/Uses/ssl.mk
  • Loading branch information
Sp1l committed Sep 16, 2023
1 parent 9fb2c8e commit e332bed
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Mk/Uses/ssl.mk
Expand Up @@ -8,7 +8,8 @@
#
# DEFAULT_VERSIONS+= ssl=<openssl variant>
#
# Variants being base, openssl, openssl30, openssl31, libressl, and libressl-devel.
# Variants being base, openssl, openssl30, openssl31, openssl32,
# openssl-quictls, libressl, and libressl-devel.
#
# The Makefile sets these variables:
# OPENSSLBASE - "/usr" or ${LOCALBASE}
Expand Down
2 changes: 1 addition & 1 deletion security/boringssl/Makefile
Expand Up @@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:insource cpe go:no_targets localbase perl5

CONFLICTS_INSTALL= libressl libressl-devel \
openssl openssl3[01] openssl-quictls
openssl openssl3[012] openssl-quictls

CPE_VENDOR= google

Expand Down
2 changes: 1 addition & 1 deletion security/libressl-devel/Makefile
Expand Up @@ -27,7 +27,7 @@ NC_DESC= Install TLS-enabled netcat

CONFLICTS_INSTALL= libressl \
libretls
default_CONFLICTS_INSTALL= openssl openssl3[01] openssl-quictls
default_CONFLICTS_INSTALL= openssl openssl3[012] openssl-quictls

.if ${FLAVOR:U} == default
OPTIONS_EXCLUDE= LIBTLS
Expand Down
3 changes: 2 additions & 1 deletion security/libressl/Makefile
Expand Up @@ -27,7 +27,8 @@ NC_DESC= Install TLS-enabled netcat
CONFLICTS_INSTALL= libressl-devel
libtls_CONFLICTS_INSTALL= libretls
default_CONFLICTS_INSTALL= openssl \
openssl3[01]
openssl3[012] \
openssl-quictls

.if ${FLAVOR:U} == default
OPTIONS_EXCLUDE= LIBTLS
Expand Down
2 changes: 1 addition & 1 deletion security/openssl-quictls/Makefile
Expand Up @@ -10,7 +10,7 @@ WWW= https://www.github.com/quictls/openssl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[01]
CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[012]

BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free

Expand Down
2 changes: 1 addition & 1 deletion security/openssl30/Makefile
Expand Up @@ -12,7 +12,7 @@ WWW= https://www.openssl.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl31 openssl-quictls
CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[12] openssl-quictls

HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= config
Expand Down
2 changes: 1 addition & 1 deletion security/openssl31/Makefile
Expand Up @@ -12,7 +12,7 @@ WWW= https://www.openssl.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl30 openssl-quictls
CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[02] openssl-quictls

HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= config
Expand Down

0 comments on commit e332bed

Please sign in to comment.