Package Release Info

libXrandr-1.5.4-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libXrandr-devel-32bit
libXrandr2-32bit

Change Logs

* Thu Oct 05 2023 sndirsch@suse.com
- Update to version 1.5.4
  This release fixes a bug where an invalid pointer (a pointer to the
  middle of a buffer returned from malloc() instead of to the beginning
  of the buffer) could be passed to free() when cleaning up after an
  out-of-bounds output is found in the response from the X server to
  XRRGetMonitors().
* Sun Nov 20 2022 sndirsch@suse.com
- Update to version 1.5.3
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Xrandr.h: remove misleading comment for XRRGetScreenSizeRange()
  * XRRGetProviderInfo: Remove unneeded ProviderInfoExtra
  * Variable scope reductions as recommended by cppcheck
  * Remove unnecessary casts of return values from malloc()
* Fri Mar 22 2019 sndirsch@suse.com
- Update to version 1.5.2
  * autogen: add default patch prefix
  * autogen.sh: use quoted string variables
  * autogen.sh: use exec instead of waiting for configure to finish
  * Update configure.ac bug URL for gitlab migration
  * Fix memory leak on error paths
  * Add description of libXrandr to README.md
  * Update README for gitlab migration
- supersedes U_libXrandr_fix-memory-leak.patch
* Wed Nov 22 2017 zaitor@opensuse.org
- Add U_libXrandr_fix-memory-leak.patch: Fix memory leak on error
  paths.
- Drop unneeded autoconf, automake and libtool BuildRequires and no
  longer pass autoreconf.
* Mon May 29 2017 sndirsch@suse.com
- includes everything needed for missing sle issue entries:
  fate #320388, bnc#1003000, CVE-2016-7947, CVE-2016-7948 (bsc#1041366)
* Thu Oct 06 2016 sndirsch@suse.com
- Update to version 1.5.1
  * Avoid out of boundary accesses on illegal responses
    (bnc#1003000, CVE-2016-7947, CVE-2016-7948)
  * fix: doGetScreenResources() info: redundant null check on
    calling free()
  * fix: redundant null check on calling free()
* Wed Dec 16 2015 fcrozat@suse.com
- update BuildRequires to pkgconfig(randrproto) >= 1.5
* Mon May 18 2015 sndirsch@suse.com
- added baselibs.conf as source in specfile
* Sun May 17 2015 tobias.johannes.klausmann@mni.thm.de
- Update to version 1.5.0:
  Add support for monitors and fixes requires on libX11.
* Sun Sep 08 2013 tobias.johannes.klausmann@mni.thm.de
- Update to version 1.4.2:
  This release fixes two small bugs in the library, and fixes an omission
  in the list of copyright notices in the COPYING file.