git: edf0d279485c - main - security/openssl: Update BROKEN in ports referring to openssl3*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Oct 2023 11:40:43 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=edf0d279485cea029a3f2ab33ca80d7e570492fa
commit edf0d279485cea029a3f2ab33ca80d7e570492fa
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-10-15 11:37:00 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-10-15 11:37:00 +0000
security/openssl: Update BROKEN in ports referring to openssl3*
* via FreeBSD 14 stanza
Reported by: bofh
---
databases/movine/Makefile | 2 +-
databases/xrootd/Makefile | 2 +-
dns/dog/Makefile | 2 +-
net-p2p/cardano-node/Makefile | 2 +-
net/lavinmq/Makefile | 2 +-
www/dot-http/Makefile | 2 +-
www/screego/Makefile | 2 +-
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