diff options
author | grant <grant@pkgsrc.org> | 2003-11-27 16:34:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-27 16:34:48 +0000 |
commit | 98473f1f49776d6c5eeeb6d9ba53367040280b7d (patch) | |
tree | f96c8e7da59bfe0e9213f1c5f3f400c539d6ce14 /www | |
parent | 83904e11669a307249eaa4a6d43c7493e56b02b8 (diff) | |
download | pkgsrc-98473f1f49776d6c5eeeb6d9ba53367040280b7d.tar.gz |
Updated p5-URI to 1.27.
changes since 1.23:
Release 1.27
The URI module is now less strict about the values accepted
for gopher_type attribute of gopher:-URLs. Patch suggested
by the Net::Gopher author; William G. Davis.
Release 1.26
Help Storable deal with URI objects. Patch contributed
by <talby@trap.mtview.ca.us>.
Fix failure under OS/2. Patch contributed by Ilya Zakharevich.
Release 1.25
Allow literal '@' in userinfo. If there are multiple '@' chars
in the 'authority' component use the last (instead of first) as
the 'userinfo' delimiter.
Make URI->query_form escape '[' and ']'. These chars where added
to the reserved set in RFC 2732. This also match MSIE behaviour.
Silience warning from 'sip' support class.
Release 1.24
Relative URIs that start with the query string directly (i.e. "?q")
are now absolutized as specified in rfc2396bis. See:
http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query
Added URI::Split module. It's a lightweight module that can be
used to parse and compose URI string to/from its component parts.
The rel() method will now work from canonical URIs. That allow it
to extract a relative URI in more cases.
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 7eafa473a5d..ef035c803f5 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/07/17 22:55:54 grant Exp $ +# $NetBSD: Makefile,v 1.23 2003/11/27 16:34:48 grant Exp $ # -DISTNAME= URI-1.23 +DISTNAME= URI-1.27 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 1d77f46bf57..5ffc220fc42 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/01/31 10:40:35 shell Exp $ +$NetBSD: distinfo,v 1.9 2003/11/27 16:34:48 grant Exp $ -SHA1 (URI-1.23.tar.gz) = 00f3bba226ff5a3c929472b469605c8df5f384b0 -Size (URI-1.23.tar.gz) = 88717 bytes +SHA1 (URI-1.27.tar.gz) = ce6af1cf3117439843735568bfa8654d137d7d48 +Size (URI-1.27.tar.gz) = 91412 bytes |