[Lunar-commits] <moonbase> uriparser: version with the following;

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Apr 2 03:05:13 CEST 2008


commit 8bc3e3c5ba4ee84027de5c8f07b8805d79a035af
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Tue Apr 1 21:05:13 2008 -0400

    uriparser: version with the following;
    
    Added: Syntax-based normalization can now handle relative URIs,
        e.g. "../../a/b/.././c" is normalized to "../../a/c"
    Fixed: Normalization code could free foreign memory
    Fixed: Normalization processed the path segment even when asked not to
    Added: MinGW Makefile and related readme
        Thanks to Michael Anthony Puls II!
    Fixed: Documentation bug not requiring enough memory for the output
        buffer when converting a relative file URI back to a filename
    Changed: Soname set to 1:4:0
---
 web/uriparser/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/uriparser/DETAILS b/web/uriparser/DETAILS
index 806b264..e4b04f1 100644
--- a/web/uriparser/DETAILS
+++ b/web/uriparser/DETAILS
@@ -1,11 +1,11 @@
           MODULE=uriparser
-         VERSION=0.6.3
+         VERSION=0.6.4
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:278167afc5231a98cfc7e4f39b2c2f22b79966be
+      SOURCE_VFY=sha1:e0239bcfda938694b6206ab2c99325f687d90c48
         WEB_SITE=http://uriparser.sourceforge.net/
          ENTERED=20071106
-         UPDATED=20080216
+         UPDATED=20080401
            SHORT="RFC 3986 compliant URI parsing library"
 cat << EOF
 uriparser is a strictly RFC 3986 compliant URI parsing library.


More information about the Lunar-commits mailing list