diff options
author | Ralf van der Enden <tremere@cainites.net> | 2024-05-13 11:39:22 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2024-05-15 02:07:48 +0000 |
commit | 93f305d4884c9841d8f6f4ebe5901459a8093aec (patch) | |
tree | 71e42a62c235c085cb9e62611b72686d6c7624c6 | |
parent | 319166d9f21f5b45a49409ff14d4be8a173036ab (diff) | |
download | ports-93f305d4884c9841d8f6f4ebe5901459a8093aec.tar.gz ports-93f305d4884c9841d8f6f4ebe5901459a8093aec.zip |
dns/dnsdist: update to 1.9.4 (fixes CVE-2024-25581)
Security: CVE-2024-25581
PR: 278954
Approved by: submitter is maintainer
(cherry picked from commit 9422b76b11fe118a3473845ee88bd920f418c14c)
-rw-r--r-- | dns/dnsdist/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsdist/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 1c3dee8e4206..c1ddecd5e4d2 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsdist -DISTVERSION= 1.9.3 +DISTVERSION= 1.9.4 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo index 656cd642f775..724d6806d1a7 100644 --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712317299 -SHA256 (dnsdist-1.9.3.tar.bz2) = f05b68806dc6c4d207b1fadb7ec715c3e0d28d893a8b3b92d58297c4ceb56c3f -SIZE (dnsdist-1.9.3.tar.bz2) = 1577027 +TIMESTAMP = 1715595818 +SHA256 (dnsdist-1.9.4.tar.bz2) = 297d3a3751af4650665c9d3890a1d5a7a0467175f2c8607d0d5980e3fd67ef14 +SIZE (dnsdist-1.9.4.tar.bz2) = 1591994 |