Re: git: 23b8a311cb2d - main - dns/unbound: restores DNS over QUIC and HTTPS
- In reply to: Rodrigo Osorio : "git: 23b8a311cb2d - main - dns/unbound: restores DNS over QUIC and HTTPS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Oct 2024 20:59:20 UTC
On Fri, Oct 18, 2024 at 08:36:01PM +0000, Rodrigo Osorio wrote: > 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 1. Still no information why this (DOH) is no longer an option. 2. Restore DNS over QUIC? Port doesn't yet use net/libngtcp2 and security/openssl(31)-quictls. https://unbound.docs.nlnetlabs.nl/en/latest/topics/privacy/dns-over-quic.html