aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2023-10-15 11:37:00 +0000
committerBernard Spil <brnrd@FreeBSD.org>2023-10-15 11:37:00 +0000
commitedf0d279485cea029a3f2ab33ca80d7e570492fa (patch)
treefc2249ce066a6b7f5b2f671662543df21fdd49d7
parentc55803584171e1029f57c0f4ae248c6220e7ecd5 (diff)
security/openssl: Update BROKEN in ports referring to openssl3*
* via FreeBSD 14 stanza Reported by: bofh
-rw-r--r--databases/movine/Makefile2
-rw-r--r--databases/xrootd/Makefile2
-rw-r--r--dns/dog/Makefile2
-rw-r--r--net-p2p/cardano-node/Makefile2
-rw-r--r--net/lavinmq/Makefile2
-rw-r--r--www/dot-http/Makefile2
-rw-r--r--www/screego/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/databases/movine/Makefile b/databases/movine/Makefile
index 75a2bee30299..b0a1ac8e7350 100644
--- a/databases/movine/Makefile
+++ b/databases/movine/Makefile
@@ -180,7 +180,7 @@ PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= Fails to detect OpenSSL 3 and later
.endif
diff --git a/databases/xrootd/Makefile b/databases/xrootd/Makefile
index 3e74878102a2..2ea28292e2ce 100644
--- a/databases/xrootd/Makefile
+++ b/databases/xrootd/Makefile
@@ -40,7 +40,7 @@ KERBEROS5_LIB_DEPENDS= libkrb5.so:security/krb5
.include <bsd.port.pre.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= fails to build with openssl 3 and later
.endif
diff --git a/dns/dog/Makefile b/dns/dog/Makefile
index 75f707b7070d..361de2507aca 100644
--- a/dns/dog/Makefile
+++ b/dns/dog/Makefile
@@ -107,7 +107,7 @@ COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \
.include <bsd.port.options.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= Fails to detect OpenSSL 3.0.0 and later
.endif
diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile
index 8d5d9ba91442..9ebdc8aef43e 100644
--- a/net-p2p/cardano-node/Makefile
+++ b/net-p2p/cardano-node/Makefile
@@ -489,7 +489,7 @@ WITH_LTO= yes
.include <bsd.port.options.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= fails to compile undefined symbol: DSA_generate_parameters
.endif
diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile
index fffdeaed1d08..6248a31319a4 100644
--- a/net/lavinmq/Makefile
+++ b/net/lavinmq/Makefile
@@ -40,7 +40,7 @@ SHARDS_ENV= --time --verbose --production --release --no-color --stats \
.include <bsd.port.options.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= fails to compile: undefined symbol: EVP_MD_size
.endif
diff --git a/www/dot-http/Makefile b/www/dot-http/Makefile
index f69dc09960c8..3dc18a300a33 100644
--- a/www/dot-http/Makefile
+++ b/www/dot-http/Makefile
@@ -177,7 +177,7 @@ PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= Fails to detect OpenSSL 3 and later
.endif
diff --git a/www/screego/Makefile b/www/screego/Makefile
index e95ba6c4b335..98c783a0463a 100644
--- a/www/screego/Makefile
+++ b/www/screego/Makefile
@@ -1560,7 +1560,7 @@ _YARN_CWD= ${WRKSRC}/ui
.include <bsd.port.options.mk>
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= Fails to compile with OpenSSL 3 and later
.endif