diff options
author | bjs <bjs@pkgsrc.org> | 2007-09-21 19:28:47 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-09-21 19:28:47 +0000 |
commit | fcc831ea66db3097f3b451821095de0ce6ee2aca (patch) | |
tree | e93c2575257513f3654e77d18f103509d0bebf13 /x11/libXi | |
parent | 40d58d2fcc21a46d54d41f6af7e8e3c5a31242db (diff) | |
download | pkgsrc-fcc831ea66db3097f3b451821095de0ce6ee2aca.tar.gz |
Update to version 1.1.3.
The most important feature of this release is a set of locking fixes,
which unbreak this library for threaded apps. The lock issues were
exposed by libxcb.
-- XChangeDeviceControl: Fix completely broken locking
-- XSetDeviceFocus: Add missing extension check
-- XGetSelectedExtensionEvents: Still more locking bugs
-- Bug #9659: Bad markup on XListInputDevices.3x
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 4 | ||||
-rw-r--r-- | x11/libXi/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 27e3de28db2..4d4b9003fc6 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/08/05 21:49:26 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/21 19:28:47 bjs Exp $ # -DISTNAME= libXi-1.1.2 +DISTNAME= libXi-1.1.3 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 81cff65dafc..b7b88d5fcac 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/08/05 21:49:26 joerg Exp $ +$NetBSD: distinfo,v 1.5 2007/09/21 19:28:47 bjs Exp $ -SHA1 (libXi-1.1.2.tar.bz2) = 01df09f3e3e3c157dbf04e72f7b0bf985410151f -RMD160 (libXi-1.1.2.tar.bz2) = a9f039725e0001a6deb08d8b79df8b9df30fcf0a -Size (libXi-1.1.2.tar.bz2) = 267367 bytes +SHA1 (libXi-1.1.3.tar.bz2) = 60608bcbebadc5fe0b51b5012e9301eb720988fe +RMD160 (libXi-1.1.3.tar.bz2) = e6446f28a903eed54eccc5d4df685f9623942a0b +Size (libXi-1.1.3.tar.bz2) = 248007 bytes |