pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Net-DNS-SEC (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f057507f88a5
branches:  trunk
changeset: 350790:f057507f88a5
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Aug 05 23:34:17 2016 +0000

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

diffstat:

 security/p5-Net-DNS-SEC/Makefile                  |   5 +--
 security/p5-Net-DNS-SEC/distinfo                  |  11 ++++-----
 security/p5-Net-DNS-SEC/patches/patch-Makefile.PL |  27 -----------------------
 3 files changed, 7 insertions(+), 36 deletions(-)

diffs (61 lines):

diff -r cf0c8fad806a -r f057507f88a5 security/p5-Net-DNS-SEC/Makefile
--- a/security/p5-Net-DNS-SEC/Makefile  Fri Aug 05 23:10:52 2016 +0000
+++ b/security/p5-Net-DNS-SEC/Makefile  Fri Aug 05 23:34:17 2016 +0000
@@ -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 -r cf0c8fad806a -r f057507f88a5 security/p5-Net-DNS-SEC/distinfo
--- a/security/p5-Net-DNS-SEC/distinfo  Fri Aug 05 23:10:52 2016 +0000
+++ b/security/p5-Net-DNS-SEC/distinfo  Fri Aug 05 23:34:17 2016 +0000
@@ -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 -r cf0c8fad806a -r f057507f88a5 security/p5-Net-DNS-SEC/patches/patch-Makefile.PL
--- a/security/p5-Net-DNS-SEC/patches/patch-Makefile.PL Fri Aug 05 23:10:52 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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',
-               },
- 



Home | Main Index | Thread Index | Old Index