From nobody Fri Oct 18 13:39:31 2024 X-Original-To: dev-commits-ports-all@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 4XVQnY46rKz5ZDb2; Fri, 18 Oct 2024 13:40:33 +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 4XVQnY1ctyz4RP5; Fri, 18 Oct 2024 13:40:33 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Fri, 18 Oct 2024 15:39:31 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1729258825; bh=0AR5d9F0JlXQDjiRXREwZNTu/80e/ekmQKAqYO9wU7Y=; h=Date:Message-ID:From:To:Cc:Subject:MIME-Version:Content-Type; b=frSaGWwi979SQBxuEJZUsXJ67d2iNfetryCEUCrgO5MBrP9cBG2ZweYv4H1tE28T0 W++fuIK6b/kG8aHxJxBDzSoaa1M29+J/NUJoaHiFQNK9o4rAxjVQ7ORMIzD+I6BbI1 tFhlQqWiKnPP5vAUoiIl3VNJnbDIhzMdoPndGHkl9xM61UblOEyUBWGJCQPBzi1yX9 ylX5spvbZJ7lcTHDck6ABvyLtW0ASqubqT06eP77mBQ2nGm7bFs55I6IyfwL4kPOWb KQzC8Xi//KLSRFW+20Uuq2iYCa8lXaiuJJPnpoJGezNnCH106TVTQO00l+11EtJ34I DWfQvocjwL8Qg== Message-ID: <87ttd9fs30.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: Rodrigo Osorio , jaap@NLnetLabs.nl Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: d258c3602afd - main - dns/unbound: update to 1.22.0 In-Reply-To: <202410181320.49IDKYg5057457@gitrepo.freebsd.org> References: <202410181320.49IDKYg5057457@gitrepo.freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/31.0 Mule/6.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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: 4XVQnY1ctyz4RP5 X-Spamd-Bar: ---- On Fri, 18 Oct 2024 15:20:34 +0200, Rodrigo Osorio wrote: > > The branch main has been updated by rodrigo: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=d258c3602afd47841b285e0ac11de3bf09181d05 > > commit d258c3602afd47841b285e0ac11de3bf09181d05 > Author: Rodrigo Osorio > AuthorDate: 2024-10-18 13:08:53 +0000 > Commit: Rodrigo Osorio > CommitDate: 2024-10-18 13:18:00 +0000 > > dns/unbound: update to 1.22.0 > > Changelog: https://nlnetlabs.nl/news/2024/Oct/17/unbound-1.22.0-released/ > Full changelog: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-22-0 > > PR: 282172 > Reported by: Jaap Akkerhuis (maintainer) > --- > dns/unbound/Makefile | 12 +++++------- > dns/unbound/distinfo | 6 +++--- > dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in | 11 ----------- > dns/unbound/pkg-plist | 2 +- > 4 files changed, 9 insertions(+), 22 deletions(-) > > diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile > index a32644d46e9e..56030abd2448 100644 > --- a/dns/unbound/Makefile > +++ b/dns/unbound/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= unbound > -DISTVERSION= 1.21.1 > +DISTVERSION= 1.22.0 > CATEGORIES= dns > MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ > > @@ -10,7 +10,8 @@ WWW= https://www.nlnetlabs.nl/projects/unbound > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > -LIB_DEPENDS= libexpat.so:textproc/expat2 > +LIB_DEPENDS= libexpat.so:textproc/expat2 \ > + libnghttp2.so:www/libnghttp2 [...] > -DOH_DESC= Enable DNS-over-HTTPS support [...] > -DOH_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 > -DOH_CONFIGURE_ON= --with-libnghttp2 Why? No information in PR, commit log or release notes. Thanks. -- Herbert