pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libunique Update libunique to 1.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6e63d5bd806
branches:  trunk
changeset: 555508:b6e63d5bd806
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Wed Mar 04 01:01:45 2009 +0000

description:
Update libunique to 1.0.6.

Changes:
    Copy the startup-id string, not just the pointer

    The fix for the memory leak of commit fd7aaf0e exposed the fact
    that we did not copy the startup notification id across messages,
    but we simply stored the pointer.

    This commit should fix the double-free errors happening to
    applications using libunique.

diffstat:

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

diffs (26 lines):

diff -r 217b5a35d91e -r b6e63d5bd806 x11/libunique/Makefile
--- a/x11/libunique/Makefile    Wed Mar 04 00:33:22 2009 +0000
+++ b/x11/libunique/Makefile    Wed Mar 04 01:01:45 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/18 00:32:14 ahoka Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/04 01:01:45 jmcneill Exp $
 #
 
-DISTNAME=      unique-1.0.4
+DISTNAME=      unique-1.0.6
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  http://www.gnome.org/~ebassi/source/
diff -r 217b5a35d91e -r b6e63d5bd806 x11/libunique/distinfo
--- a/x11/libunique/distinfo    Wed Mar 04 00:33:22 2009 +0000
+++ b/x11/libunique/distinfo    Wed Mar 04 01:01:45 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/18 00:32:14 ahoka Exp $
+$NetBSD: distinfo,v 1.2 2009/03/04 01:01:45 jmcneill Exp $
 
-SHA1 (unique-1.0.4.tar.gz) = 79a9534507f8f3307561175e021c25214a3191a8
-RMD160 (unique-1.0.4.tar.gz) = ffe4a6b91bd1778662d7116c051f158be2b73f33
-Size (unique-1.0.4.tar.gz) = 448957 bytes
+SHA1 (unique-1.0.6.tar.gz) = c68d1a47e9c2326a671f054c5373d41fc296f2d6
+RMD160 (unique-1.0.6.tar.gz) = c2f9d24030625d6887d839aaeff4ac5f35d3a98e
+Size (unique-1.0.6.tar.gz) = 449242 bytes



Home | Main Index | Thread Index | Old Index