diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-10-02 08:53:49 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-10-02 08:53:49 +0000 |
| commit | 092db47e9db9d5250b80b983313be71383aa1642 (patch) | |
| tree | fec722b2c3861cab4476445e56cfda012879e134 | |
| parent | 05b748dac1da72516797488219a94dd6f88ebd7f (diff) | |
Mk/: update openssl3* comments for newer ports
Now that security/openssl36 is official
related to:
PR: 289938
| -rw-r--r-- | Mk/Uses/ssl.mk | 4 | ||||
| -rw-r--r-- | Mk/bsd.default-versions.mk | 3 |
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. |
