summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2016-08-05 23:34:17 +0000
committermef <mef>2016-08-05 23:34:17 +0000
commita4b6294f5154e0ed943125a722ac08c52db6aa2e (patch)
tree439404e93ab3bc2b715501bdf2eab6ec88a1ce0a
parent5236d0ab20e35be86d9f92f59740f89825b4e2dc (diff)
downloadpkgsrc-a4b6294f5154e0ed943125a722ac08c52db6aa2e.tar.gz
(pkgsrc)
- Drop patch-Makefile.PL, see below at 1.01 Feature item. (Upsteam) - Updated devel/p5-Net-DNS-SEC 0.22 to 1.02 ----------------------------------------- **** 1.02 September 16, 2015 Fix: Bug in t/10-keyset.t raises exception in Net::DNS **** 1.01 August 3, 2015 Feature The RRs previously implemented in Net::DNS::SEC are now integrated with Net::DNS. Fix: rt.cpan.org #105808 Version test for Pod::Test is broken Fix: rt.cpan.org #105698 Net-DNS 1.01 conflicts with Net-DNS-SEC 0.22
-rw-r--r--security/p5-Net-DNS-SEC/Makefile5
-rw-r--r--security/p5-Net-DNS-SEC/distinfo11
-rw-r--r--security/p5-Net-DNS-SEC/patches/patch-Makefile.PL27
3 files changed, 7 insertions, 36 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile
index 60de791d932..f51bc9805cf 100644
--- a/security/p5-Net-DNS-SEC/Makefile
+++ b/security/p5-Net-DNS-SEC/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2016/06/08 19:24:23 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/08/05 23:34:17 mef Exp $
-DISTNAME= Net-DNS-SEC-0.22
+DISTNAME= Net-DNS-SEC-1.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/security/p5-Net-DNS-SEC/distinfo b/security/p5-Net-DNS-SEC/distinfo
index a548b1279b0..990477e8f69 100644
--- a/security/p5-Net-DNS-SEC/distinfo
+++ b/security/p5-Net-DNS-SEC/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 01:17:58 agc Exp $
+$NetBSD: distinfo,v 1.10 2016/08/05 23:34:17 mef Exp $
-SHA1 (Net-DNS-SEC-0.22.tar.gz) = 29bdb3191f7115f08feae54938e24a9a9ff2b71d
-RMD160 (Net-DNS-SEC-0.22.tar.gz) = 7dbf26b89839724f71c2128c8182c7bc078c7b0c
-SHA512 (Net-DNS-SEC-0.22.tar.gz) = d51f35d778a0c1d2b461e1ac851a50534e56889ce2c6444c88bad268cb386aaed4be8e1314c5a16cfa825ddf5cfda23501b8536175c45c66c0da41954db29364
-Size (Net-DNS-SEC-0.22.tar.gz) = 76844 bytes
-SHA1 (patch-Makefile.PL) = 91b05395eec4a8a9eb263ef6460e230c3940f2d6
+SHA1 (Net-DNS-SEC-1.02.tar.gz) = e5515763399e5616a90bee532387862843c59461
+RMD160 (Net-DNS-SEC-1.02.tar.gz) = 887065e0eda352826012ac6fd6d3737e3a97644c
+SHA512 (Net-DNS-SEC-1.02.tar.gz) = cbbf0a4eb6948047a991cf473b0824cfa69c7f7e2d07190fbc9fe62be79106635ebfc02ab02a559079f2936ff354f5ff9275fd16cf37d7bc2d78a87cf0b103b0
+Size (Net-DNS-SEC-1.02.tar.gz) = 35915 bytes
diff --git a/security/p5-Net-DNS-SEC/patches/patch-Makefile.PL b/security/p5-Net-DNS-SEC/patches/patch-Makefile.PL
deleted file mode 100644
index 88fee5fbd25..00000000000
--- a/security/p5-Net-DNS-SEC/patches/patch-Makefile.PL
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2015/07/27 08:22:33 he Exp $
-
-Don't install the RR modules, these are now after version 1.01
-of Net::DNS part of that package instead. This fixes CPAN problem
-report https://rt.cpan.org/Public/Bug/Display.html?id=105698 while we
-wait for 1.01 of Net::DNS::SEC.
-
---- Makefile.PL.orig 2015-02-11 13:34:24.000000000 +0000
-+++ Makefile.PL
-@@ -69,17 +69,6 @@ WriteMakefile(
- 'SEC/RSA.pm' => '$(INST_LIBDIR)/SEC/RSA.pm',
- 'SEC/Keyset.pm' => '$(INST_LIBDIR)/SEC/Keyset.pm',
- 'SEC/Private.pm' => '$(INST_LIBDIR)/SEC/Private.pm',
-- 'RR/CDNSKEY.pm' => '$(INST_LIBDIR)/RR/CDNSKEY.pm',
-- 'RR/CDS.pm' => '$(INST_LIBDIR)/RR/CDS.pm',
-- 'RR/DLV.pm' => '$(INST_LIBDIR)/RR/DLV.pm',
-- 'RR/DNSKEY.pm' => '$(INST_LIBDIR)/RR/DNSKEY.pm',
-- 'RR/DS.pm' => '$(INST_LIBDIR)/RR/DS.pm',
-- 'RR/KEY.pm' => '$(INST_LIBDIR)/RR/KEY.pm',
-- 'RR/NSEC.pm' => '$(INST_LIBDIR)/RR/NSEC.pm',
-- 'RR/NSEC3.pm' => '$(INST_LIBDIR)/RR/NSEC3.pm',
-- 'RR/NSEC3PARAM.pm' => '$(INST_LIBDIR)/RR/NSEC3PARAM.pm',
-- 'RR/RRSIG.pm' => '$(INST_LIBDIR)/RR/RRSIG.pm',
-- 'RR/SIG.pm' => '$(INST_LIBDIR)/RR/SIG.pm',
- 'KeysetStub.pm' => '$(INST_LIBDIR)/Keyset.pm',
- },
-