pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/uriparser Update to uriparser-0.7.2. Importa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7d152c5614b
branches:  trunk
changeset: 546481:f7d152c5614b
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue Sep 02 12:53:42 2008 +0000

description:
Update to uriparser-0.7.2.  Important reliability (crash/memory leak)
fix:

2008-09-01 -- 0.7.2

  * Fixed: Bad cleanup logic in functions
      - uriAddBaseUri(..)
      - uriRemoveBaseUri(..)
      Previously you needed to call uriFreeUriMembers on return code
      URI_ERROR_MALLOC and only then. So that's why these functions now
      take cleanup off your shoulders. An extra call to uriFreeUriMembers
      from your side is still needed in case of success.
  * Soname: 1:7:0

diffstat:

 textproc/uriparser/Makefile |  4 ++--
 textproc/uriparser/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r dd338965eebd -r f7d152c5614b textproc/uriparser/Makefile
--- a/textproc/uriparser/Makefile       Tue Sep 02 11:52:49 2008 +0000
+++ b/textproc/uriparser/Makefile       Tue Sep 02 12:53:42 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/06/13 05:06:52 bjs Exp $
+# $NetBSD: Makefile,v 1.3 2008/09/02 12:53:42 bjs Exp $
 #
 
-DISTNAME=      uriparser-0.7.1
+DISTNAME=      uriparser-0.7.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=uriparser/}
 EXTRACT_SUFX=  .tar.bz2
diff -r dd338965eebd -r f7d152c5614b textproc/uriparser/distinfo
--- a/textproc/uriparser/distinfo       Tue Sep 02 11:52:49 2008 +0000
+++ b/textproc/uriparser/distinfo       Tue Sep 02 12:53:42 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/06/13 05:06:52 bjs Exp $
+$NetBSD: distinfo,v 1.3 2008/09/02 12:53:42 bjs Exp $
 
-SHA1 (uriparser-0.7.1.tar.bz2) = 2b0a78bac76489e56b4a11c217b5f57097ebb048
-RMD160 (uriparser-0.7.1.tar.bz2) = b97ccf60140580043aa7ec458897a7039499d448
-Size (uriparser-0.7.1.tar.bz2) = 409452 bytes
+SHA1 (uriparser-0.7.2.tar.bz2) = a08dd236c87abf50a416fd450323e3a0a32d7245
+RMD160 (uriparser-0.7.2.tar.bz2) = 8c03acedab520937625c11fd7c1c833d92fd9953
+Size (uriparser-0.7.2.tar.bz2) = 430912 bytes
 SHA1 (patch-aa) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd



Home | Main Index | Thread Index | Old Index