From b4bba680bfe91829dd4f95f02b29ba57caa024f3 Mon Sep 17 00:00:00 2001 From: lzq11122 Date: Fri, 14 Nov 2025 16:22:42 +0800 Subject: [PATCH] Rebuild with xorg-x11-server to fix CVE-2024-31082,CVE-2025-62229, --- tigervnc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tigervnc.spec b/tigervnc.spec index 0271380..24d73b5 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 7 #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-7 +- Rebuild with xorg-x11-server to fix CVE-2024-31082,CVE-2025-62229, +CVE-2025-62230 and CVE-2025-62231 + * Tue Oct 21 2025 Yihao Yan - 1.13.1-6 - fix building against gcc 14 -- Gitee