pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/powerdns-recursor Update net/powerdns-recursor to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70fc8f04eb3c
branches:  trunk
changeset: 652937:70fc8f04eb3c
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Jun 10 14:40:07 2015 +0000

description:
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

diffstat:

 net/powerdns-recursor/Makefile |  12 +++++++-----
 net/powerdns-recursor/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 32b6ea9639f3 -r 70fc8f04eb3c net/powerdns-recursor/Makefile
--- a/net/powerdns-recursor/Makefile    Wed Jun 10 14:23:31 2015 +0000
+++ b/net/powerdns-recursor/Makefile    Wed Jun 10 14:40:07 2015 +0000
@@ -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 @@
 
 .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 -r 32b6ea9639f3 -r 70fc8f04eb3c net/powerdns-recursor/distinfo
--- a/net/powerdns-recursor/distinfo    Wed Jun 10 14:23:31 2015 +0000
+++ b/net/powerdns-recursor/distinfo    Wed Jun 10 14:40:07 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index