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:   wen
Date:           Sat Oct 20 14:32:42 UTC 2018

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

Log Message:
Update to 1.18

Upstream changes:
1.18 Sep 21, 2018

        Documentation revised to remove ambigous use of "answer" which
        has been used to refer to both the answer section of a packet
        and the entire reply packet received from a nameserver.

Fix rt.cpan.org #127018

        Net::DNS::ZoneFile->parse() fails if include directory specified.

Fix rt.cpan.org #127012

        DNS resolution broken when options ndots used in /etc/resolv.conf


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -u -r1.50 -r1.51 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.84 pkgsrc/net/p5-Net-DNS/Makefile:1.85
--- pkgsrc/net/p5-Net-DNS/Makefile:1.84 Wed Aug 22 09:45:58 2018
+++ pkgsrc/net/p5-Net-DNS/Makefile      Sat Oct 20 14:32:42 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2018/08/22 09:45:58 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2018/10/20 14:32:42 wen Exp $
 
-DISTNAME=              Net-DNS-1.17
+DISTNAME=              Net-DNS-1.18
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
 MASTER_SITES+=         http://www.net-dns.org/download/

Index: pkgsrc/net/p5-Net-DNS/distinfo
diff -u pkgsrc/net/p5-Net-DNS/distinfo:1.50 pkgsrc/net/p5-Net-DNS/distinfo:1.51
--- pkgsrc/net/p5-Net-DNS/distinfo:1.50 Tue Aug 21 12:03:53 2018
+++ pkgsrc/net/p5-Net-DNS/distinfo      Sat Oct 20 14:32:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2018/08/21 12:03:53 wiz Exp $
+$NetBSD: distinfo,v 1.51 2018/10/20 14:32:42 wen Exp $
 
-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
+SHA1 (Net-DNS-1.18.tar.gz) = 0702b8f8303e0aec16a7c2dc64e5d9e154d376d7
+RMD160 (Net-DNS-1.18.tar.gz) = 6b4ab8ea38e8d5e09bf6faf1226066fbbf34492a
+SHA512 (Net-DNS-1.18.tar.gz) = 715335144d023bf8ae24adc22b50198369a0a0b21a019d27c7080ebd1b3c7018e7f96952a8e9a2d6fb6a3270abfcc1aabe631cfa78d9579f2f05a88a703205b0
+Size (Net-DNS-1.18.tar.gz) = 253199 bytes



Home | Main Index | Thread Index | Old Index