Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2026 09:05:23 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Ralf van der Enden <tremere@cainites.net>
Subject:   git: 243d98e4f44e - main - dns/dnsdist: Update to 2.0.2
Message-ID:  <6971e853.2281d.168b89de@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=243d98e4f44e439ebabf014ceec60c28dc0db361

commit 243d98e4f44e439ebabf014ceec60c28dc0db361
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2025-12-02 15:33:29 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-01-22 09:05:05 +0000

    dns/dnsdist: Update to 2.0.2
    
    Release Announcement: https://blog.powerdns.com/2025/12/02/powerdns-dnsdist-2.0.2-released
    Changelog: https://www.dnsdist.org/changelog.html#change-2.0.2
    
    PR:             291365
    Reported by:    Jordan Ostreff <jordan@ostreff.info>,
                    Ralf van der Enden <tremere@cainites.net> (maintainer)
---
 dns/dnsdist/Makefile                          |  6 +-----
 dns/dnsdist/distinfo                          |  6 +++---
 dns/dnsdist/files/patch-meson_lua_meson.build | 12 ------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index 9e6302926436..5d985404c18c 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -1,13 +1,9 @@
 PORTNAME=	dnsdist
-DISTVERSION=	2.0.1
-PORTREVISION=	5
+DISTVERSION=	2.0.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 160ff620c88c..ca512a7efd1c 100644
--- a/dns/dnsdist/distinfo
+++ b/dns/dnsdist/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1760439976
-SHA256 (dnsdist-2.0.1.tar.xz) = 144e2356d07d6577a570782a6f79f426125344221dbdc4ddaaa7f9d468d51900
-SIZE (dnsdist-2.0.1.tar.xz) = 2279512
+TIMESTAMP = 1764672379
+SHA256 (dnsdist-2.0.2.tar.xz) = 3374eba65a5ca3cfb9fc59791c47e5035149fe521ccbbced5f834a17f45641bf
+SIZE (dnsdist-2.0.2.tar.xz) = 2284864
 SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9
 SIZE (rust/crates/anstyle-1.0.10.crate) = 15725
 SHA256 (rust/crates/cc-1.2.25.crate) = d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951
diff --git a/dns/dnsdist/files/patch-meson_lua_meson.build b/dns/dnsdist/files/patch-meson_lua_meson.build
deleted file mode 100644
index dd5d0793b6f6..000000000000
--- a/dns/dnsdist/files/patch-meson_lua_meson.build
+++ /dev/null
@@ -1,12 +0,0 @@
---- meson/lua/meson.build.orig	2025-07-21 09:54:44 UTC
-+++ meson/lua/meson.build
-@@ -12,6 +12,9 @@ if not dep_lua.found() and (opt_lua == 'auto' or opt_l
-
- if not dep_lua.found() and (opt_lua == 'auto' or opt_lua == 'lua')
-   variants = [
-+    'lua5.4',
-+    'lua-5.4',
-+    'lua54',
-     'lua5.3',
-     'lua-5.3',
-     'lua53',


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6971e853.2281d.168b89de>