Revisions of libX11

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 939073 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 34)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 931562 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 33)
- u_no-longer-crash-in-XVisualIDFromVisual.patch
  * no longer crash in XVisualIDFromVisual() [boo#1191517]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 897894 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 32)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 896392 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 31)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 894113 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 30)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 849881 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 29)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 829641 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 28)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 824353 from Egbert Eich's avatar Egbert Eich (eeich) (revision 27)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 710377 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 25)
- Update to version 1.6.8
  * bug fixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 640982 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 24)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 461349 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 21)
- Update to version 1.6.5:
  + Revert "Compose sequences for rouble sign"
  + specs/libX11: More synopsis fixes
  + specs/libX11: Fix paramdef entries listing multiple parameters
  + specs/libX11: Make paramdef spacing more consistent
  + specs/libX11: Add missing parameter types for XGetWindowProperty()
  + specs/libX11: Fix broken synopsis for Data/Data16/Data32
  + specs/libX11: Update Portability Considerations for the 21st century
  + autogen.sh: use quoted string variables
  + Plug a memory leak
  + Fix wrong Xfree in XListFonts failure path
  + Typos in "Xlib - C Language X Interface" document - Chapter 02
  + autogen: add default patch prefix
  + Compose sequences for rouble sign
  + autogen.sh: use exec instead of waiting for configure to finish
  + Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8
- supersedes u_nls-fix-handling-of-cs_CZ.UTF8_locale.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 439186 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 20)
- u_nls-fix-handling-of-cs_CZ.UTF8_locale.patch
  * refix cs_CZ.UTF-locale (boo#1008951, fdo#81875, fdo#98219)

- Run fdupes over at least the manpages
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 290458 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 17)
- marked baselibs.conf as source file in specfile 

- Update to version 1.6.3:
This release of libX11 looks bigger than it is, due to a lot of spec/doc
cleanup work that doesn't affect the code itself.  There is still a good
deal of bug fixes, code cleanup, locale improvements, and compose key table
additions, including new UTF-8 compose sequences for:
 + <Multi_key> <R> <equal>      : "<U+20B9>" U20b9 # INDIAN RUPEE SIGN
 + <Multi_key> <S> <semicolon>  : "Ș"   U0218  # LATIN CAPITAL LETTER S WITH COMMA BELOW
 + <Multi_key> <s> <semicolon>  : "ș"   U0219  # LATIN SMALL LETTER S WITH COMMA BELOW
 + <Multi_key> <T> <semicolon>  : "Ț"   U021A  # LATIN CAPITAL LETTER T WITH COMMA BELOW
 + <Multi_key> <t> <semicolon>  : "ț"   U021B  # LATIN SMALL LETTER T WITH COMMA BELOW
 + <Multi_key> <F> <U>          : "<U+1F595>"  U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED
 + <Multi_key> <L> <L> <A> <P>  : "<U+1F596>"  U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS
- Changes to package:
  + remove Patch16: U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 16)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 227308 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 15)
- U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch
  * fix typo in en_US Compose file (s/dead_actute/dead_acute/)
    (bnc#869333)
Displaying revisions 21 - 40 of 54
openSUSE Build Service is sponsored by