pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXtst Update to libXtst-1.0.1: Fix a memory leak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cc9c0da7469
branches:  trunk
changeset: 530853:1cc9c0da7469
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 12 13:40:33 2007 +0000

description:
Update to libXtst-1.0.1: Fix a memory leak after failing allocations
and add man pages.

diffstat:

 x11/libXtst/Makefile |   4 ++--
 x11/libXtst/PLIST    |  13 ++++++++++++-
 x11/libXtst/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 7b6c0a513f1a -r 1cc9c0da7469 x11/libXtst/Makefile
--- a/x11/libXtst/Makefile      Thu Jul 12 13:29:54 2007 +0000
+++ b/x11/libXtst/Makefile      Thu Jul 12 13:40:33 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/12 13:40:33 joerg Exp $
 #
 
-DISTNAME=              libXtst-1.0.1
+DISTNAME=              libXtst-1.0.2
 CATEGORIES=            x11 devel
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
 EXTRACT_SUFX=          .tar.bz2
diff -r 7b6c0a513f1a -r 1cc9c0da7469 x11/libXtst/PLIST
--- a/x11/libXtst/PLIST Thu Jul 12 13:29:54 2007 +0000
+++ b/x11/libXtst/PLIST Thu Jul 12 13:40:33 2007 +0000
@@ -1,3 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/07/12 13:40:33 joerg Exp $
 lib/libXtst.la
 lib/pkgconfig/xtst.pc
+man/man3/XTestCompareCurrentCursorWithWindow.3
+man/man3/XTestCompareCursorWithWindow.3
+man/man3/XTestDiscard.3
+man/man3/XTestFakeButtonEvent.3
+man/man3/XTestFakeKeyEvent.3
+man/man3/XTestFakeMotionEvent.3
+man/man3/XTestFakeRelativeMotionEvent.3
+man/man3/XTestGrabControl.3
+man/man3/XTestQueryExtension.3
+man/man3/XTestSetGContextOfGC.3
+man/man3/XTestSetVisualIDOfVisual.3
diff -r 7b6c0a513f1a -r 1cc9c0da7469 x11/libXtst/distinfo
--- a/x11/libXtst/distinfo      Thu Jul 12 13:29:54 2007 +0000
+++ b/x11/libXtst/distinfo      Thu Jul 12 13:40:33 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/07/12 13:40:33 joerg Exp $
 
-SHA1 (libXtst-1.0.1.tar.bz2) = 0001bfb58eb28bdef9ab6acfa158a4bf99519ffb
-RMD160 (libXtst-1.0.1.tar.bz2) = 39d0f978ddadfc0bca1f8dd26ffe5d6be6f04062
-Size (libXtst-1.0.1.tar.bz2) = 212511 bytes
+SHA1 (libXtst-1.0.2.tar.bz2) = 0b5b41ce3044f6bc1a3c4f08cd0d65cdc98e3893
+RMD160 (libXtst-1.0.2.tar.bz2) = 3939547abce0d009a9f786f194128cc0911eb392
+Size (libXtst-1.0.2.tar.bz2) = 224741 bytes



Home | Main Index | Thread Index | Old Index