git: 269b0c7617f5 - main - Mk/Scripts/qa.sh: update list of openssl ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Mar 2026 19:33:19 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=269b0c7617f593f9398ce8bd750b1878d17afd6c
commit 269b0c7617f593f9398ce8bd750b1878d17afd6c
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-03-31 19:33:01 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-03-31 19:33:01 +0000
Mk/Scripts/qa.sh: update list of openssl ports
---
Mk/Scripts/qa.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 8d5bbda527a3..de2174de5bd4 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -623,8 +623,8 @@ proxydeps_suggest_uses() {
# When updating this, please also update the versions list in
# bsd.default-versions.mk and ssl.mk!
elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl111" \
- -o ${pkg} = "security/openssl31" -o ${pkg} = "security/openssl32" \
- -o ${pkg} = "security/openssl33" \
+ -o ${pkg} = "security/openssl34" -o ${pkg} = "security/openssl35" \
+ -o ${pkg} = "security/openssl36" \
-o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \
]; then
warn "you need USES=ssl"