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:   drixter
Date:           Fri Jul  3 22:20:02 UTC 2026

Modified Files:
        pkgsrc/net/dnsdist: Makefile distinfo

Log Message:
dnsdist: Update to 2.1.0

Released: 2nd of July 2026
Improvements
Add OpenSSL >= 4.0.0 compatibility
Add a Lua accessor for the ring buffers sampling rate
Set Rust LTO mode automatically, and allow setting RUSTFLAGS (Robert Edmonds)

Bug Fixes
Backports for Security Advisory 2026-09
Don�t close DoH on timeout, do on release (Karel Bilek)
Fix the default value for IPv4 ECS source prefix
Fix build error on 32 bits systems (armhf, �) (Hector Cao)
Fix naming And, Or and Not selectors, Continue action from YAML
Do not let exceptions cross the FFI boundary
Catch exceptions when parsing CNAME via the Lua FFI API
ednsoptions.hh: #include <string>
Prevent an exception when accessing an empty StatNode


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/dnsdist/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/dnsdist/distinfo

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.52 pkgsrc/net/dnsdist/Makefile:1.53
--- pkgsrc/net/dnsdist/Makefile:1.52    Thu Jun 25 15:56:28 2026
+++ pkgsrc/net/dnsdist/Makefile Fri Jul  3 22:20:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2026/06/25 15:56:28 drixter Exp $
+# $NetBSD: Makefile,v 1.53 2026/07/03 22:20:02 drixter Exp $
 
-DISTNAME=      dnsdist-2.0.7
+DISTNAME=      dnsdist-2.1.0
 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.28 pkgsrc/net/dnsdist/distinfo:1.29
--- pkgsrc/net/dnsdist/distinfo:1.28    Thu Jun 25 15:56:28 2026
+++ pkgsrc/net/dnsdist/distinfo Fri Jul  3 22:20:02 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2026/06/25 15:56:28 drixter Exp $
+$NetBSD: distinfo,v 1.29 2026/07/03 22:20:02 drixter Exp $
 
-BLAKE2s (dnsdist-2.0.7.tar.xz) = 11c5a80b392c0463deef2cfb69dcdb19186113fc1f3e4e54de34affbab675cb6
-SHA512 (dnsdist-2.0.7.tar.xz) = 709f8fde8a5e7d40ed7588cd95aa7ae0f65b4b71f964a6c0bd8b3836ca37ee9b4cd4a94d2ed7fdb7368c1337421693050475c0ece13f4efd4158954c3f0e6c60
-Size (dnsdist-2.0.7.tar.xz) = 2294560 bytes
+BLAKE2s (dnsdist-2.1.0.tar.xz) = 5cbadf984c09c92967b64ce411e055a749adbc0b54f502b1441d06e2a6ee72cc
+SHA512 (dnsdist-2.1.0.tar.xz) = 862d3bc0b01e2222dea63e48756ef5eff3d7f22a5c5dc38412f11f7937eeb5ae754bb1ae402d581ea72be9d9ef95ae381ed8d2d9d6588631a0aa895067135b45
+Size (dnsdist-2.1.0.tar.xz) = 2369224 bytes
 SHA1 (patch-configure) = d9ec9f3416862f471a3029168681b9512ced68b9



Home | Main Index | Thread Index | Old Index