diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-29 06:51:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-29 06:51:08 +0000 |
commit | 4ec99dce40b89779a83475c9793d094c7da435ee (patch) | |
tree | 7665c3930c7be56f78bae7e2ad7ad2651a74797b /www | |
parent | 28253b797d83c3bad5388ff0ac5125ee2e8b88b8 (diff) | |
download | pkgsrc-4ec99dce40b89779a83475c9793d094c7da435ee.tar.gz |
Update p5-URI to 1.17. Relevant changes from version 1.12 include:
- Bug fixes
- URI::Escape::uri_escape default has changed. Reserved characters
are now escaped when no second argument is provided.
- URI::WithBase now overrides the can() method and delegate it to
the URI member. This also affects the URI::URL behaviour.
- URI.pm now conforms to RFC 2732 which specify how literal IPv6
addresses are to be included in URLs.
- URI/Escape now allows "/" in the $unsafe pattern argument.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-URI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index d4f037c83e3..73c26e77706 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2001/09/27 04:51:45 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/29 06:51:08 jlam Exp $ # -DISTNAME= URI-1.12 +DISTNAME= URI-1.17 PKGNAME= p5-${DISTNAME} CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 24736deed2c..2fa3ea8eeb3 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/05/14 13:30:54 zuntum Exp $ +$NetBSD: distinfo,v 1.3 2001/09/29 06:51:08 jlam Exp $ -SHA1 (URI-1.12.tar.gz) = 7204744b03127f717253f904382958ace921c494 -Size (URI-1.12.tar.gz) = 80885 bytes +SHA1 (URI-1.17.tar.gz) = 2459fc1b196e99d7112827b0691de710bb743e61 +Size (URI-1.17.tar.gz) = 82160 bytes |