|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: tigervnc
|
|
|
|
|
Version: 1.13.1
|
|
|
|
|
Release: 3%{?dist}.6
|
|
|
|
|
Release: 3%{?dist}.6.inferit
|
|
|
|
|
Summary: A TigerVNC remote display system
|
|
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
@ -50,6 +50,9 @@ Patch210: xorg-CVE-2024-21886-2.patch
|
|
|
|
|
# Related to CVE-2024-21886
|
|
|
|
|
Patch211: xorg-dix-fix-use-after-free-in-input-device-shutdown.patch
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
Patch500: 0001-Update-Russian-translation-for-menu.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -226,6 +229,9 @@ popd
|
|
|
|
|
# Upstreamable patches
|
|
|
|
|
%patch50 -p1 -b .dont-get-pointer-position-for-floating-device
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
%patch500 -p1 -b .update-russian-translation-for-menu
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%ifarch sparcv9 sparc64 s390 s390x
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
|
|
|
@ -407,6 +413,9 @@ fi
|
|
|
|
|
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.13.1-3.6.inferit
|
|
|
|
|
- INF-1028 Update Russian translation for menu
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-3.6
|
|
|
|
|
- Fix use after free related to CVE-2024-21886
|
|
|
|
|
Resolves: RHEL-20435
|
|
|
|
|