Date: Wed, 22 Oct 2025 13:56:53 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3db9b8cec308 - main - dns/dnsdist: add upstream patch to fix QUIC connections Message-ID: <202510221356.59MDurHC011955@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=3db9b8cec308127d7925c8873b09f506233a7423 commit 3db9b8cec308127d7925c8873b09f506233a7423 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2025-10-14 15:13:18 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-10-22 13:52:32 +0000 dns/dnsdist: add upstream patch to fix QUIC connections PR: 290267 Approved by: Submitter is maintainer MFH: 2025Q4 --- dns/dnsdist/Makefile | 5 ++++- dns/dnsdist/distinfo | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index eebd7eb5e11f..5a7512afcce8 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -1,10 +1,13 @@ PORTNAME= dnsdist DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +PATCH_SITES= https://github.com/PowerDNS/pdns/commit/ +PATCHFILES= 8045b2c8860c786d2ca9e13de05c431ba638c90f.diff:-p2 + MAINTAINER= tremere@cainites.net COMMENT= Highly DNS-, DoS- and abuse-aware loadbalancer WWW= https://dnsdist.org/ diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo index 8456bd938620..160ff620c88c 100644 --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1758417851 +TIMESTAMP = 1760439976 SHA256 (dnsdist-2.0.1.tar.xz) = 144e2356d07d6577a570782a6f79f426125344221dbdc4ddaaa7f9d468d51900 SIZE (dnsdist-2.0.1.tar.xz) = 2279512 SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 @@ -87,3 +87,5 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681 SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (8045b2c8860c786d2ca9e13de05c431ba638c90f.diff) = e41f702c29e17595fdb0ad43c4391ef873cedf3a9b1fa36b63ddd2c9192e58e7 +SIZE (8045b2c8860c786d2ca9e13de05c431ba638c90f.diff) = 1513home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510221356.59MDurHC011955>
