[Lunar-commits] <moonbase> uriparser: version bump.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Sep 1 20:58:52 CEST 2008


commit 8eb0f27faf85b496632fd1173ac2e7bb9216d307
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 1 14:58:52 2008 -0400

    uriparser: version bump.
    
    This release fixes bad cleanup logic in two functions related to URI reference
    creation and resolution. Depending on your usage of these functions the result
    could have been either a crash or a memleak, so updating is strongly
    recommended.
---
 web/uriparser/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/uriparser/DETAILS b/web/uriparser/DETAILS
index 81a989e..44d7f6f 100644
--- a/web/uriparser/DETAILS
+++ b/web/uriparser/DETAILS
@@ -1,11 +1,11 @@
           MODULE=uriparser
-         VERSION=0.7.0
+         VERSION=0.7.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:b5ad1c64a2cc1498a179bb35fd4ad2eebb0df378
+      SOURCE_VFY=sha1:a08dd236c87abf50a416fd450323e3a0a32d7245
         WEB_SITE=http://uriparser.sourceforge.net/
          ENTERED=20071106
-         UPDATED=20080413
+         UPDATED=20080901
            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