Date: Thu, 30 May 2024 14:01:11 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3ab8e5ac0ada - 2024Q2 - dns/unbound: Uodate to 1.20.0 Message-ID: <202405301401.44UE1B8Z075554@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ab8e5ac0ada9e596702896dda8bb8cd44d0b2ef commit 3ab8e5ac0ada9e596702896dda8bb8cd44d0b2ef Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2024-05-10 06:37:00 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-05-30 14:00:56 +0000 dns/unbound: Uodate to 1.20.0 ChangeLog: https://nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/ Summary of the DNSBomb vulnerability CVE-2024-33655. The DNSBomb attack, via specially timed DNS queries and answers, can cause a Denial of Service on resolvers and spoofed targets. Unbound itself is not vulnerable for DoS, rather it can be used to take part in a pulsing DoS amplification attack. PR: 278870 Reported by: jaap@NLnetLabs.nl (maintainer) Security: CVE-2024-33655 (cherry picked from commit a478d4b5e7ef58c06031c2e6802dc2a64bd5f4e9) --- 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 d44f32a56335..f375207090bf 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -1,5 +1,5 @@ PORTNAME= unbound -DISTVERSION= 1.19.3 +DISTVERSION= 1.20.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index e562c6066e68..7a61b168b589 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710413556 -SHA256 (unbound-1.19.3.tar.gz) = 3ae322be7dc2f831603e4b0391435533ad5861c2322e34a76006a9fb65eb56b9 -SIZE (unbound-1.19.3.tar.gz) = 6338685 +TIMESTAMP = 1715159567 +SHA256 (unbound-1.20.0.tar.gz) = 56b4ceed33639522000fd96775576ddf8782bb3617610715d7f1e777c5ec1dbf +SIZE (unbound-1.20.0.tar.gz) = 6550938 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index d4ba63f60c07..bbe22da63634 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.26 +lib/libunbound.so.8.1.27 %%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?202405301401.44UE1B8Z075554>