Commit Graph

96 Commits

Author SHA256 Message Date
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
3034251b23 Accepting request 824349 from home:tiwai:branches:X11:XOrg
- U_006-Fix-size-calculation-in-_XimAttributeToValue.patch:
  * Regression fix in previous XIM client head overflow fixes
    (CVE-2020-14344, bsc#1174628)

OBS-URL: https://build.opensuse.org/request/show/824349
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=57
2020-08-04 16:17:04 +00:00
f6fe37bced - U_001-ChangeTheData_lenParameterOf_XimAttributeToValueToCARD16.patch,
U_002-FixIntegerOverflowsIn_XimAttributeToValue.patch,
  U_003-FixMoreUncheckedLengths.patch,
  U_004-FixSignedLengthValuesIn_XimGetAttributeID.patch,
  U_005-ZeroOutBuffersInFunctions.patch,
  * XIM client heap overflows (CVE-2020-14344, bsc#1174628)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=56
2020-07-31 20:29:15 +00:00
Dominique Leuenberger
a4652c62d1 Accepting request 741458 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/741458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=26
2019-10-24 21:01:05 +00:00
f090206a3f Accepting request 741341 from home:StefanBruens:branches:X11:XOrg
- Add conflicts for old xorgproto-devel, X11/extensions/XKBgeom.h
  was moved to libX11-devel.

OBS-URL: https://build.opensuse.org/request/show/741341
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=54
2019-10-21 09:43:44 +00:00
0269692422 - Update to version 1.6.9
* A collection of build and documentation fixes, one preparatory
    change for a new xorgproto release, and a fix for a deadlock
    bug in _XReply.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=53
2019-10-09 22:36:25 +00:00
Dominique Leuenberger
22cfb6e7c4 Accepting request 710377 from X11:XOrg
- Update to version 1.6.8
  * bug fixes

OBS-URL: https://build.opensuse.org/request/show/710377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=25
2019-06-22 09:24:02 +00:00
b66b13b5ef - Update to version 1.6.8
* bug fixes

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=51
2019-06-17 15:20:40 +00:00
Dominique Leuenberger
3da77ce5c0 Accepting request 640982 from X11:XOrg
- Update to version 1.6.7
  * XcmsLookupColor: fully initialize XColor structs passed to
    _XColor_to_XcmsRGB
  * poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails
  * poll_for_event: Allow using xcb_poll_for_queued_event

OBS-URL: https://build.opensuse.org/request/show/640982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=24
2018-10-22 09:02:15 +00:00
45f51dd7dc - Update to version 1.6.7
* XcmsLookupColor: fully initialize XColor structs passed to
    _XColor_to_XcmsRGB
  * poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails
  * poll_for_event: Allow using xcb_poll_for_queued_event

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=49
2018-10-10 10:23:52 +00:00
Dominique Leuenberger
8ae2828f11 Accepting request 631742 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/631742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=23
2018-08-28 07:24:06 +00:00
1e851502ac Accepting request 631703 from home:scarabeus_iv:branches:X11:XOrg
- Format spec with spec-cleaner
- Use %autopatch to not bother with one-by-one patch application
- Remove autoreconf as we no longer patch any of the buildsystem
- Explicitly disable silent rules during configuration

OBS-URL: https://build.opensuse.org/request/show/631703
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=47
2018-08-27 10:30:36 +00:00