pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net-DNS



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 12:03:53 UTC 2018

Modified Files:
        pkgsrc/net/p5-Net-DNS: Makefile distinfo

Log Message:
p5-Net-DNS: update to 1.17.

**** 1.17 Jul 25, 2018

Fix rt.cpan.org #125890

        AXFR: 1 record per packet responses.

Fix rt.cpan.org #125889

        New NSEC3 for empty non-terminal leaves type bitmap undefined.

Fix rt.cpan.org #125882

        RDATA name compression pointer calculated incorrectly.

**** 1.16 Jul 15, 2018

Feature
        New NSEC3 encloser(), nextcloser() and wildcard() instance
        methods return closest encloser, "next closer" and putative
        wildcard names respectively.

Feature
        Add new NSEC covers() instance method.

Feature
        New NSEC typemap() instance method interrogates type list.

        IO::Socket::INET6 removed from recommended module metadata.
        IPv6 requires IO::Socket::IP which is now a core package.

        No requirement to escape @ in unquoted contiguous string.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/p5-Net-DNS/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-Net-DNS/Makefile
diff -u pkgsrc/net/p5-Net-DNS/Makefile:1.82 pkgsrc/net/p5-Net-DNS/Makefile:1.83
--- pkgsrc/net/p5-Net-DNS/Makefile:1.82 Sun Feb 25 17:58:52 2018
+++ pkgsrc/net/p5-Net-DNS/Makefile      Tue Aug 21 12:03:53 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2018/02/25 17:58:52 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2018/08/21 12:03:53 wiz Exp $
 
-DISTNAME=              Net-DNS-1.15
+DISTNAME=              Net-DNS-1.17
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -11,10 +11,7 @@ HOMEPAGE=            http://www.net-dns.org/
 COMMENT=               Perl5 module for DNS resolution
 LICENSE=               ${PERL5_LICENSE}
 
-#BUILD_DEPENDS+=               {p5-Test-Simple>=0.44,perl>=5.8.0}:../../devel/p5-Test-Simple
 DEPENDS+=              p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
-#DEPENDS+=             {perl>=5.7.3,p5-Digest-MD5>=2.12}:../../security/p5-Digest-MD5
-#DEPENDS+=             {perl>=5.7.3,p5-MIME-Base64>=2.11}:../../converters/p5-MIME-Base64
 DEPENDS+=              p5-Net-IP>=1.20:../../net/p5-Net-IP
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Net-DNS

Index: pkgsrc/net/p5-Net-DNS/distinfo
diff -u pkgsrc/net/p5-Net-DNS/distinfo:1.49 pkgsrc/net/p5-Net-DNS/distinfo:1.50
--- pkgsrc/net/p5-Net-DNS/distinfo:1.49 Sun Feb 25 17:58:52 2018
+++ pkgsrc/net/p5-Net-DNS/distinfo      Tue Aug 21 12:03:53 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2018/02/25 17:58:52 wiz Exp $
+$NetBSD: distinfo,v 1.50 2018/08/21 12:03:53 wiz Exp $
 
-SHA1 (Net-DNS-1.15.tar.gz) = 41078908786e71fb680d7fb6686062f53b0c760a
-RMD160 (Net-DNS-1.15.tar.gz) = 32d61761442a252b82918ae692d0ee35497b0501
-SHA512 (Net-DNS-1.15.tar.gz) = 9c28814620b065348df18046bc50680c02354e63435e94c4aabf12adc9991567b624c6f6c20aa102dfed06a7795ffa01b99d26cde58a0bcb32ada0a0afe4524b
-Size (Net-DNS-1.15.tar.gz) = 253524 bytes
+SHA1 (Net-DNS-1.17.tar.gz) = 27e843d7f00d7787004ee5890688686fcf30bf3a
+RMD160 (Net-DNS-1.17.tar.gz) = 294c6eb8c05d97571c217a8f5a75e91a8f1f03a2
+SHA512 (Net-DNS-1.17.tar.gz) = 7f69fdff454efb82afafd7ae1c47524dd337e27d915c87146547088a5f86581dc2867e07a473c68fb29ef08146e0b2c739fcc39e21aa1bf74d6c3eb718d545e6
+Size (Net-DNS-1.17.tar.gz) = 251924 bytes



Home | Main Index | Thread Index | Old Index