diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-12 14:38:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-12 14:38:18 +0000 |
commit | 08d739d069778e5f5c36d5d911911fe43f0e182a (patch) | |
tree | f677de1c5b08b9ffcf62ab04124a1cf093a0da05 /x11/libXi | |
parent | 9036d579ac6a96284ada759025d0c61808a4a1a2 (diff) | |
download | pkgsrc-08d739d069778e5f5c36d5d911911fe43f0e182a.tar.gz |
Update to 1.7.3:
Two important patches fixing deadlocks when using XIPassiveGrab requests.
You're recommended to updated.
Note that we now require libX11 1.6, that's a new dependency over 1.7.2 but
it's over a year old by now anyway.
Jasper St. Pierre (2):
XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error paths
XIPassiveGrab: Fix completely broken locking in XIGrabTouchBegin
Keith Packard (1):
man: Update XIQueryVersion docs to match new version compatibility semantics
Michael Joost (1):
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Peter Hutterer (1):
libXi 1.7.3
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 6 | ||||
-rw-r--r-- | x11/libXi/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 799129db05e..2249df6a915 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2013/07/03 06:27:03 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/07/12 14:38:18 wiz Exp $ -DISTNAME= libXi-1.7.2 +DISTNAME= libXi-1.7.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull .endif BUILDLINK_API_DEPENDS.inputproto+= inputproto>=2.3 -BUILDLINK_API_DEPENDS.libX11+= libX11>=1.5 +BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6 BUILDLINK_API_DEPENDS.libXext+= libXext>=1.1 BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.3 BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.13 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index b0efe3ade14..ea9d507631b 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2013/07/03 06:27:03 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/07/12 14:38:18 wiz Exp $ -SHA1 (libXi-1.7.2.tar.bz2) = 53c90cd52e40065e04886f046383c1e5c507e0c4 -RMD160 (libXi-1.7.2.tar.bz2) = 514199e00894f280400f86b613b4f208133d7ee1 -Size (libXi-1.7.2.tar.bz2) = 440969 bytes +SHA1 (libXi-1.7.3.tar.bz2) = 45457f1775e9dc5bb18b88bf812c7784a14cfd6a +RMD160 (libXi-1.7.3.tar.bz2) = 148df6688c648d7da8da7d8d9182fc8b973eb44d +Size (libXi-1.7.3.tar.bz2) = 458202 bytes |