Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2022 05:42:50 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2efbd2b027c8 - main - dns/unbound: Update to 1.16.3
Message-ID:  <202209290542.28T5go4Q081616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2efbd2b027c85ab8a3ec41de872affb7dc5963de

commit 2efbd2b027c85ab8a3ec41de872affb7dc5963de
Author:     Herbert J. Skuhra <herbert@gojira.at>
AuthorDate: 2022-09-28 05:16:17 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-09-29 05:39:14 +0000

    dns/unbound: Update to 1.16.3
    
    ChangeLog: https://nlnetlabs.nl/news/2022/Sep/21/unbound-1.16.3-released/
    
    Fixes Non-Responsive Delegation Attack.
    
    PR:             266654
    Reported by:    herbert@gojira.at
    Approved by:    jaap@NLnetLabs.nl (maintainer)
    Security:       CVE-2022-3204
---
 dns/unbound/Makefile  | 2 +-
 dns/unbound/distinfo  | 6 +++---
 dns/unbound/pkg-plist | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 5cf9658c85f7..9c4c6b8c67e9 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	unbound
-DISTVERSION=	1.16.2
+DISTVERSION=	1.16.3
 CATEGORIES=	dns
 MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/ \
 		https://distfiles.crux.guru/
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo
index cca330031e17..7c9bf3a7a7ca 100644
--- a/dns/unbound/distinfo
+++ b/dns/unbound/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659358515
-SHA256 (unbound-1.16.2.tar.gz) = 2e32f283820c24c51ca1dd8afecfdb747c7385a137abe865c99db4b257403581
-SIZE (unbound-1.16.2.tar.gz) = 6204297
+TIMESTAMP = 1663755234
+SHA256 (unbound-1.16.3.tar.gz) = ea0c6665e2c3325b769eac1dfccd60fe1828d5fcf662650039eccb3f67edb28e
+SIZE (unbound-1.16.3.tar.gz) = 6204330
diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist
index d357e1de9dbf..58ef3f1362ee 100644
--- a/dns/unbound/pkg-plist
+++ b/dns/unbound/pkg-plist
@@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
 lib/libunbound.a
 lib/libunbound.so
 lib/libunbound.so.8
-lib/libunbound.so.8.1.18
+lib/libunbound.so.8.1.19
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209290542.28T5go4Q081616>