pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dnsdist: Upgrade to version 2.0.2 (add COMMIT_MSG and patch info)
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Wed Dec 3 08:49:31 2025 +0100
Changeset: cc80644176fd7f2f1eb4f5cb85520f417609687f
Modified Files:
dnsdist/distinfo
dnsdist/patches/patch-protobuf
Added Files:
dnsdist/COMMIT_MSG
Log Message:
dnsdist: Upgrade to version 2.0.2 (add COMMIT_MSG and patch info)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc80644176fd7f2f1eb4f5cb85520f417609687f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dnsdist/COMMIT_MSG | 62 ++++++++++++++++++++++++++++++++++++++++++
dnsdist/distinfo | 3 +-
dnsdist/patches/patch-protobuf | 3 ++
3 files changed, 67 insertions(+), 1 deletion(-)
diffs:
diff --git a/dnsdist/COMMIT_MSG b/dnsdist/COMMIT_MSG
new file mode 100644
index 0000000000..491b129a4f
--- /dev/null
+++ b/dnsdist/COMMIT_MSG
@@ -0,0 +1,62 @@
+2.0.2
+Released: 2nd of December 2025
+New Features
+Add a selector to match the incoming protocol�
+
+References: #14060, pull request 16328
+
+Improvements
+Include a Date: response header for rejected HTTP1 requests
+References: pull request 16430
+Make inserting to the in-memory rings a bit faster
+References: pull request 16315
+Change bogusV4/bogusV6 addresses to static constants to avoid parse in every call (delichik)
+References: pull request 16524
+Better performance when using recvmmsg
+References: pull request 16560
+Expose TimedIPSet to YAML-originated Lua contexts
+References: #16428, pull request 16562
+Update the Rust library version when generating a tarball
+References: #16137, pull request 16310
+Allow selecting a specific version of Lua with meson
+References: #16249, pull request 16316
+Make the round-robin LB policy internal counter atomic
+References: pull request 16320
+luawrapper: don't segfault on failure in traceback handler
+References: #15173, pull request 16345
+Refactor the FFI 'alternate name'interface
+References: pull request 16346
+Prevent copies of dnsheader_aligned objects
+References: pull request 16508
+Raise the maximum number of descriptors to 1M
+References: pull request 16559
+Alter the qname BPF filter to make it const
+References: pull request 16561
+
+Bug Fixes
+Fix a memory leak with OCSP and OpenSSL 3.6.0
+References: pull request 16431
+Fix setting meta keys on response, pass them from question to response
+References: pull request 16325
+Properly handle invalid regular expressions
+References: #16371, pull request 16439
+Fix a crash when a selector or policy cannot be found
+References: #16462, pull request 16507
+Fix query rules bypass after tagging from a dynblock
+References: pull request 16309
+ComboAddress: Fix 'unspecified address' test when the port is set
+References: #16248, pull request 16317
+Set up the dns header for timeout response rules
+References: #16221, pull request 16318
+Fix handling of large XSK frames (ednaq)
+References: #16242, pull request 16319
+Properly handle exceptions when processing timeout rules
+References: #16221, pull request 16322
+Initialize hash perturbation later, and only if needed
+References: #16139, pull request 16326
+Fix reentry issue in TCP downstream I/O on macOS/BSD (Karel Bilek)
+References: #16072, pull request 16327
+Store Lua's debug.traceback function before user can hide it from us
+References: #15173, pull request 16435
+
+
diff --git a/dnsdist/distinfo b/dnsdist/distinfo
index 0c5de06d38..fb57397a14 100644
--- a/dnsdist/distinfo
+++ b/dnsdist/distinfo
@@ -4,4 +4,5 @@ BLAKE2s (dnsdist-2.0.2.tar.xz) = f7a18e3afe863255aaaf040ca6c8f573365ea415f448306
SHA512 (dnsdist-2.0.2.tar.xz) = 7f53d13bb90b7b70da364341e50473b88be0bc9619e3263e352bed75aa57edbc018824439749956281a2c7a5d32c653e7378fe9d3cbc296042fa8120eee75fae
Size (dnsdist-2.0.2.tar.xz) = 2284864 bytes
SHA1 (patch-configure) = d9ec9f3416862f471a3029168681b9512ced68b9
-SHA1 (patch-protobuf) = 51da6896c3bb312072ca01362b403e073498a01e
+SHA1 (patch-protobuf) = fdcf6de86f307420c151bb18c15027dbc69e40ea
+
diff --git a/dnsdist/patches/patch-protobuf b/dnsdist/patches/patch-protobuf
index 7098b4ba0c..1c79f7a39e 100644
--- a/dnsdist/patches/patch-protobuf
+++ b/dnsdist/patches/patch-protobuf
@@ -1,3 +1,6 @@
+
+Fix: https://github.com/PowerDNS/pdns/pull/16584
+
--- dnsdist-protobuf.cc
+++ dnsdist-protobuf.cc
@@ -25,6 +25,7 @@
Home |
Main Index |
Thread Index |
Old Index