Accepting request 1115752 from X11:XOrg
- 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(). OBS-URL: https://build.opensuse.org/request/show/1115752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXrandr?expand=0&rev=18
This commit is contained in:
commit
afc0bc412b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428
|
|
||||||
size 282316
|
|
BIN
libXrandr-1.5.4.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXrandr-1.5.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 5 07:41:36 UTC 2023 - Stefan Dirsch <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 22:58:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Sun Nov 20 22:58:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXrandr
|
# spec file for package libXrandr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXrandr
|
Name: libXrandr
|
||||||
%define lname libXrandr2
|
%define lname libXrandr2
|
||||||
Version: 1.5.3
|
Version: 1.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Resize, Rotate and Reflection extension library
|
Summary: X Resize, Rotate and Reflection extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user