Date: Sat, 14 Feb 2026 14:29:12 +0000 From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a2245f6b6032 - main - www/*ngnix: use security/openssl33-quictls instead of expired security/openssl-quictls Message-ID: <699086b8.46ec9.1e232e37@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2245f6b603246877151a5ce3feea138d6f075d6 commit a2245f6b603246877151a5ce3feea138d6f075d6 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2026-02-14 14:28:15 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2026-02-14 14:29:04 +0000 www/*ngnix: use security/openssl33-quictls instead of expired security/openssl-quictls --- www/freenginx/Makefile | 4 ++-- www/nginx/Makefile | 4 ++-- www/nginx/Makefile.options.desc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile index 1ea84f894ce3..5c6d75d6994e 100644 --- a/www/freenginx/Makefile +++ b/www/freenginx/Makefile @@ -177,8 +177,8 @@ HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_RUN_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_IMPLIES= HTTPV3 HTTPV3_LSSL_PREVENTS= HTTPV3_BORING HTTPV3_QTLS -HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls -HTTPV3_QTLS_RUN_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls +HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl33-quictls +HTTPV3_QTLS_RUN_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl33-quictls HTTPV3_QTLS_IMPLIES= HTTPV3 HTTPV3_QTLS_PREVENTS= HTTPV3_BORING HTTPV3_LSSL MAIL_VARS= DSO_BASEMODS+=mail diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a38c81a264bb..f8e5276d4514 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -178,8 +178,8 @@ HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_RUN_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_IMPLIES= HTTPV3 HTTPV3_LSSL_PREVENTS= HTTPV3_BORING HTTPV3_QTLS -HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls -HTTPV3_QTLS_RUN_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls +HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl33-quictls +HTTPV3_QTLS_RUN_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl33-quictls HTTPV3_QTLS_IMPLIES= HTTPV3 HTTPV3_QTLS_PREVENTS= HTTPV3_BORING HTTPV3_LSSL MAIL_VARS= DSO_BASEMODS+=mail diff --git a/www/nginx/Makefile.options.desc b/www/nginx/Makefile.options.desc index f2b3924b69f8..39d41c19298a 100644 --- a/www/nginx/Makefile.options.desc +++ b/www/nginx/Makefile.options.desc @@ -23,7 +23,7 @@ HTTPV2_DESC= Enable HTTP/2 protocol support (SSL req.) HTTPV3_DESC= Enable HTTP/3 protocol support HTTPV3_BORING_DESC= Use security/boringssl HTTPV3_LSSL_DESC= Use security/libressl-devel -HTTPV3_QTLS_DESC= Use security/openssl-quictls +HTTPV3_QTLS_DESC= Use security/openssl33-quictls HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module HTTP_ADDITION_DESC= Enable http_addition module HTTP_AUTH_DIGEST_DESC= 3rd party http_authdigest modulehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699086b8.46ec9.1e232e37>
