pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-URI Updated p5-URI to 1.27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70bb01abfaa7
branches:  trunk
changeset: 463815:70bb01abfaa7
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Nov 27 16:34:48 2003 +0000

description:
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@localhost>.

   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:

 www/p5-URI/Makefile |  4 ++--
 www/p5-URI/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 2a9fd02ca848 -r 70bb01abfaa7 www/p5-URI/Makefile
--- a/www/p5-URI/Makefile       Thu Nov 27 16:34:28 2003 +0000
+++ b/www/p5-URI/Makefile       Thu Nov 27 16:34:48 2003 +0000
@@ -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 -r 2a9fd02ca848 -r 70bb01abfaa7 www/p5-URI/distinfo
--- a/www/p5-URI/distinfo       Thu Nov 27 16:34:28 2003 +0000
+++ b/www/p5-URI/distinfo       Thu Nov 27 16:34:48 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index