Tag 'libx11-2_1.6.4-1' created by Emilio Pozuelo Monfort <po...@debian.org> at 2016-12-06 00:38 +0000
Tagging upload of libx11 2:1.6.4-1 to unstable. -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlhGCJUACgkQnUbEiOQ2 gwKUoA//S+G8cVjr9rGh1FqJPkwcX60ZnLOJCWEhRZ8NodWvvAdzeUnrU8oK5lvj dUQm3Khy7d4qIObMYOHt292H1Ax0bqgkXTiZrmRQbLO7g7oO8HOmvF6sIfqxq+p1 X4pEVyY8lyoep25PTMswIVs/0JNrmWO0/cvHdJ/TUSbcNYqmPy3TPrlXDT0SJ0mx R2y4QoIxq9whrwhUJIEUM4BeUtsVL+Im1t+MZgmpBvcsG+BUIJ9n5XwCjxDW6shB poL2jN98z7NzwuuqbCeF9B5utA1v/FnnGqptD8Jjg8Ll47bDRMyqXJw87Kk/Ixft RjVhQ+lAIrraRG5wUmrP+W15DginXICVwWsM/x0tYQhzaTMP8dmCNsZU63afivpL 1JTD8SLSlqyABY8OVtLcooBCyg7L9lt7hVrGKSJBZM6UdsrHIqjW6CG9cUKWJ32J SveRN74T8ZITE+2sScPrV2m3D3Yy3EDr3Fw84wuGS+LZBGBkni/iur8AanLhMD7b YmNc/kSg7ujrb5HVqpZQ3v9/fDVXu2Q/0MSsCY441Cs1iF1qoI1v/CqfCw8+vyyx oy0cwrORRONQlEoEOL7XnqZTsnyawoXl+cTqBqMt5mJcfcx9Mqdu0RdP1GGBfLqO dFgTxdWlwBP0LUYkONKvivLjiwuFsu5jeQKVwIwgqFu8VXy9eSA= =7as7 -----END PGP SIGNATURE----- Changes since libx11-2_1.6.3-1: Alan Coopersmith (20): Move Compose \ o / to be with other emoji compose sequences Replace Xmalloc+memset pairs with Xcalloc calls Get rid of some extraneous ; at the end of C source lines Remove unused definition of XCONN_CHECK_FREQ Bug 93184: read_EncodingInfo invalid free Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths Delete #if 0 hunks of code Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup XDefaultOMIF: additional code simplification XDefaultOMIF: Remove comments referring to ancient Sun bug ids XlcDL.c: replace strcpy+strcat sequences with snprintf XlcDL.c: reduce code duplication lcPubWrap: replace malloc(strlen) + strcpy with strdup Stop checking XTRANS_SECURE_RPC_FLAGS since we no longer use them Stop checking for preferred order of local transports Don't need to link libX11-xcb against libX11 xcms: use size_t for strlen/sizeof values instead of converting to int & back xcms: use unsigned indexes when looping through unsigned values xcms: use size_t for pointer offsets passed to strncmp Andreas Boll (5): Merge tag 'libX11-1.6.4' into debian-unstable Bump changelogs Update a bunch of URLs in packaging to https. Bump libxcb1-dev build-dep to 1.11.1 per configure.ac. Close bug #840439 Bhavi Dhingra (1): omGeneric.c: Correct the parameter usage of sizeof Christian Linhart (1): fix for Xlib 32-bit request number issues Daniel Albers (1): Add Compose sequence for U+1F4A9. Dominik Muth (1): Xlib.h: Fix macros imitating C functions. Emilio Pozuelo Monfort (9): Plug a memory leak Add changelog entry for the cherry-pick Bump debhelper compat to 10 Switch from old debhelper to dh Drop workaround for old tarballs not shipping some files Switch to -dbgsym packages Bump Standards-Version to 3.9.8, no changes Drop automake and libtool build-deps Release to unstable Gunnar Hjalmarsson (1): Add compose file for pt_PT similar to pt_BR James Cloos (2): Fix missing update in cf4d5989383a Fix another missing update in cf4d5989383a Julien Cristau (2): Mark _XNextRequest as hidden Update d/upstream/signing-key.asc with Matthieu Herrb's key. Mats Blakstad (1): New compose keys for local languages in Togo Matthew D. Fuller (1): Fixup param specification for XChangeProperty() Matthieu Herrb (1): libX11 1.6.4 Mike FABIAN (3): add be_BY.UTF-8@latin and sr_RS.UTF-8@latin to locale.dir fix spelling mistakes in ks_IN and sd_IN devanagari locales Fix spelling mistake introduced by 748d47e69f5c12d8557d56a8a8ec166588da7b93 Olivier Fourdan (1): XKB: fix XkbGetKeyboardByName with Xming server Peter Hutterer (3): Fix potential memory leak Fix an indentation issue Fix three "use of uninitialized variable" coverity warnings Ross Burton (1): Add missing NULL checks to ICWrap Thomas Klausner (2): Do not return() after exit(). Ignore test-driver (used by newer autoconf). Tobias Stoeckmann (2): The validation of server responses avoids out of boundary accesses. Validation of server responses in XGetImage() walter harms (1): XFree will accept NULL as argument --- .gitignore | 1 ChangeLog | 566 +++++++++++++++++++++++++ configure.ac | 91 ---- debian/changelog | 24 + debian/compat | 2 debian/control | 78 --- debian/copyright | 4 debian/patches/007_iso8859-15_Compose_fix.diff | 2 debian/patches/008_remove_ko_Compose.diff | 2 debian/rules | 153 ------ debian/upstream/signing-key.asc | 64 ++ debian/watch | 2 include/X11/Xlib.h | 34 - include/X11/Xlibint.h | 126 +++++ man/XFree.man | 3 modules/im/ximcp/imExten.c | 2 modules/im/ximcp/imLcIm.c | 6 modules/im/ximcp/imLcPrs.c | 6 modules/om/generic/omGeneric.c | 75 --- modules/om/generic/omImText.c | 4 nls/compose.dir.pre | 8 nls/en_US.UTF-8/Compose.pre | 107 ++++ nls/locale.alias.pre | 10 nls/locale.dir.pre | 10 nls/pt_PT.UTF-8/Compose.pre | 3 nls/pt_PT.UTF-8/XI18N_OBJS | 7 nls/pt_PT.UTF-8/XLC_LOCALE.pre | 142 ++++++ specs/libX11/CH04.xml | 3 src/ClDisplay.c | 2 src/Font.c | 2 src/FontNames.c | 27 - src/GetAtomNm.c | 13 src/GetFPath.c | 2 src/GetImage.c | 29 - src/GetWAttrs.c | 13 src/IntAtom.c | 14 src/ListExt.c | 14 src/Makefile.am | 1 src/ModMap.c | 3 src/OpenDis.c | 4 src/PutImage.c | 2 src/XlibAsync.c | 18 src/XlibInt.c | 35 - src/Xxcbint.h | 4 src/xcb_io.c | 80 +-- src/xcms/HVC.c | 8 src/xcms/IdOfPr.c | 2 src/xcms/LRGB.c | 6 src/xcms/Lab.c | 4 src/xcms/Luv.c | 4 src/xcms/XYZ.c | 4 src/xcms/cmsColNm.c | 6 src/xcms/cmsTrig.c | 11 src/xcms/uvY.c | 8 src/xcms/xyY.c | 4 src/xkb/XKBGetByName.c | 6 src/xkb/XKBNames.c | 2 src/xlibi18n/ICWrap.c | 15 src/xlibi18n/XDefaultIMIF.c | 66 +- src/xlibi18n/XDefaultOMIF.c | 156 ------ src/xlibi18n/XlcDL.c | 22 src/xlibi18n/lcPrTxt.c | 2 src/xlibi18n/lcPubWrap.c | 3 63 files changed, 1373 insertions(+), 754 deletions(-) ---