Commit Graph

107 Commits

Author SHA256 Message Date
Dominique Leuenberger
9dea9e395c Accepting request 1093353 from X11:XOrg
- U_InitExt.c-Add-bounds-checks-for-extension-request-ev.patch
  * Buffer overflows in InitExt.c (boo#1212102, CVE-2023-3138)

OBS-URL: https://build.opensuse.org/request/show/1093353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=48
2023-06-17 20:20:09 +00:00
033194aaee - U_InitExt.c-Add-bounds-checks-for-extension-request-ev.patch
* Buffer overflows in InitExt.c (boo#1212102, CVE-2023-3138)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=102
2023-06-15 18:20:55 +00:00
Dominique Leuenberger
0fd79db113 Accepting request 1090195 from X11:XOrg
- Update to version 1.8.5
  * gitlab CI: Add libtool to required packages
  * configure: raise minimum autoconf requirement to 2.70
  * configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * gitlab CI: add workflow rules
  * nls: delete compose sequences that pointlessly mix upper and lower case
  * nls: remove four hundred and sixty untypable Greek compose sequences
  * nls: remove twenty two untypable Greek compose sequences
  * XSetScreenSaver.man: restore the part that was accidentally snipped
  * nls: make the Amharic compose sequences use the dead-vowel symbols
  * nls: sort three sequences alphabetically in their group, like all others
  * nls: delete six compose sequences that cannot be typed
  * nls: use a slash instead of a combining solidus in compose sequences
  * NLS: move long S compositions to respective blocks
  * NLS: implement the expansion of the six Breton N-graph keysyms
  * NLS: move dead-caron subscript compositions to the relevant Unicode block
  * NLS: Remove strange dead_cedilla cedi sign sequences
  * nls: add compose sequence for capital schwa, and delete a deviant one
- Users of the Amharic (am_ET.UTF-8) compose key sequences provided by libX11
  will also want to upgrade to xkeyboard-config 2.39 (releasing soon), in order
  to keep those sequeunces working with this release.

OBS-URL: https://build.opensuse.org/request/show/1090195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=47
2023-06-03 22:11:32 +00:00
57440163b2 - Update to version 1.8.5
* gitlab CI: Add libtool to required packages
  * configure: raise minimum autoconf requirement to 2.70
  * configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * gitlab CI: add workflow rules
  * nls: delete compose sequences that pointlessly mix upper and lower case
  * nls: remove four hundred and sixty untypable Greek compose sequences
  * nls: remove twenty two untypable Greek compose sequences
  * XSetScreenSaver.man: restore the part that was accidentally snipped
  * nls: make the Amharic compose sequences use the dead-vowel symbols
  * nls: sort three sequences alphabetically in their group, like all others
  * nls: delete six compose sequences that cannot be typed
  * nls: use a slash instead of a combining solidus in compose sequences
  * NLS: move long S compositions to respective blocks
  * NLS: implement the expansion of the six Breton N-graph keysyms
  * NLS: move dead-caron subscript compositions to the relevant Unicode block
  * NLS: Remove strange dead_cedilla cedi sign sequences
  * nls: add compose sequence for capital schwa, and delete a deviant one
- Users of the Amharic (am_ET.UTF-8) compose key sequences provided by libX11
  will also want to upgrade to xkeyboard-config 2.39 (releasing soon), in order
  to keep those sequeunces working with this release.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=100
2023-06-01 07:58:40 +00:00
Dominique Leuenberger
56cbc0540f Accepting request 1072175 from X11:XOrg
- Update to version 1.8.4
  This release fixes the regressions in previous 1.8.x related to the thread-
  -safety-constructor option. (boo#1209176)
- supersedes U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch

OBS-URL: https://build.opensuse.org/request/show/1072175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=46
2023-03-17 16:02:27 +00:00
740e906ccc added bugnumber to changelog as reference
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=98
2023-03-15 16:59:15 +00:00
89825c32c5 Accepting request 1070405 from home:llyyr:branches:X11:XOrg
Other distros have already updated to it with no reports of it causing crashes anymore

- Update to version 1.8.4
  This release fixes the regressions in previous 1.8.x related to the thread-
  -safety-constructor option.
- supersedes U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch

OBS-URL: https://build.opensuse.org/request/show/1070405
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=97
2023-03-15 16:56:58 +00:00
Dominique Leuenberger
05a1f83507 Accepting request 1040432 from X11:XOrg
- Update to version 1.8.1
  This release fixes the --enable-thread-safety-constructor option to the
  configure script to work as intended.  In the previous release, the changes
  for this option may not have been enabled when the option was not specified
  or when the --enable option was specified.
  While we have enabled it by default, believing that doing so will reduce
  the number of bugs users encounter running libX11 clients, in some cases
  it may expose bugs in which clients had previously gotten away with calling
  libX11 functions while a libX11 lock is already held, and thus now deadlock,
  as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157  
- let's hope this version doesn't suffer yet from the regressions
  reported in boo#1205778, boo#1205818 (reported against 1.8.2);
  we need libX11 thread safe for totem (GNOME 43) :-(

- going back to version 1.7.5 for now to get rid of regressions,
  which were introduced by trying to get thread-safe in libX11
  itself 
- re-introduced U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
  which was not yet in 1.7.5
- supersedes the following patches
  * U_0001-Add-XFreeThreads-function.patch
  * U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
  * U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
  * U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
  * U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch

OBS-URL: https://build.opensuse.org/request/show/1040432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=45
2022-12-06 13:22:47 +00:00
9b4cff2ac0 - Update to version 1.8.1
This release fixes the --enable-thread-safety-constructor option to the
  configure script to work as intended.  In the previous release, the changes
  for this option may not have been enabled when the option was not specified
  or when the --enable option was specified.
  While we have enabled it by default, believing that doing so will reduce
  the number of bugs users encounter running libX11 clients, in some cases
  it may expose bugs in which clients had previously gotten away with calling
  libX11 functions while a libX11 lock is already held, and thus now deadlock,
  as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157  
- let's hope this version doesn't suffer yet from the regressions
  reported in boo#1205778, boo#1205818 (reported against 1.8.2);
  we need libX11 thread safe for totem (GNOME 43) :-(

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=95
2022-12-05 20:41:20 +00:00
46816a6585 mentioing superseded patches in changelog
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=94
2022-12-05 13:52:52 +00:00
b512dabc48 - going back to version 1.7.5 for now to get rid of regressions,
which were introduced by trying to get thread-safe in libX11
  itself 
- re-introduced U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
  which was not yet in 1.7.5

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=93
2022-12-05 13:46:11 +00:00
Dominique Leuenberger
181de7c3bb Accepting request 1039777 from X11:XOrg
- U_0001-Add-XFreeThreads-function.patch
  U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
  U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
  U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
  U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch
  * adding all patches since 1.8.2 release in order to try fixing
    regressions after introducing thread safety constructor with
    1.8.1 (boo#1205778, boo#1205818)
- supersedes U_Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
- re-enabled thread safe constructor

OBS-URL: https://build.opensuse.org/request/show/1039777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=44
2022-12-04 13:57:59 +00:00
e17a686d68 - U_0001-Add-XFreeThreads-function.patch
U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
  U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
  U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
  U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch
  * adding all patches since 1.8.2 release in order to try fixing
    regressions after introducing thread safety constructor with
    1.8.1 (boo#1205778, boo#1205818)
- supersedes U_Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
- re-enabled thread safe constructor

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=91
2022-12-03 10:31:33 +00:00
Dominique Leuenberger
0d82d025c0 Accepting request 1039609 from X11:XOrg
- back to "--disable-thread-safety-constructor" for now; we see just
  too many regressions, e.g. firefox freezes and crashes, crashes with
  barrierc, crashes in Godot, assertions with vkquake (boo#1205818,
  boo#1205778)

OBS-URL: https://build.opensuse.org/request/show/1039609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=43
2022-12-03 09:03:22 +00:00
a6dfe3614d - back to "--disable-thread-safety-constructor" for now; we see just
too many regressions, e.g. firefox freezes and crashes, crashes with
  barrierc, crashes in Godot, assertions with vkquake (boo#1205818,
  boo#1205778)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=89
2022-12-02 14:23:56 +00:00
Dominique Leuenberger
b3035543bf Accepting request 1038314 from X11:XOrg
- U_Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
  * fixed Firefox freezes (regression since 1.8.2) (boo#1205778)

OBS-URL: https://build.opensuse.org/request/show/1038314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=42
2022-11-27 11:52:55 +00:00
b0ad11c053 - U_Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
* fixed Firefox freezes (regression since 1.8.2) (boo#1205778)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=87
2022-11-26 09:58:45 +00:00
Dominique Leuenberger
45899aba80 Accepting request 1035199 from X11:XOrg
- Update to version 1.8.2
  * This is primarily a bug fix release, including further work on
    improving the thread-safety-constructor and making it work with
    software which had incorrectly called libX11 functions from
    inside X*IfEvent() calls.
- supersedes U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch

OBS-URL: https://build.opensuse.org/request/show/1035199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=41
2022-11-12 16:40:30 +00:00
824c01fe50 - Update to version 1.8.2
* This is primarily a bug fix release, including further work on
    improving the thread-safety-constructor and making it work with
    software which had incorrectly called libX11 functions from
    inside X*IfEvent() calls.
- supersedes U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=85
2022-11-11 10:08:32 +00:00
Dominique Leuenberger
88f6b11c94 Accepting request 1029940 from X11:XOrg
- U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
  * security update for CVE-2022-3554 (bsc#1204422)

OBS-URL: https://build.opensuse.org/request/show/1029940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=40
2022-10-20 09:09:44 +00:00
7af4ba4c04 - U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
* security update for CVE-2022-3554 (bsc#1204422)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=83
2022-10-19 09:25:59 +00:00
Dominique Leuenberger
09829b9393 Accepting request 986983 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/986983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=39
2022-07-07 10:56:12 +00:00
af2d1d365e Accepting request 986957 from X11:XOrg
- Update to version 1.8.1
  This release fixes the --enable-thread-safety-constructor option to the
  configure script to work as intended.  In the previous release, the changes
  for this option may not have been enabled when the option was not specified
  or when the --enable option was specified.
  While we have enabled it by default, believing that doing so will reduce
  the number of bugs users encounter running libX11 clients, in some cases
  it may expose bugs in which clients had previously gotten away with calling
  libX11 functions while a libX11 lock is already held, and thus now deadlock,
  as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .

OBS-URL: https://build.opensuse.org/request/show/986957
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=81
2022-07-06 08:10:06 +00:00
Dominique Leuenberger
2f50b01fb7 osc copypac from project:openSUSE:Factory package:libX11 revision:36, using expand
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=38
2022-06-12 01:45:55 +00:00
OBS User buildservice-autocommit
ab17d3fa06 Updating link to change in openSUSE:Factory/libX11 revision 38.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=a101b4c7e9cd28de4f6e6e0e2ff585fb
2022-06-12 01:45:55 +00:00
Dominique Leuenberger
a141fd6f66 Accepting request 981405 from X11:XOrg
- Update to version 1.8.1
  This release fixes the --enable-thread-safety-constructor option to the
  configure script to work as intended.  In the previous release, the changes
  for this option may not have been enabled when the option was not specified
  or when the --enable option was specified.
  While we have enabled it by default, believing that doing so will reduce
  the number of bugs users encounter running libX11 clients, in some cases
  it may expose bugs in which clients had previously gotten away with calling
  libX11 functions while a libX11 lock is already held, and thus now deadlock,
  as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .

OBS-URL: https://build.opensuse.org/request/show/981405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=37
2022-06-10 13:57:15 +00:00
bd205ada06 - Update to version 1.8.1
This release fixes the --enable-thread-safety-constructor option to the
  configure script to work as intended.  In the previous release, the changes
  for this option may not have been enabled when the option was not specified
  or when the --enable option was specified.
  While we have enabled it by default, believing that doing so will reduce
  the number of bugs users encounter running libX11 clients, in some cases
  it may expose bugs in which clients had previously gotten away with calling
  libX11 functions while a libX11 lock is already held, and thus now deadlock,
  as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=79
2022-06-09 02:14:15 +00:00
Dominique Leuenberger
f6a2e65994 Accepting request 973978 from X11:XOrg
- Update to version 1.8
  * The highlight of this release is that we now try to initialize
    thread safety ourselves, rather than hope the application does it.
    This should resolve a number of long-standing bugs with the libxcb
    integration, since the socket handoff mechanism essentially has to
    be thread-safe.

OBS-URL: https://build.opensuse.org/request/show/973978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=36
2022-05-02 14:24:38 +00:00
6f70ccd8b1 - Update to version 1.8
* The highlight of this release is that we now try to initialize
    thread safety ourselves, rather than hope the application does it.
    This should resolve a number of long-standing bugs with the libxcb
    integration, since the socket handoff mechanism essentially has to
    be thread-safe.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=77
2022-04-29 18:01:20 +00:00
Dominique Leuenberger
d4ce1c35ac Accepting request 966679 from X11:XOrg
- Update to version 1.7.4
  * Don't try to destroy NULL condition variables 

- Update to version 1.7.4
  * bugfix release 
- supersedes p_khmer-compose.diff

OBS-URL: https://build.opensuse.org/request/show/966679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=35
2022-04-05 17:57:51 +00:00
ccc322e12d - Update to version 1.7.4
* Don't try to destroy NULL condition variables

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=75
2022-04-03 18:40:15 +00:00
e01ad178cc - Update to version 1.7.4
* bugfix release 
- supersedes p_khmer-compose.diff

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=74
2022-03-31 09:11:50 +00:00
Dominique Leuenberger
d3d1d7e185 Accepting request 939073 from X11:XOrg
- Update to version 1.7.3.1
  * This release of libX11 corrects a packaging problem in 1.7.3 
    which caused the m4 files needed for autoreconf to not be 
    included in the tarballs.
  * As a bonus, this release also includes one tiny typo fix in the
    XIM specs.

- Update to version 1.7.3
  * This release includes a number of bug fixes and adds support for
    the _EVDEVK keysyms added in xorgproto 2021.2.

OBS-URL: https://build.opensuse.org/request/show/939073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=34
2021-12-11 23:56:12 +00:00
fd793b65df - Update to version 1.7.3.1
* This release of libX11 corrects a packaging problem in 1.7.3 
    which caused the m4 files needed for autoreconf to not be 
    included in the tarballs.
  * As a bonus, this release also includes one tiny typo fix in the
    XIM specs.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=73
2021-12-10 10:15:04 +00:00
3dfc8f089f - Update to version 1.7.3
* This release includes a number of bug fixes and adds support for
    the _EVDEVK keysyms added in xorgproto 2021.2.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=72
2021-12-07 12:59:04 +00:00
Dominique Leuenberger
f7aa0bdc41 Accepting request 931562 from X11:XOrg
- u_no-longer-crash-in-XVisualIDFromVisual.patch
  * no longer crash in XVisualIDFromVisual() [boo#1191517]

OBS-URL: https://build.opensuse.org/request/show/931562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=33
2021-11-20 01:38:11 +00:00
01ab11a181 - u_no-longer-crash-in-XVisualIDFromVisual.patch
* no longer crash in XVisualIDFromVisual() [boo#1191517]

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=71
2021-11-15 14:06:22 +00:00
Dominique Leuenberger
98401777c9 Accepting request 897894 from X11:XOrg
- Update to version 1.7.2
  * bug fix release, correcting a regression introduced by and
    improving the checks from the fix for CVE-2021-31535.
- supersedes U_Check-for-NULL-strings-before-getting-their-lengths.patch

OBS-URL: https://build.opensuse.org/request/show/897894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=32
2021-06-11 20:30:22 +00:00
705c2b7d98 - Update to version 1.7.2
* bug fix release, correcting a regression introduced by and
    improving the checks from the fix for CVE-2021-31535.
- supersedes U_Check-for-NULL-strings-before-getting-their-lengths.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=69
2021-06-06 19:06:20 +00:00
Dominique Leuenberger
1f146dd4b7 Accepting request 896392 from X11:XOrg
- U_Check-for-NULL-strings-before-getting-their-lengths.patch
  * regression in libX11 1.7.1 (boo#1186643)
    fixes segfaults for xforms applications like fdesign

OBS-URL: https://build.opensuse.org/request/show/896392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=31
2021-06-05 21:30:28 +00:00
2338e9595a - U_Check-for-NULL-strings-before-getting-their-lengths.patch
* regression in libX11 1.7.1 (boo#1186643)
    fixes segfaults for xforms applications like fdesign

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=67
2021-05-31 15:47:05 +00:00
Dominique Leuenberger
1a5d011cd9 Accepting request 894113 from X11:XOrg
- Update to version 1.7.1
  * security update for CVE-2021-31535 (bsc#1182506)
- supersedes U_CVE-2021-31535.patch 

- U_CVE-2021-31535.patch
  * adds missing request length checks in libX11 (CVE-2021-31535,
    bsc#1182506)

OBS-URL: https://build.opensuse.org/request/show/894113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=30
2021-05-20 17:24:44 +00:00
fb18b7b339 - Update to version 1.7.1
* security update for CVE-2021-31535 (bsc#1182506)
- supersedes U_CVE-2021-31535.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=65
2021-05-18 16:15:46 +00:00
69ef74c8c2 - U_CVE-2021-31535.patch
* adds missing request length checks in libX11 (CVE-2021-31535,
    bsc#1182506)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=64
2021-05-18 15:55:40 +00:00
Dominique Leuenberger
c6129fa4de Accepting request 849881 from X11:XOrg
- Update to version 1.7.0
  * libX11 version 1.7.0 includes a new API, hence the change from
    the 1.6 series to 1.7:
    XSetIOErrorExitHandler which provides a mechanism for applications
    to recover from I/O error conditions instead of being forced to
    exit. Thanks to Carlos Garnacho for this.
  * This release includes a bunch of bug fixes, some which have been
    pending for over three years:
    + A bunch of nls cleanups to remove obsolete entries and clean up
      formatting of the ist. Thanks to Benno Schulenberg for these.
    + Warning fixes and other cleanups across a huge swath of the
      library. Thanks to Alan Coopersmith for these.
    + Memory allocation bugs, including leaks and use after free in the
      locale code. Thanks to Krzesimir Nowak, Jacek Caban and Vittorio
      Zecca for these.
    + Thread safety fixes in the locale code. Thanks to Jacek Caban for
      these.
    + poll_for_response race condition fix. Thanks to Frediano Ziglio for
      the bulk of this effort, and to Peter Hutterer for careful review
      and improvements.
  * Version 1.7.0 includes a couple of new locales:
    ia and ie locales. Thanks to Carmina16 for these.
  * There are also numerous compose entries added, including:
    + |^ or ^| for ↑, |v or v| for ↓, ~~ for ≈. Thanks to Antti
      Savolainen for this.
    + Allowing use of 'v' for caron, in addition to 'c', so things like
      vC for Č, vc for č. Thanks to Benno Schulenberg for this.
    + Compose sequences LT, lt for '<', and GT, gt for '>' for keyboards
      where those are difficult to access. Thanks to Jonathan Belsewir
      for this.
- refreshed patches en-locales.diff, p_khmer-compose.diff and 
  p_xlib_skip_ext_env.diff

OBS-URL: https://build.opensuse.org/request/show/849881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=29
2020-11-26 22:10:21 +00:00
81931b306b - Update to version 1.7.0
* libX11 version 1.7.0 includes a new API, hence the change from
    the 1.6 series to 1.7:
    XSetIOErrorExitHandler which provides a mechanism for applications
    to recover from I/O error conditions instead of being forced to
    exit. Thanks to Carlos Garnacho for this.
  * This release includes a bunch of bug fixes, some which have been
    pending for over three years:
    + A bunch of nls cleanups to remove obsolete entries and clean up
      formatting of the ist. Thanks to Benno Schulenberg for these.
    + Warning fixes and other cleanups across a huge swath of the
      library. Thanks to Alan Coopersmith for these.
    + Memory allocation bugs, including leaks and use after free in the
      locale code. Thanks to Krzesimir Nowak, Jacek Caban and Vittorio
      Zecca for these.
    + Thread safety fixes in the locale code. Thanks to Jacek Caban for
      these.
    + poll_for_response race condition fix. Thanks to Frediano Ziglio for
      the bulk of this effort, and to Peter Hutterer for careful review
      and improvements.
  * Version 1.7.0 includes a couple of new locales:
    ia and ie locales. Thanks to Carmina16 for these.
  * There are also numerous compose entries added, including:
    + |^ or ^| for ↑, |v or v| for ↓, ~~ for ≈. Thanks to Antti
      Savolainen for this.
    + Allowing use of 'v' for caron, in addition to 'c', so things like
      vC for Č, vc for č. Thanks to Benno Schulenberg for this.
    + Compose sequences LT, lt for '<', and GT, gt for '>' for keyboards
      where those are difficult to access. Thanks to Jonathan Belsewir
      for this.
- refreshed patches en-locales.diff, p_khmer-compose.diff and 
  p_xlib_skip_ext_env.diff

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=62
2020-11-21 19:33:38 +00:00
Dominique Leuenberger
7bc7bc65dd Accepting request 829641 from X11:XOrg
- Update to version 1.6.12
  * Fix an integer overflow in init_om() [CVE-2020-14363, boo#1175239]

- Update to version 1.6.11:
  A collection of random and security fixes.
- Remove patches included in this release:
  + U_001-ChangeTheData_lenParameterOf_XimAttributeToValueToCARD16.patch
  + U_002-FixIntegerOverflowsIn_XimAttributeToValue.patch
  + U_003-FixMoreUncheckedLengths.patch
  + U_004-FixSignedLengthValuesIn_XimGetAttributeID.patch
  + U_005-ZeroOutBuffersInFunctions.patch
  + U_006-Fix-size-calculation-in-_XimAttributeToValue.patch
- Adapt patch p_xlib_skip_ext_env.diff to work with the new version

OBS-URL: https://build.opensuse.org/request/show/829641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=28
2020-08-28 21:45:06 +00:00
1b07495f32 - Update to version 1.6.12
* Fix an integer overflow in init_om() [CVE-2020-14363, boo#1175239]

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=60
2020-08-25 21:35:12 +00:00
c47c5aa3ee Accepting request 826868 from home:tobijk:X11:XOrg
- Update to version 1.6.11:
  A collection of random and security fixes.
- Remove patches included in this release:
  + U_001-ChangeTheData_lenParameterOf_XimAttributeToValueToCARD16.patch
  + U_002-FixIntegerOverflowsIn_XimAttributeToValue.patch
  + U_003-FixMoreUncheckedLengths.patch
  + U_004-FixSignedLengthValuesIn_XimGetAttributeID.patch
  + U_005-ZeroOutBuffersInFunctions.patch
  + U_006-Fix-size-calculation-in-_XimAttributeToValue.patch
- Adapt patch p_xlib_skip_ext_env.diff to work with the new version

OBS-URL: https://build.opensuse.org/request/show/826868
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=59
2020-08-22 22:19:43 +00:00
Dominique Leuenberger
e9ffee0ba8 Accepting request 824353 from X11:XOrg
- U_006-Fix-size-calculation-in-_XimAttributeToValue.patch:
  * Regression fix in previous XIM client head overflow fixes
    (CVE-2020-14344, bsc#1174628) (forwarded request 824349 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/824353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=27
2020-08-05 18:26:35 +00:00