diff options
author | seb <seb> | 2009-11-10 13:34:13 +0000 |
---|---|---|
committer | seb <seb> | 2009-11-10 13:34:13 +0000 |
commit | 485150c19f273785bd597ef903f64d3631a8a6cd (patch) | |
tree | 614acbe5c4e8d480c681d01aed16c968bce11ffa | |
parent | e039fd7298c5d0582f3bb842c0de3a1e8f105d5f (diff) | |
download | pkgsrc-485150c19f273785bd597ef903f64d3631a8a6cd.tar.gz |
Update p5-DNS-ZoneParse from version 0.96 to version 0.99.
Upstream changes:
0.99 - Tue Oct 20 2009
- (je) Support for callback to catch unparsable lines.
- (je) Keep a counter of unparsable lines after parsing.
- (je) Support new record types (SRV, TXT, RP, HINFO, LOC).
- (je) Automatic un/escaping of special characters.
- (je) Reformat regular expressions for clarity.
- (je) Update file open syntax.
- (je) Require Perl 5.6+.
- (je) Support for Unicode names (bug 27527).
- (je) Support TXT records containing a semicolon (bug 50165).
- (je) Support backslashes in zone data (bug 12679).
- (je) Support SRV records (bug 24402).
- (je) Support names ending in what looks like a record type (bug 39006).
- (je) Increase unit test coverage.
- (je) Improve parsing for lines containing comments.
- (je) Improve parsing for multi-line records.
0.98 - Skipped
0.97 - Skipped
-rw-r--r-- | net/p5-DNS-ZoneParse/Makefile | 4 | ||||
-rw-r--r-- | net/p5-DNS-ZoneParse/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-DNS-ZoneParse/Makefile b/net/p5-DNS-ZoneParse/Makefile index 36af5db668d..56db2da03d5 100644 --- a/net/p5-DNS-ZoneParse/Makefile +++ b/net/p5-DNS-ZoneParse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/01/11 12:38:51 he Exp $ +# $NetBSD: Makefile,v 1.15 2009/11/10 13:34:13 seb Exp $ # -DISTNAME= DNS-ZoneParse-0.96 +DISTNAME= DNS-ZoneParse-0.99 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dzp CATEGORIES= net perl5 diff --git a/net/p5-DNS-ZoneParse/distinfo b/net/p5-DNS-ZoneParse/distinfo index 7c7e4015c6c..f52103f2b42 100644 --- a/net/p5-DNS-ZoneParse/distinfo +++ b/net/p5-DNS-ZoneParse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/01/11 12:38:51 he Exp $ +$NetBSD: distinfo,v 1.5 2009/11/10 13:34:13 seb Exp $ -SHA1 (DNS-ZoneParse-0.96.tar.gz) = d3be571952f9f29c3c868248172148c237c53fed -RMD160 (DNS-ZoneParse-0.96.tar.gz) = eb4c90d03051b671f0d2695af3bd074a93dc3c63 -Size (DNS-ZoneParse-0.96.tar.gz) = 10141 bytes +SHA1 (DNS-ZoneParse-0.99.tar.gz) = a5f2734d5dd4f7b8c7f4db0c0098fedb8a354ff0 +RMD160 (DNS-ZoneParse-0.99.tar.gz) = ac1b2265f225824b41109725b39b07cd55cb1822 +Size (DNS-ZoneParse-0.99.tar.gz) = 16855 bytes |