Date: Sat, 28 Oct 2023 22:14:49 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7710d75e67bc - main - dns/dnsdist: update to 1.8.2 Message-ID: <202310282214.39SMEnfN061244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=7710d75e67bc4e24985d7a81066a7e086e49bb69 commit 7710d75e67bc4e24985d7a81066a7e086e49bb69 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2023-10-28 22:13:46 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2023-10-28 22:13:46 +0000 dns/dnsdist: update to 1.8.2 https://dnsdist.org/changelog.html#change-1.8.2 This release fixes the HTTP2 rapid reset attack, and requires the updated libh2o fix. Security: CVE-2023-44487 --- dns/dnsdist/Makefile | 2 +- dns/dnsdist/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 3281e9ceaafd..ec9b11c210d7 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsdist -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo index 416d3f2ae69c..2003328460e5 100644 --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694178164 -SHA256 (dnsdist-1.8.1.tar.bz2) = 05f356fcce29c4ece03c2d8df046adff3aaab0b036d6801c1a311c6d5bb3c07f -SIZE (dnsdist-1.8.1.tar.bz2) = 1492793 +TIMESTAMP = 1697035185 +SHA256 (dnsdist-1.8.2.tar.bz2) = 6688f09b2c52f9bf935f0769f4ee28dd0760e5622dade7b3f4e6fa3776f07ab8 +SIZE (dnsdist-1.8.2.tar.bz2) = 1492995
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310282214.39SMEnfN061244>