Tag 'libxi-2_1.7.1.901-1' created by Julien Cristau <jcris...@debian.org> at 2013-06-30 13:58 +0000
Tagging upload of libxi 2:1.7.1.901-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABAgAGBQJR0Dl1AAoJEDEBgAUJBeQMHpwQAPODkGP4PgTyRB0qvktRH9/F Q731qBxwzqDL58jgwSgXkzxh1vyXWr98Ipv4vWmoa9EsSR05/brp54BxGeNYw0yE eki9QwDlkllu3uJ9EoQgMtbVQBb4ZJxNY9oAWItKTmWZ4a635G+iyrbWi3tJjmly IbjEiG9/NvjcWpyzPKDmgBimfB8JwtMstg1SkdndBqK6HpOCU0RVblw2YiRl7mpW ECULtkG0FTQWTT8BNBxRfOhNaLY6/uzYQQxZJK/FqdIHBqbwmUJvnJ++G9saV7UK rQIO0618Fc3ysFri4b0jth4unZJF0eMAo2RzdmxHk2n5m0LMoJXUk48cC6bUhGEM 4ITUi7qcm1U3aG5HbILwFytAU6Zn03wRP11EwgoqblH0KtJZ8vSeZjkp6XHzydVw 7wzrAY2L+ZBXJIkSKmFrOg2KK9tnjFM0P9v2926dgXAe7ouDorDHtcAud676p2Dv ZetRQk8e7edgKwJuRoA9bfei9D4oOZg+cNxwSQHyUNkLis6oiW1p4gyfJMFiX1xG DKVu4x9RaCGFiagY/SN3+phBtutxJrdNtOZEWlx0Qg055BYXNUvhAH4dotGaQmq/ 7PjloOpJx7UJW29wf9n3w6EjEYevcT8awoGSiak196BjLF6CbTvvsvHZRuCcF9bl G8xoJRIj/qS/y8+OWvya =0kMk -----END PGP SIGNATURE----- Changes since libxi-2_1.6.1-1: Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (14): Expand comment on the memory vs. reply ordering in XIGetSelectedEvents() Use _XEatDataWords to avoid overflow of rep.length bit shifting Stack buffer overflow in XGetDeviceButtonMapping() [CVE-2013-1998 1/3] memory corruption in _XIPassiveGrabDevice() [CVE-2013-1998 2/3] unvalidated lengths in XQueryDeviceState() [CVE-2013-1998 3/3] integer overflow in XGetDeviceControl() [CVE-2013-1984 1/8] integer overflow in XGetFeedbackControl() [CVE-2013-1984 2/8] integer overflow in XGetDeviceDontPropagateList() [CVE-2013-1984 3/8] integer overflow in XGetDeviceMotionEvents() [CVE-2013-1984 4/8] integer overflow in XIGetProperty() [CVE-2013-1984 5/8] integer overflow in XIGetSelectedEvents() [CVE-2013-1984 6/8] Avoid integer overflow in XGetDeviceProperties() [CVE-2013-1984 7/8] Avoid integer overflow in XListInputDevices() [CVE-2013-1984 8/8] sign extension issue in XListInputDevices() [CVE-2013-1995] Benjamin Tissoires (1): Add missing XI_RawTouch* in XInputCopyCookie Colin Walters (1): autogen.sh: Implement GNOME Build API Jasper St. Pierre (1): Add support for pointer barrier events Julien Cristau (9): Merge tag 'libXi-1.7.1.901' into debian-unstable Bump changelogs Use dpkg-buildflags. Disable silent build rules. Bump debhelper compat level to 7. Simplify installing manpages. Fix clean rule for config.h.in. Use dh_prep instead of dh_clean -k. Upload to unstable Peter Hutterer (18): man: fix formatting issues in XGetDeviceControl(3) man: add generation of missing man pages for XIGrabTouchBegin Fix compiler warnings Fix const compiler warnings Bump to 1.6.99 man: add man-page for XIBarrierReleasePointer Merge branch 'barriers' libXi 1.6.99.1 libXi 1.7 Require XFixes for PointerBarrier, remove duplicate typedef libXi 1.7.1 Copy the sequence number into the target event too (#64687) Don't overwrite the cookies serial number Fix potential corruption in mask_len handling Change size += to size = in XGetDeviceControl If the XGetDeviceDontPropagateList reply has an invalid length, return 0 Include limits.h to prevent build error: missing INT_MAX libXi 1.7.1.901 Timo Aaltonen (12): Merge branch 'upstream-experimental' into debian-experimental update changelogs control: Bump policy to 3.9.4, no changes. add-missing-xi_rawtouch.diff: Upstream commit to add XI_RawTouch in XInputCopyCookie. control: Bump x11proto-input-dev build-dep to 2.2.99.1. libxi6.symbols: Added new symbols. rules: Bump shlibs. Merge branch 'upstream-experimental' into debian-experimental update the changelogs control: Add libfixes-dev to build-deps and libxi-dev Depends. fix the version drop upstreamed patch --- ChangeLog | 517 +++++++++++++++++++++++++++++++++++++++ autogen.sh | 4 configure.ac | 13 debian/changelog | 21 + debian/compat | 2 debian/control | 8 debian/libxi-dev.install | 1 debian/libxi-dev.manpages | 1 debian/libxi6.symbols | 2 debian/patches/series | 2 debian/rules | 23 - include/X11/extensions/XInput2.h | 47 +++ man/Makefile.am | 9 man/XGetDeviceControl.txt | 12 man/XIBarrierReleasePointer.txt | 76 +++++ man/XIGrabButton.txt | 3 src/Makefile.am | 4 src/XExtInt.c | 110 +++++--- src/XGMotion.c | 24 + src/XGetBMap.c | 21 - src/XGetDCtl.c | 41 ++- src/XGetDProp.c | 64 ++-- src/XGetFCtl.c | 40 ++- src/XGetKMap.c | 2 src/XGetMMap.c | 2 src/XGetProp.c | 16 - src/XGtSelect.c | 2 src/XIBarrier.c | 81 ++++++ src/XIGrabDevice.c | 19 - src/XIPassiveGrab.c | 12 src/XIProperties.c | 18 - src/XIQueryVersion.c | 6 src/XISelEv.c | 65 +++- src/XIint.h | 15 + src/XListDProp.c | 2 src/XListDev.c | 31 +- src/XOpenDev.c | 2 src/XQueryDv.c | 19 - src/config.h.in | 71 ----- xi.pc.in | 2 40 files changed, 1147 insertions(+), 263 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1utiao-0008rp...@vasks.debian.org