Date: Sat, 18 Apr 2026 11:43:57 +0000 From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d638e494efe - main - security/uacme: Remove expired MBEDTLS option Message-ID: <69e36e7d.3a446.393fceae@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d638e494efea93d7f0e3c2ba345be59f8426ae7 commit 7d638e494efea93d7f0e3c2ba345be59f8426ae7 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-04-18 11:36:34 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-04-18 11:36:34 +0000 security/uacme: Remove expired MBEDTLS option security/mbedtls2 expired in 2025-06-02 Reported by: diizzy MFH: 2026Q2 --- security/uacme/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/security/uacme/Makefile b/security/uacme/Makefile index e6e3dc8c54ca..84d44eeb43a2 100644 --- a/security/uacme/Makefile +++ b/security/uacme/Makefile @@ -1,6 +1,7 @@ PORTNAME= uacme DISTVERSIONPREFIX= upstream/ DISTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= security www MAINTAINER= eduardo@FreeBSD.org @@ -25,7 +26,7 @@ _OPENSSL_SAFE= ${${SSL_DEFAULT} == libressl || ${SSL_DEFAULT} == libressl-devel OPTIONS_DEFAULT= ${${_OPENSSL_SAFE} == no:?GNUTLS:OPENSSL} MANPAGES \ UALPN OPTIONS_SINGLE= CRYPTO -OPTIONS_SINGLE_CRYPTO= GNUTLS MBEDTLS OPENSSL +OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL OPTIONS_EXCLUDE= ${${_OPENSSL_SAFE} == no:?OPENSSL:} OPTIONS_SUB= yes @@ -36,9 +37,6 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc MANPAGES_CONFIGURE_ENABLE= docs -MBEDTLS_BUILD_DEPENDS= mbedtls2>=2.28.0:security/mbedtls2 -MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls2 -MBEDTLS_CONFIGURE_WITH= mbedtls=${LOCALBASE} OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} UALPN_LIB_DEPENDS= libev.so:devel/libevhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e36e7d.3a446.393fceae>
