pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns



Module Name:    pkgsrc
Committed By:   drixter
Date:           Mon Jun  8 16:29:40 UTC 2026

Modified Files:
        pkgsrc/net/powerdns: Makefile.common distinfo

Log Message:
net/powerdns: Update to 5.1.1

5.1.1
Released: 8th of June 2026
This is release 5.1.1 of the Authoritative Server. It contains an important bugfix for users of the LMDB backend.

Please review the Upgrade Notes before upgrading from versions < 5.0.x.

Bug Fixes
lmdb: correctly update timestamps in non-split domain table mode

5.1.0
Released: 3rd of June 2026
This is release 5.1.0 of the Authoritative Server. It provides many small new features and improvements, as well as bug fixes.
Please review the Upgrade Notes before upgrading from versions < 5.0.x.

New Features
make Lua records immutable by default
Implement a cors flag to set allowed origin in webserver

Improvements
skip zone cache refresh logic if disabled
Lua health checks: more responsiveness
only apply backupSelector to the first non-empty group (Daniel Micay)

Bug Fixes
use less inefficient code in web server
smarter memory need computation
stricter string-to-int conversions
lmdb: do not serialize records over 64K in length
stricter proxy protocol size limit enforcement
once again, relax JSON normalization code for record contents
harden xfr*BitInt writers
lmdb: yet another NSEC bug
Clarify the documentation regarding lmdb-shards-map-size (Hakan Lindqvist)
let pdnsutil work with lua backend
Correctly display APL DNS records with IPv4 addresses ending in .0
Ednscookies: Fix timestamp validity check
Auth: fixes for SA 2026-06


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/powerdns/Makefile.common
cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/powerdns/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/powerdns/Makefile.common
diff -u pkgsrc/net/powerdns/Makefile.common:1.47 pkgsrc/net/powerdns/Makefile.common:1.48
--- pkgsrc/net/powerdns/Makefile.common:1.47    Mon May 25 14:07:14 2026
+++ pkgsrc/net/powerdns/Makefile.common Mon Jun  8 16:29:40 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.47 2026/05/25 14:07:14 wiz Exp $
+# $NetBSD: Makefile.common,v 1.48 2026/06/08 16:29:40 drixter Exp $
 # used by net/powerdns/backend.mk
 
-PDNS_VERSION=  5.0.5
+PDNS_VERSION=  5.1.1
 DISTNAME=      pdns-${PDNS_VERSION}
 CATEGORIES=    net
 MASTER_SITES=  http://downloads.powerdns.com/releases/

Index: pkgsrc/net/powerdns/distinfo
diff -u pkgsrc/net/powerdns/distinfo:1.58 pkgsrc/net/powerdns/distinfo:1.59
--- pkgsrc/net/powerdns/distinfo:1.58   Mon May 25 14:07:14 2026
+++ pkgsrc/net/powerdns/distinfo        Mon Jun  8 16:29:40 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.58 2026/05/25 14:07:14 wiz Exp $
+$NetBSD: distinfo,v 1.59 2026/06/08 16:29:40 drixter Exp $
 
-BLAKE2s (pdns-5.0.5.tar.bz2) = dcd19c9a6ea43619d8e05158a29c64f6a84545875be80d9cd2c90658ed72c30b
-SHA512 (pdns-5.0.5.tar.bz2) = 25c04c41d6148ec80cf4eaf729f73d83b950af82a908c15a826c654097ec814629f46ee7edb17e8ac2e73c46fc507bdbfb908fbf544fe8391118788d4f1311ed
-Size (pdns-5.0.5.tar.bz2) = 1490386 bytes
+BLAKE2s (pdns-5.1.1.tar.bz2) = 4f71bbbf05528fbbdebd7d31a04e7c689a69139b4f228f70e5dbe1ddcd25d0cd
+SHA512 (pdns-5.1.1.tar.bz2) = 7a88ebf69405808475f9e67b233162e76f013266196aece6c05692a433f3274486232923815d4a195c2eb40bdbe1943bfe31435a23ccab98964dc21a00638136
+Size (pdns-5.1.1.tar.bz2) = 1530406 bytes
 SHA1 (patch-pdns_misc.hh) = ffc2eea374157e25cae17743db900ff6e3101a66
 SHA1 (patch-pdns_qtype.hh) = 4d086e28e7bacc624cf7db199ac16ebafec88e04
 SHA1 (patch-pdns_version.cc) = 2b6d65a08a3b481a659908b74d5e573284f8b05e



Home | Main Index | Thread Index | Old Index