Skip to content

Commit 20d18a3

Browse files
committed
net/powerdns: Update to version 5.0.3
Provided by Marcin Gondek in wip. 5.0.3 Bug Fixes fix stupid logic error in lmdb-write-update-notification=no Stricter timestamp checks Correctly compute public key exponent length when larger than 255. fix geoip_mmdb backend MMDB_open error handling more robustness in createReverse*
1 parent 70574cb commit 20d18a3

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

net/powerdns/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# $NetBSD: Makefile,v 1.92 2026/02/06 10:05:37 wiz Exp $
1+
# $NetBSD: Makefile,v 1.93 2026/03/29 16:55:23 wiz Exp $
22

3-
PKGREVISION= 2
43
.include "Makefile.common"
54

65
PKGNAME= ${DISTNAME:S/pdns/powerdns/}

net/powerdns/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile.common,v 1.44 2025/12/27 19:04:17 wiz Exp $
1+
# $NetBSD: Makefile.common,v 1.45 2026/03/29 16:55:23 wiz Exp $
22
# used by net/powerdns/backend.mk
33

4-
PDNS_VERSION= 5.0.2
4+
PDNS_VERSION= 5.0.3
55
DISTNAME= pdns-${PDNS_VERSION}
66
CATEGORIES= net
77
MASTER_SITES= http://downloads.powerdns.com/releases/

net/powerdns/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.55 2025/12/27 19:04:17 wiz Exp $
1+
$NetBSD: distinfo,v 1.56 2026/03/29 16:55:23 wiz Exp $
22

3-
BLAKE2s (pdns-5.0.2.tar.bz2) = 597cb7582cafb9495d4b317c69a36b13a4c1c2d0c81fa17c037aefd9763032ab
4-
SHA512 (pdns-5.0.2.tar.bz2) = ec3ce1130407813687402c796bd3a44187c85fbc8844f384c9e39c484de27784a653dbbfbfab76b3b21a25ef949edaf6f4e1b68030fd81d500b4a9e87d9bcbda
5-
Size (pdns-5.0.2.tar.bz2) = 1482737 bytes
3+
BLAKE2s (pdns-5.0.3.tar.bz2) = bd32b008055784136c94706481079848c3166b9f8e54170dee60ceed3a602648
4+
SHA512 (pdns-5.0.3.tar.bz2) = 05ec277e793b6b92f0cba2f5625b8aa88fc3f1db45688cb1cfaa5b580f8bb9ea6d81f5503ef6abc9fff6d83441acf797e2c1b5d12400fe5dc0f403859a69de9f
5+
Size (pdns-5.0.3.tar.bz2) = 1492444 bytes
66
SHA1 (patch-pdns_misc.hh) = ffc2eea374157e25cae17743db900ff6e3101a66
77
SHA1 (patch-pdns_qtype.hh) = 4d086e28e7bacc624cf7db199ac16ebafec88e04
88
SHA1 (patch-pdns_version.cc) = 2b6d65a08a3b481a659908b74d5e573284f8b05e

0 commit comments

Comments
 (0)