From 7c8f982a9b1bdb820b9b7a46a5a2d6c22ea00c59 Mon Sep 17 00:00:00 2001 From: lzq11122 Date: Fri, 14 Nov 2025 16:26:25 +0800 Subject: [PATCH] Rebuild with xorg-x11-server to fix CVE-2024-31082,CVE-2025-62229, CVE-2025-62230 and CVE-2025-62231 --- tigervnc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tigervnc.spec b/tigervnc.spec index e920096..ffe6ce3 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 #defining macros needed by SELinux %global selinuxtype targeted %global modulename vncsession @@ -333,6 +333,10 @@ fi %ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename} %changelog +* Fri Nov 14 2025 lzq11122 - 1.13.1-6 +- Rebuild with xorg-x11-server to fix CVE-2024-31082,CVE-2025-62229, +CVE-2025-62230 and CVE-2025-62231 + * Mon Aug 11 2025 mgb01105731 - 1.13.1-5 - Rebuild with xorg-x11-server to fix CVE-2025-49175,CVE-2025-49176, CVE-2025-49178,CVE-2025-49179,CVE-2025-49180 -- Gitee