pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/powerdns powerdns: updated to 4.1.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/b85fad74ca82
branches: trunk
changeset: 332831:b85fad74ca82
user: adam <adam%pkgsrc.org@localhost>
date: Thu Apr 25 18:42:41 2019 +0000
description:
powerdns: updated to 4.1.8
4.1.8
Bug Fixes
Fix rectify for ENT records in narrow zones.
Prevent leak of file descriptor if running out of ports for incoming AXFR.
EL6: fix CXXFLAGS to build with compiler optimizations.
Fix API search failed with ?Commands out of sync; you can?t run this command now?.
Fix invalid SOA record in MySQL which prevented the authoritative server from starting.
Plug mysql_thread_init memory leak.
Correctly interpret an empty AXFR response to an IXFR query.
Fix replying from ANY address for non-standard port.
Do not compress the root.
Fix dot stripping in setcontent().
4.1.7
Bug Fixes
Insufficient validation in the HTTP remote backend (CVE-2019-3871, PowerDNS Security Advisory 2019-03)
diffstat:
net/powerdns/Makefile | 3 +--
net/powerdns/Makefile.common | 6 +++---
net/powerdns/PLIST | 3 ++-
net/powerdns/distinfo | 10 +++++-----
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (61 lines):
diff -r b109c1835c54 -r b85fad74ca82 net/powerdns/Makefile
--- a/net/powerdns/Makefile Thu Apr 25 17:44:21 2019 +0000
+++ b/net/powerdns/Makefile Thu Apr 25 18:42:41 2019 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.43 2019/04/03 00:33:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2019/04/25 18:42:41 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/pdns/powerdns/}
diff -r b109c1835c54 -r b85fad74ca82 net/powerdns/Makefile.common
--- a/net/powerdns/Makefile.common Thu Apr 25 17:44:21 2019 +0000
+++ b/net/powerdns/Makefile.common Thu Apr 25 18:42:41 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.26 2019/02/20 12:21:05 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2019/04/25 18:42:41 adam Exp $
-PDNS_VERSION= 4.1.6
+PDNS_VERSION= 4.1.8
DISTNAME= pdns-${PDNS_VERSION}
CATEGORIES= net
MASTER_SITES= http://downloads.powerdns.com/releases/
@@ -12,8 +12,8 @@
BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
USE_TOOLS+= bison flex gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
diff -r b109c1835c54 -r b85fad74ca82 net/powerdns/PLIST
--- a/net/powerdns/PLIST Thu Apr 25 17:44:21 2019 +0000
+++ b/net/powerdns/PLIST Thu Apr 25 18:42:41 2019 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.11 2018/05/14 15:40:08 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/04/25 18:42:41 adam Exp $
+${PLIST.tools}bin/calidns
${PLIST.tools}bin/dnsbulktest
${PLIST.tools}bin/dnsgram
${PLIST.tools}bin/dnsreplay
diff -r b109c1835c54 -r b85fad74ca82 net/powerdns/distinfo
--- a/net/powerdns/distinfo Thu Apr 25 17:44:21 2019 +0000
+++ b/net/powerdns/distinfo Thu Apr 25 18:42:41 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.36 2019/02/20 12:21:05 adam Exp $
+$NetBSD: distinfo,v 1.37 2019/04/25 18:42:41 adam Exp $
-SHA1 (pdns-4.1.6.tar.bz2) = 82a283da35dc776214e7a18935bbf2c697999d93
-RMD160 (pdns-4.1.6.tar.bz2) = 0b88f713c97a58cc9fc0ccbf7e63580cfa1be16a
-SHA512 (pdns-4.1.6.tar.bz2) = 094e532ff50aeb54c8b3e46e3b4a77d1fb2c9d3d0fccce6ccb71b3825f5e53f53af680625ea4e98b5dbc29fbd210bc3b4a47c7f05b4b3ac2cf7537369a7e15b2
-Size (pdns-4.1.6.tar.bz2) = 1116100 bytes
+SHA1 (pdns-4.1.8.tar.bz2) = c1b2220781ead0dbd5363f6335535e377283e85b
+RMD160 (pdns-4.1.8.tar.bz2) = 2552af0d6cb9176da6090435a362a2df5dfa987c
+SHA512 (pdns-4.1.8.tar.bz2) = 1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935
+Size (pdns-4.1.8.tar.bz2) = 1116996 bytes
SHA1 (patch-configure) = 8218324a863217f954ba63adf242c65c1b864038
SHA1 (patch-ext_json11_json11.cpp) = a8ffe67156a836841aef8a6bba134a82283f381e
SHA1 (patch-m4_pdns__check__os.m4) = c7a8d91c519ae7ca0616dfc08fa04402fca950d0
Home |
Main Index |
Thread Index |
Old Index