diff --git a/tigervnc-xserver120.patch b/tigervnc-xserver120.patch index e7eae3c28820534ad84483713042d7f373dc2edb..abccc9a911e6023bc47758238d3d577b6b108a34 100644 --- a/tigervnc-xserver120.patch +++ b/tigervnc-xserver120.patch @@ -67,7 +67,7 @@ index 5596e21..003fc3c 100644 #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* List of built-in (statically linked) extensions */ diff --git a/tigervnc.spec b/tigervnc.spec index a193e9deda589985f03e245bc64fcdd03488704c..0271380338effb4e0a0bcdc9b0e5d4f376e49a92 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,9 @@ fi %ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename} %changelog +* Tue Oct 21 2025 Yihao Yan - 1.13.1-6 +- fix building against gcc 14 + * 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