From 77a589c531e8dc27a2ee98463e281a53c1ecc510a332bd24f505c4f0718ee3bf Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 5 Oct 2023 07:44:35 +0000 Subject: [PATCH] - 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/package/show/X11:XOrg/libXrandr?expand=0&rev=33 --- libXrandr-1.5.3.tar.xz | 3 --- libXrandr-1.5.4.tar.xz | 3 +++ libXrandr.changes | 10 ++++++++++ libXrandr.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libXrandr-1.5.3.tar.xz create mode 100644 libXrandr-1.5.4.tar.xz diff --git a/libXrandr-1.5.3.tar.xz b/libXrandr-1.5.3.tar.xz deleted file mode 100644 index 16b83a0..0000000 --- a/libXrandr-1.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428 -size 282316 diff --git a/libXrandr-1.5.4.tar.xz b/libXrandr-1.5.4.tar.xz new file mode 100644 index 0000000..3789b9e --- /dev/null +++ b/libXrandr-1.5.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad5b065375f4a85915aa60611cc6407c060492a214d7f9daf214be752c3b4d3 +size 282928 diff --git a/libXrandr.changes b/libXrandr.changes index e1682ce..bca99d0 100644 --- a/libXrandr.changes +++ b/libXrandr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 5 07:41:36 UTC 2023 - Stefan Dirsch + +- 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 diff --git a/libXrandr.spec b/libXrandr.spec index b21141c..43cd73e 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXrandr %define lname libXrandr2 -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: X Resize, Rotate and Reflection extension library License: MIT