Skip to content

Commit

Permalink
security/openssl: Chase addition of openssl33 in conflicts
Browse files Browse the repository at this point in the history
 * While here use proper tag for openssl31-quictls
  • Loading branch information
Sp1l committed Mar 21, 2024
1 parent c2af764 commit e6eeffa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion security/openssl-quictls/Makefile
Expand Up @@ -13,7 +13,7 @@ WWW= https://www.github.com/quictls/openssl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

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

BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free

Expand Down
2 changes: 1 addition & 1 deletion security/openssl/Makefile
Expand Up @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt

#EXPIRATION_DATE= 2026-09-07

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

USES= cpe perl5
USE_PERL5= build
Expand Down
4 changes: 2 additions & 2 deletions security/openssl31-quictls/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openssl
DISTVERSIONPREFIX= opernssl-
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 3.1.5
DISTVERSIONSUFFIX= -quic1
CATEGORIES= security devel
Expand All @@ -12,7 +12,7 @@ WWW= https://www.github.com/quictls/openssl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

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

BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free

Expand Down
6 changes: 3 additions & 3 deletions security/openssl31-quictls/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1706729656
SHA256 (quictls-openssl-opernssl-3.1.5-quic1_GH0.tar.gz) = 38dab789b4fa43da0e8f33da41423f5036ed0e464146d18540f04e037c147b9b
SIZE (quictls-openssl-opernssl-3.1.5-quic1_GH0.tar.gz) = 15830092
TIMESTAMP = 1710593356
SHA256 (quictls-openssl-openssl-3.1.5-quic1_GH0.tar.gz) = 928a0c484fca5a5b9ae484e7b14e6691e946220d77d86ac4031cbb408655b644
SIZE (quictls-openssl-openssl-3.1.5-quic1_GH0.tar.gz) = 15826997
2 changes: 1 addition & 1 deletion security/openssl31/Makefile
Expand Up @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt

#EXPIRATION_DATE= 2025-03-14

CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl32 openssl-quictls
CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[23] openssl*-quictls

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

CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl31 openssl-quictls
ONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[13] openssl*-quictls

HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= config
Expand Down

0 comments on commit e6eeffa

Please sign in to comment.