diff options
author | adam <adam@pkgsrc.org> | 2019-04-25 18:42:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-25 18:42:41 +0000 |
commit | 5cf9dca23afe62b856f9f338771578ea9e04f787 (patch) | |
tree | 48eb3abef8fe4ab77483d2f441caaf07b9ea398b | |
parent | 367c1179a067dcdab1ac957dfb16f4d377f194b4 (diff) | |
download | pkgsrc-5cf9dca23afe62b856f9f338771578ea9e04f787.tar.gz |
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)
-rw-r--r-- | net/powerdns/Makefile | 3 | ||||
-rw-r--r-- | net/powerdns/Makefile.common | 6 | ||||
-rw-r--r-- | net/powerdns/PLIST | 3 | ||||
-rw-r--r-- | net/powerdns/distinfo | 10 |
4 files changed, 11 insertions, 11 deletions
diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile index 98dbdd31938..2fd1bd077d2 100644 --- a/net/powerdns/Makefile +++ b/net/powerdns/Makefile @@ -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 --git a/net/powerdns/Makefile.common b/net/powerdns/Makefile.common index 85c6c7d61f3..04197658513 100644 --- a/net/powerdns/Makefile.common +++ b/net/powerdns/Makefile.common @@ -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 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel -USE_LIBTOOL= yes USE_LANGUAGES= c c++ +USE_LIBTOOL= yes USE_TOOLS+= bison flex gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers} diff --git a/net/powerdns/PLIST b/net/powerdns/PLIST index 8b61b73dd70..85979dd0e6b 100644 --- a/net/powerdns/PLIST +++ b/net/powerdns/PLIST @@ -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 --git a/net/powerdns/distinfo b/net/powerdns/distinfo index 67819cf8161..349d808c280 100644 --- a/net/powerdns/distinfo +++ b/net/powerdns/distinfo @@ -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 |