Re: git: d258c3602afd - main - dns/unbound: update to 1.22.0

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Fri, 18 Oct 2024 13:39:31 UTC
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 <rodrigo@FreeBSD.org>
> AuthorDate: 2024-10-18 13:08:53 +0000
> Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
> 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 <jaap@NLnetLabs.nl> (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