From nobody Fri Oct 18 20:59:20 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XVcWt2vM1z5YwZW; Fri, 18 Oct 2024 20:59:22 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVcWt0g9zz4Lvp; Fri, 18 Oct 2024 20:59:22 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Fri, 18 Oct 2024 20:59:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1729285160; bh=1XsR10ihkfA+vgEWYriFOptFjdRy95TTzqAPj+smFj0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=0+Z/Z19rUzgAfNaW6ZjLfPb/BZmnTu65Sd8sTpGjQrRZ8EJ/gzGJ/wTq3sSdAXAjV YOUJO04fUGv8AaaIpZaAy5AZEy2UaRpb+djdRE3UuCqYlh3Ar2cGKdPH26egYOngxL SdU96lhCzh9SpNohmj6wFSYO4iosRCAT0wThSgHh+0LNMsLUKY7p+O7yVrPd/GvnH1 rkQkYzMGM3huuwCZOBRFXyzFhJF3sB84p3OwNtipR4acCDMMIY7vxz5HSyiS99zLky m3tA/r1bzVLwq79L/VceMhFA4eFy8aDb8OcKTCBsufE2EwIBSBBVnWl8mdiUAaWLW4 JYNWrPCN3rf+Q== From: "Herbert J. Skuhra" To: Rodrigo Osorio Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 23b8a311cb2d - main - dns/unbound: restores DNS over QUIC and HTTPS Message-ID: References: <202410182036.49IKa1Mq093559@gitrepo.freebsd.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202410182036.49IKa1Mq093559@gitrepo.freebsd.org> X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4XVcWt0g9zz4Lvp X-Spamd-Bar: ---- 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 > AuthorDate: 2024-10-18 20:24:38 +0000 > Commit: Rodrigo Osorio > 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 (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