From 7f45c239e06a41f488e482022d4cf46c2d05dc5f1bc712dec1ab0bd4db68cf81 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 13 Jan 2024 10:36:01 +0000 Subject: [PATCH] - update to 2.4.120 * radeon: fix missing stencil_tile_mode initialisation in the linear/fallback case * amdgpu: fix use-after-free * Sync headers with drm-next OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=360 --- libdrm-2.4.119.tar.xz | 3 --- libdrm-2.4.120.tar.xz | 3 +++ libdrm.changes | 9 +++++++++ libdrm.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.119.tar.xz create mode 100644 libdrm-2.4.120.tar.xz diff --git a/libdrm-2.4.119.tar.xz b/libdrm-2.4.119.tar.xz deleted file mode 100644 index d9fce3c..0000000 --- a/libdrm-2.4.119.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a49f12f09b5b6e68eaaaff3f02ca7cff9aa926939b212d343161d3e8ac56291 -size 479108 diff --git a/libdrm-2.4.120.tar.xz b/libdrm-2.4.120.tar.xz new file mode 100644 index 0000000..aa3f6f7 --- /dev/null +++ b/libdrm-2.4.120.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf55363f76c7250946441ab51d3a6cc0ae518055c0ff017324ab76cdefb327a +size 479564 diff --git a/libdrm.changes b/libdrm.changes index 2483cf1..cabf7bb 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 13 10:33:20 UTC 2024 - Stefan Dirsch + +- update to 2.4.120 + * radeon: fix missing stencil_tile_mode initialisation in the + linear/fallback case + * amdgpu: fix use-after-free + * Sync headers with drm-next + ------------------------------------------------------------------- Sat Jan 6 21:10:13 UTC 2024 - Stefan Dirsch diff --git a/libdrm.spec b/libdrm.spec index 784db38..dcec231 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -24,7 +24,7 @@ Name: libdrm # Please remember to adjust the version in the n_libdrm-drop-valgrind* patches -Version: 2.4.119 +Version: 2.4.120 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT