pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-DNS-ZoneParse Update p5-DNS-ZoneParse from vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba18e7c730c6
branches:  trunk
changeset: 485268:ba18e7c730c6
user:      he <he%pkgsrc.org@localhost>
date:      Sun Dec 05 17:40:28 2004 +0000

description:
Update p5-DNS-ZoneParse from version 0.82 to 0.95.
Change HOMEPAGE to non-author-specific URL on search.cpan.org.

Change log:

0.95 - Sun Oct 24 2004
      - suppress $TTL directive in output() if the zone has no TTL defined
      - fix bug #7845 - zonefile and origin lost during parse.

0.94 - Thu Sep 2 2004
      - allow PTR records without an address (carries over from previous
        record). This doesn't seem to be forbidden by the standards (bug #7546)

0.93 - Wed Sep 1 2004
      - s/it's/its/ (RT bug #7533, Debian bug #268524)

0.92 - Sat Aug 21 2004
      - Fix reported bugs #3806, #4283, #7363, #7392 with thanks to
        Martin (mv <at> pdv-systeme <dot> de)

0.91 - Sun Aug 03 2003
      - fix bug #3028 - parsing AAAA records

0.90 - Sun May 11 2003
      - fix bug #2541 - PTR parse/output error

0.89 - Sat May 3 2003
      - small fix for perl 5.005

0.88 - Wed Apr 27 2003
      -  fix bug #2440 - parsing ambiguous records improved

0.87 - Wed Mar 26 2003
      - Bug fixes thanks to Alex Woods
      - fix bug #2290 - parsing MX records without name
      - fix bug #2291 - populate 'name' fields with parent name if undef

0.86 - Tue Mar 25 2003
      - bug fix in 0.85 introduced new bug. FIXED with test. (Thanks Alex Woods)
      - use opportunity to update API and BUGS sections in POD

0.85 - Mon Mar 24 2003
      - fix filehandle typo in lib/DNS/ZoneParse.pm
      - update tests to test object ctor for filename
      - fix parsing for RRs without CLASS

0.84 - Sun Mar 2 2003
      - improved test suite
      - tidy codebase
      - turn class inside out (http://perlmonks.org/index.pl?node_id=219131)
      - rename Dump(), newSerial(), PrintZone() methods
      - dump() now returns a copy of the data
      - TXT record parsing improved

0.83 - Sat Jan 18 2003
      - Add patches from anonymous and Kan Sasaki:
          + parse $TTL
          + shorten serial number
          + parse MX records without a name
          + printZone() tweak
      - update documentation
      - move module from <dist>/  to <dist>/lib/DNS

diffstat:

 net/p5-DNS-ZoneParse/Makefile |  6 +++---
 net/p5-DNS-ZoneParse/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r af4415b5f447 -r ba18e7c730c6 net/p5-DNS-ZoneParse/Makefile
--- a/net/p5-DNS-ZoneParse/Makefile     Sun Dec 05 17:36:39 2004 +0000
+++ b/net/p5-DNS-ZoneParse/Makefile     Sun Dec 05 17:40:28 2004 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2004/04/27 06:05:57 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/05 17:40:28 he Exp $
 #
 
-DISTNAME=      DNS-ZoneParse-0.82
+DISTNAME=      DNS-ZoneParse-0.95
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dzp
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DNS/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/author/SIMONFLK/DNS-ZoneParse-0.82/ZoneParse.pm
+HOMEPAGE=      http://search.cpan.org/dist/DNS-ZoneParse/
 COMMENT=       Perl5 module for parsing DNS zone files
 
 USE_BUILDLINK3=        YES
diff -r af4415b5f447 -r ba18e7c730c6 net/p5-DNS-ZoneParse/distinfo
--- a/net/p5-DNS-ZoneParse/distinfo     Sun Dec 05 17:36:39 2004 +0000
+++ b/net/p5-DNS-ZoneParse/distinfo     Sun Dec 05 17:40:28 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/15 15:36:46 cjep Exp $
+$NetBSD: distinfo,v 1.2 2004/12/05 17:40:28 he Exp $
 
-SHA1 (DNS-ZoneParse-0.82.tar.gz) = 97ad8f8a1ea5075048942a030e522556e8b08731
-Size (DNS-ZoneParse-0.82.tar.gz) = 6847 bytes
+SHA1 (DNS-ZoneParse-0.95.tar.gz) = afcc0455b69de77f65663fa72af7b5616677ca94
+Size (DNS-ZoneParse-0.95.tar.gz) = 9162 bytes



Home | Main Index | Thread Index | Old Index