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 | |
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
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | x11/libXi/Makefile | 4 | ||||
-rw-r--r-- | x11/libXi/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 6e0075d3908..4640afbb213 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.2072 2007/09/21 19:25:11 bjs Exp $ +$NetBSD: CHANGES-2007,v 1.2073 2007/09/21 19:28:47 bjs Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3832,3 +3832,4 @@ Changes to the packages collection and infrastructure in 2007: Updated net/bittornado-gui to 0.3.18 [veego 2007-09-21] mk/bsd.pkg.mk: started freeze for pkgsrc-2007Q3 branch [agc 2007-09-21] Updated x11/libXrandr to 1.2.2 [blair 2007-09-21] + Updated x11/libXi to 1.1.3 [blair 2007-09-21] 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 |