diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-06-10 14:40:07 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-06-10 14:40:07 +0000 |
commit | 66e04eb3206eeedd926cefc0d0b5ed8a1ae30025 (patch) | |
tree | 754d36b128d41c50532c5535ba580ca9cf8ea961 | |
parent | 99d9a70319e27d9a972b668da9f6cc743ba1da79 (diff) | |
download | pkgsrc-66e04eb3206eeedd926cefc0d0b5ed8a1ae30025.tar.gz |
Update net/powerdns-recursor to 3.7.3 (previous commit was 3.7.2).
PowerDNS Recursor 3.7.3
- Limit the maximum length of a qname
- pdnssec: check for glue and delegations in parent zones
-rw-r--r-- | net/powerdns-recursor/Makefile | 12 | ||||
-rw-r--r-- | net/powerdns-recursor/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/net/powerdns-recursor/Makefile b/net/powerdns-recursor/Makefile index be1983dc13a..783c1564756 100644 --- a/net/powerdns-recursor/Makefile +++ b/net/powerdns-recursor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/06/10 14:22:29 fhajny Exp $ +# $NetBSD: Makefile,v 1.18 2015/06/10 14:40:07 fhajny Exp $ # -DISTNAME= pdns-recursor-3.7.2 +DISTNAME= pdns-recursor-3.7.3 CATEGORIES= net MASTER_SITES= http://downloads.powerdns.com/releases/ EXTRACT_SUFX= .tar.bz2 @@ -34,10 +34,12 @@ CXXFLAGS+= -std=c++11 -Wno-c++11-narrowing .include "options.mk" -pre-configure: +post-extract: ${LN} -s FreeBSD.inc ${WRKSRC}/sysdeps/NetBSD.inc - ${MV} ${WRKSRC}/pdns_recursor.1 ${WRKSRC}/pdns_recursor.8 - ${MV} ${WRKSRC}/rec_control.1 ${WRKSRC}/rec_control.8 + +post-build: + ${CP} ${WRKSRC}/pdns_recursor.1 ${WRKSRC}/pdns_recursor.8 + ${CP} ${WRKSRC}/rec_control.1 ${WRKSRC}/rec_control.8 .include "../../devel/boost-headers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/powerdns-recursor/distinfo b/net/powerdns-recursor/distinfo index bec0eb4ca04..babd4cea91f 100644 --- a/net/powerdns-recursor/distinfo +++ b/net/powerdns-recursor/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2015/06/10 14:22:29 fhajny Exp $ +$NetBSD: distinfo,v 1.14 2015/06/10 14:40:07 fhajny Exp $ -SHA1 (pdns-recursor-3.7.2.tar.bz2) = 1780b34c7a0d38cc62f5581484cf25de91bbe1ca -RMD160 (pdns-recursor-3.7.2.tar.bz2) = a87ac0783da412e24a00a6fca9f42fd70f63c706 -Size (pdns-recursor-3.7.2.tar.bz2) = 244582 bytes +SHA1 (pdns-recursor-3.7.3.tar.bz2) = a09d960852ba67c1618dfa9258158a1145f657c1 +RMD160 (pdns-recursor-3.7.3.tar.bz2) = c73738ea571b8ce4ef4c01ee02c971c990d03f42 +Size (pdns-recursor-3.7.3.tar.bz2) = 245192 bytes SHA1 (patch-Makefile.in) = 4aa3fc487afab1795532cc6a09975fa6580625fe SHA1 (patch-dns.hh) = 7e9c1b10a066a605b74ebdbee2d894aed50f6c68 SHA1 (patch-dnsparser.cc) = acd60fbeaa5ad3aa09db306eeaddb1071bbedfb7 |