pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/dnsdist



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 25 14:06:09 UTC 2026

Modified Files:
        pkgsrc/net/dnsdist: Makefile distinfo
Removed Files:
        pkgsrc/net/dnsdist/patches: patch-dnsdist-lua.cc

Log Message:
net/dnsdist: Update to version 2.0.6

>From Marcin Gondek via wip.

Improvements

Fix clang-tidy warnings
Also apply UDP socket buffer sizes to backend sockets
Make code boost-1.91 compatible

Bug Fixes

Check the DoQ query size against the received size
Fix outgoing TLS session cache cleanup
Compute a less inaccurate number of DNS records to pass to reserve()
Maintain a "current size of received body" counter.
Fix the dynamic block top suffixes counters computation
snmp-agent: Fix a memory leak
Fix XSK configuration via YAML
Ignore invalid backend weight coming from YAML
Bail out when a NULL pointer is passed to dnsdist_ffi_dnsquestion_get_proxy_protocol_values
Fix BPFFilter::addRangeRule
Fix DownstreamState::setHealthCheckParams
Fix a data race on concurrent CDB KVS lookups
Fix a few issues in our AF_XDP/XSK code
Fixes several eBPF issues
Better handling of exceptions
Fix two small EDNS addition related bugs
More minor fixes
Keep concurrent connection entries for live connections
Fix invalid TCP rate limiting computation


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/dnsdist/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/dnsdist/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/dnsdist/patches/patch-dnsdist-lua.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dnsdist/Makefile
diff -u pkgsrc/net/dnsdist/Makefile:1.49 pkgsrc/net/dnsdist/Makefile:1.50
--- pkgsrc/net/dnsdist/Makefile:1.49    Thu May 14 16:41:42 2026
+++ pkgsrc/net/dnsdist/Makefile Mon May 25 14:06:08 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2026/05/14 16:41:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2026/05/25 14:06:08 wiz Exp $
 
-DISTNAME=      dnsdist-2.0.5
-PKGREVISION=   1
+DISTNAME=      dnsdist-2.0.6
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.powerdns.com/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/dnsdist/distinfo
diff -u pkgsrc/net/dnsdist/distinfo:1.26 pkgsrc/net/dnsdist/distinfo:1.27
--- pkgsrc/net/dnsdist/distinfo:1.26    Fri May 15 09:15:47 2026
+++ pkgsrc/net/dnsdist/distinfo Mon May 25 14:06:09 2026
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.26 2026/05/15 09:15:47 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/05/25 14:06:09 wiz Exp $
 
-BLAKE2s (dnsdist-2.0.5.tar.xz) = 547e2c3642ede391c54e07e89569f9c5356f3823c4a95f43cae7471627f9db3a
-SHA512 (dnsdist-2.0.5.tar.xz) = 82eb29c378ac05e1a029a8bd04ca4144a9636ac777020c97090ce0bea3ad215cd7a6fde9218ec4bcb8a4d773730f34ba9f476484f42e7fea34e84717a43f9286
-Size (dnsdist-2.0.5.tar.xz) = 2289448 bytes
+BLAKE2s (dnsdist-2.0.6.tar.xz) = 7108a3f60452ac445e22d3d5f1aad98e4d7248499051a156739cff9a45118e4b
+SHA512 (dnsdist-2.0.6.tar.xz) = fe8ebb819d73eea8344c56108264f00f1d185a2ffed2a64c5f13997a159bb93b0384fba7c49ee562b3d42f6d091dd34a0e792402e1bec0b47f5988a5dd30c2bd
+Size (dnsdist-2.0.6.tar.xz) = 2293488 bytes
 SHA1 (patch-configure) = d9ec9f3416862f471a3029168681b9512ced68b9
-SHA1 (patch-dnsdist-lua.cc) = 8a4e66f81e0bc1c7dfbedf9e2fe8a167e5df837d



Home | Main Index | Thread Index | Old Index