diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-25 12:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-25 12:30:02 +0000 |
commit | 4dce4389293fbc0f43cccf0c480865b584c9ca46 (patch) | |
tree | f298ab4a7de95eb5b1c31b9c7e96099d93caf63d /x11/libXi | |
parent | 8555c6caf1aa1d6413fcd2cd80f006b38fdf4ba5 (diff) | |
download | pkgsrc-4dce4389293fbc0f43cccf0c480865b584c9ca46.tar.gz |
Updated libXi to 1.7.8.
This release fixes a crash introduced in the 1.7.7 release. If a device has
no classes, a wrong error was returned, eventually causing some applications
to crash. This is fixed now.
Niels Ole Salscheider (1):
SizeClassInfo can return 0 even without an error
Peter Hutterer (2):
XListInputDevices: don't touch ndevices in case of error
libXi 1.7.8
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 4 | ||||
-rw-r--r-- | x11/libXi/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index e287348d49c..9aeaa7dc46d 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2016/10/04 22:00:01 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/10/25 12:30:02 wiz Exp $ -DISTNAME= libXi-1.7.7 +DISTNAME= libXi-1.7.8 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index ae777276fed..e0df76e6dd8 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2016/10/04 22:00:01 wiz Exp $ +$NetBSD: distinfo,v 1.27 2016/10/25 12:30:02 wiz Exp $ -SHA1 (libXi-1.7.7.tar.bz2) = 37d150d7cc7061612643a3b8f458ff004edc6f2d -RMD160 (libXi-1.7.7.tar.bz2) = 8d56d45488ab9e9705b8d2f30e5c79aab90f8798 -SHA512 (libXi-1.7.7.tar.bz2) = 2501ee104753c54cc067b71c07d8add35c4c2f961eb8041cc6aa1963ec34032fa827c2db4d88097ec3e667a591c759b75007f92daa3b6834db5c5485fc243557 -Size (libXi-1.7.7.tar.bz2) = 460047 bytes +SHA1 (libXi-1.7.8.tar.bz2) = 8a07a2ff4cb39c87aeebbac3118f10e87b854637 +RMD160 (libXi-1.7.8.tar.bz2) = 3df3dc45f1a9b7be66d5f3fc19044e7dc375bd3d +SHA512 (libXi-1.7.8.tar.bz2) = 36d8b48a4f98d3d41a65ba30c19506f776d72093380e66192048a72bb24868edb9fc7304071ca9207e9ac5c389398da59c639bb17abab5d6ef7a905ecd4c8816 +Size (libXi-1.7.8.tar.bz2) = 486332 bytes |