git: 23b8a311cb2d - main - dns/unbound: restores DNS over QUIC and HTTPS
Date: Fri, 18 Oct 2024 20:36:01 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=23b8a311cb2db6336101362521b7f970be90534f commit 23b8a311cb2db6336101362521b7f970be90534f Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-10-18 20:24:38 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-10-18 20:33:31 +0000 dns/unbound: restores DNS over QUIC and HTTPS There was a line missing in the Makefile for the port. This commit correct it and restores DNS over QUIC and HTTPS PR: 282183 Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) --- dns/unbound/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 56030abd2448..4e3d1707b5f6 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -1,5 +1,6 @@ PORTNAME= unbound DISTVERSION= 1.22.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ @@ -20,6 +21,7 @@ USE_RC_SUBR= unbound GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libexpat=${LOCALBASE} \ + --with-libnghttp2 \ --with-ssl=${OPENSSLBASE} TEST_TARGET= test