pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNS p5-Net-DNS: update to 1.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd0d90ef2d25
branches:  trunk
changeset: 384352:bd0d90ef2d25
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 21 12:03:53 2018 +0000

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

diffstat:

 net/p5-Net-DNS/Makefile |   7 ++-----
 net/p5-Net-DNS/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 79e2563c8255 -r bd0d90ef2d25 net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Tue Aug 21 12:02:02 2018 +0000
+++ b/net/p5-Net-DNS/Makefile   Tue Aug 21 12:03:53 2018 +0000
@@ -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 @@
 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
diff -r 79e2563c8255 -r bd0d90ef2d25 net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo   Tue Aug 21 12:02:02 2018 +0000
+++ b/net/p5-Net-DNS/distinfo   Tue Aug 21 12:03:53 2018 +0000
@@ -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