pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/www/p5-URI Pullup upgrade to version 1.27 of p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/888d355b45e2
branches:  pkgsrc-2003Q4
changeset: 463690:888d355b45e2
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Dec 05 17:41:47 2003 +0000

description:
Pullup upgrade to version 1.27 of p5-URI to the pkgsrc-2003Q4 branch,
requested by Grant Beattie.

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Thu Nov 27 16:34:48 UTC 2003

        Modified Files:
                pkgsrc/www/p5-URI: Makefile distinfo

        Log Message:
        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 b69c138c693b -r 888d355b45e2 www/p5-URI/Makefile
--- a/www/p5-URI/Makefile       Fri Dec 05 17:38:47 2003 +0000
+++ b/www/p5-URI/Makefile       Fri Dec 05 17:41:47 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/07/17 22:55:54 grant Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2003/12/05 17:41:47 agc Exp $
 #
 
-DISTNAME=      URI-1.23
+DISTNAME=      URI-1.27
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5uri
 CATEGORIES=    www net perl5
diff -r b69c138c693b -r 888d355b45e2 www/p5-URI/distinfo
--- a/www/p5-URI/distinfo       Fri Dec 05 17:38:47 2003 +0000
+++ b/www/p5-URI/distinfo       Fri Dec 05 17:41:47 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2003/01/31 10:40:35 shell Exp $
+$NetBSD: distinfo,v 1.8.4.1 2003/12/05 17:41:47 agc 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