aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-10-02 08:53:49 +0000
committerMatthias Andree <mandree@FreeBSD.org>2025-10-02 09:02:05 +0000
commit4b9f219a6e5f61e8785b3a2ed6757a6cf36121d9 (patch)
tree8ea0d7f50a427d701ab517e002f63455cb904fc8
parent8b42b093ca9a073c76dc74347af7ceaa737d4d27 (diff)
Mk/: update openssl3* comments for newer ports
Now that security/openssl36 is official related to: PR: 289938 (cherry picked from commit 092db47e9db9d5250b80b983313be71383aa1642)
-rw-r--r--Mk/Uses/ssl.mk4
-rw-r--r--Mk/bsd.default-versions.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/Mk/Uses/ssl.mk b/Mk/Uses/ssl.mk
index f8a459eb87e7..cdc434e2aa61 100644
--- a/Mk/Uses/ssl.mk
+++ b/Mk/Uses/ssl.mk
@@ -10,8 +10,8 @@
#
# When updating this, please also update the same list in bsd.default-versions.mk
# and the checks for USES=ssl in qa.sh!
-# Variants being base, openssl, openssl111, openssl31, openssl32,
-# openssl33, libressl, and libressl-devel.
+# Variants being base, openssl, openssl111, openssl33, openssl34, openssl35,
+# openssl36, libressl, and libressl-devel.
#
# The Makefile sets these variables:
# OPENSSLBASE - "/usr" or ${LOCALBASE}
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index c81b7f5f8429..865224a95bc4 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -152,7 +152,8 @@ RUST_DEFAULT?= rust
SAMBA_DEFAULT?= 4.16
# When updating this, please also update the same list in ssl.mk and the checks
# for USES=ssl in qa.sh!
-# Possible values: base, openssl, openssl111, openssl31, openssl32, openssl33, libressl, libressl-devel
+# Possible values: base, openssl, openssl111, openssl33, openssl34, openssl35,
+# openssl36, libressl, libressl-devel
. if !defined(SSL_DEFAULT)
# If no preference was set, check for an installed base version
# but give an installed port preference over it.