|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
|
|
|
|
|
#defining macros needed by SELinux
|
|
|
|
|
%global selinuxtype targeted
|
|
|
|
|
%global modulename vncsession
|
|
|
|
|
|
|
|
|
|
%bcond server 1
|
|
|
|
|
|
|
|
|
|
Name: tigervnc
|
|
|
|
|
Version: 1.14.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.14.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: A TigerVNC remote display system
|
|
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
@ -13,32 +14,24 @@ Summary: A TigerVNC remote display system
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://www.tigervnc.com
|
|
|
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
Source0: https://github.com/TigerVNC/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: xvnc.service
|
|
|
|
|
Source2: xvnc.socket
|
|
|
|
|
Source3: 10-libvnc.conf
|
|
|
|
|
Source4: HOWTO.md
|
|
|
|
|
|
|
|
|
|
# Backwards compatibility
|
|
|
|
|
Source5: vncserver
|
|
|
|
|
|
|
|
|
|
# Downstream patches
|
|
|
|
|
Patch1: tigervnc-use-gnome-as-default-session.patch
|
|
|
|
|
# https://github.com/TigerVNC/tigervnc/pull/1425
|
|
|
|
|
Patch2: tigervnc-vncsession-restore-script-systemd-service.patch
|
|
|
|
|
Patch1: tigervnc-vncsession-restore-script-systemd-service.patch
|
|
|
|
|
|
|
|
|
|
# Upstream patches
|
|
|
|
|
Patch50: tigervnc-vncsession-move-existing-log-to-log-old-if-present.patch
|
|
|
|
|
|
|
|
|
|
# Upstreamable patches
|
|
|
|
|
Patch80: tigervnc-dont-get-pointer-position-for-floating-device.patch
|
|
|
|
|
|
|
|
|
|
# This is tigervnc-%%{version}/unix/xserver116.patch rebased on the latest xorg
|
|
|
|
|
Patch100: tigervnc-xserver120.patch
|
|
|
|
|
# 1326867 - [RHEL7.3] GLX applications in an Xvnc session fails to start
|
|
|
|
|
Patch101: 0001-rpath-hack.patch
|
|
|
|
|
|
|
|
|
|
# XServer patches
|
|
|
|
|
Patch200: xorg-CVE-2024-9632.patch
|
|
|
|
|
Patch50: tigervnc-vncsession-use-bin-sh-when-shell-not-set.patch
|
|
|
|
|
Patch51: tigervnc-add-missing-coma-in-default-security-type-list.patch
|
|
|
|
|
Patch52: tigervnc-vncsession-move-existing-log-to-log-old-if-present.patch
|
|
|
|
|
Patch53: tigervnc-handle-existing-config-directory-in-vncpasswd.patch
|
|
|
|
|
Patch54: tigervnc-correctly-handle-zrle-cursors.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -56,6 +49,7 @@ BuildRequires: zlib-devel
|
|
|
|
|
# TigerVNC 1.4.x requires fltk 1.3.3 for keyboard handling support
|
|
|
|
|
# See https://github.com/TigerVNC/tigervnc/issues/8, also bug #1208814
|
|
|
|
|
BuildRequires: fltk-devel >= 1.3.3
|
|
|
|
|
BuildRequires: libxcvt-devel
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
@ -63,6 +57,13 @@ BuildRequires: libXrandr-devel
|
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
|
BuildRequires: pixman-devel
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
# Icons
|
|
|
|
|
BuildRequires: ImageMagick
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with server}
|
|
|
|
|
# X11/graphics dependencies
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
@ -86,11 +87,15 @@ BuildRequires: xorg-x11-server-devel
|
|
|
|
|
BuildRequires: xorg-x11-server-source
|
|
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
|
BuildRequires: xorg-x11-xtrans-devel
|
|
|
|
|
BuildRequires: pkgconfig(libavcodec)
|
|
|
|
|
BuildRequires: pkgconfig(libavutil)
|
|
|
|
|
BuildRequires: pkgconfig(libswscale)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# SELinux
|
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
|
BuildRequires: selinux-policy-devel
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: libselinux-devel, selinux-policy-devel, systemd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires(post): coreutils
|
|
|
|
|
Requires(postun):coreutils
|
|
|
|
@ -133,8 +138,11 @@ Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
|
|
|
|
|
Requires: mesa-dri-drivers, xkeyboard-config, xkbcomp
|
|
|
|
|
Requires: tigervnc-license, dbus-x11
|
|
|
|
|
Requires: dbus-x11
|
|
|
|
|
Requires: mesa-dri-drivers
|
|
|
|
|
Requires: tigervnc-license
|
|
|
|
|
Requires: xkbcomp
|
|
|
|
|
Requires: xkeyboard-config
|
|
|
|
|
|
|
|
|
|
%description server-minimal
|
|
|
|
|
The VNC system allows you to access the same desktop from a wide
|
|
|
|
@ -172,10 +180,6 @@ BuildRequires: selinux-policy-devel
|
|
|
|
|
Requires: selinux-policy-%{selinuxtype}
|
|
|
|
|
Requires(post): selinux-policy-%{selinuxtype}
|
|
|
|
|
BuildRequires: selinux-policy-devel
|
|
|
|
|
# Required for matchpathcon
|
|
|
|
|
Requires: libselinux-utils
|
|
|
|
|
# Required for restorecon
|
|
|
|
|
Requires: policycoreutils
|
|
|
|
|
%{?selinux_requires}
|
|
|
|
|
|
|
|
|
|
%description selinux
|
|
|
|
@ -185,26 +189,28 @@ runs properly under an environment with SELinux enabled.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%patch -P1 -p1 -b .vncsession-restore-script-systemd-service
|
|
|
|
|
|
|
|
|
|
# Upstream patches
|
|
|
|
|
%patch -P50 -p1 -b .vncsession-use-bin-sh-when-shell-not-set.patch
|
|
|
|
|
%patch -P51 -p1 -b .add-missing-coma-in-default-security-type-list.patch
|
|
|
|
|
%patch -P52 -p1 -b .vncsession-move-existing-log-to-log-old-if-present.patch
|
|
|
|
|
%patch -P53 -p1 -b .handle-existing-config-directory-in-vncpasswd.patch
|
|
|
|
|
%patch -P54 -p1 -b .correctly-handle-zrle-cursors.patch
|
|
|
|
|
|
|
|
|
|
%if %{with server}
|
|
|
|
|
cp -r /usr/share/xorg-x11-server-source/* unix/xserver
|
|
|
|
|
pushd unix/xserver
|
|
|
|
|
for all in `find . -type f -perm -001`; do
|
|
|
|
|
chmod -x "$all"
|
|
|
|
|
done
|
|
|
|
|
# Xorg patches
|
|
|
|
|
%patch -P100 -p1 -b .xserver120-rebased
|
|
|
|
|
%patch -P101 -p1 -b .rpath
|
|
|
|
|
%patch -P200 -p1 -b .xorg-CVE-2024-9632
|
|
|
|
|
cat ../xserver21.patch | patch -p1
|
|
|
|
|
popd
|
|
|
|
|
%else
|
|
|
|
|
sed -i -e '/add_subdirectory.*vnc/d' unix/CMakeLists.txt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Tigervnc patches
|
|
|
|
|
%patch -P1 -p1 -b .use-gnome-as-default-session
|
|
|
|
|
%patch -P2 -p1 -b .vncsession-restore-script-systemd-service
|
|
|
|
|
|
|
|
|
|
# Upstream patches
|
|
|
|
|
%patch -P50 -p1 -b .vncsession-move-existing-log-to-log-old-if-present
|
|
|
|
|
|
|
|
|
|
# Upstreamable patches
|
|
|
|
|
%patch -P80 -p1 -b .dont-get-pointer-position-for-floating-device
|
|
|
|
|
# Downstream patches
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%ifarch sparcv9 sparc64 s390 s390x
|
|
|
|
@ -214,14 +220,17 @@ export CFLAGS="$RPM_OPT_FLAGS -fpic"
|
|
|
|
|
%endif
|
|
|
|
|
export CXXFLAGS="$CFLAGS -std=c++11"
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 10
|
|
|
|
|
%define __cmake_builddir %{_target_platform}
|
|
|
|
|
|
|
|
|
|
mkdir -p %{%__cmake_builddir}
|
|
|
|
|
mkdir -p %{__cmake_builddir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%cmake
|
|
|
|
|
%cmake -DCMAKE_INSTALL_UNITDIR=%{_unitdir}
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
%if %{with server}
|
|
|
|
|
pushd unix/xserver
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 32 || 0%{?rhel} >= 9
|
|
|
|
@ -233,10 +242,8 @@ autoreconf -fiv
|
|
|
|
|
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
|
|
|
|
|
--disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
|
|
|
|
|
--with-pic --disable-static \
|
|
|
|
|
--with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d,built-ins" \
|
|
|
|
|
--with-fontdir=%{_datadir}/X11/fonts \
|
|
|
|
|
--with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" \
|
|
|
|
|
--with-xkb-output=%{_localstatedir}/lib/xkb \
|
|
|
|
|
--enable-install-libxf86config \
|
|
|
|
|
--enable-glx --disable-dri --enable-dri2 --enable-dri3 \
|
|
|
|
|
--disable-unit-tests \
|
|
|
|
|
--disable-config-hal \
|
|
|
|
@ -248,36 +255,45 @@ autoreconf -fiv
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# SELinux
|
|
|
|
|
pushd unix/vncserver/selinux
|
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
# Build icons
|
|
|
|
|
%if 0%{?fedora} > 32 || 0%{?rhel} >= 9
|
|
|
|
|
%if 0%{?rhel} >= 9
|
|
|
|
|
pushd %{_target_platform}/media
|
|
|
|
|
%else
|
|
|
|
|
pushd media
|
|
|
|
|
%endif
|
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# SELinux
|
|
|
|
|
pushd unix/vncserver/selinux
|
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
rm -f %{buildroot}%{_docdir}/%{name}-%{version}/{README.rst,LICENCE.TXT}
|
|
|
|
|
|
|
|
|
|
%if %{with server}
|
|
|
|
|
pushd unix/xserver/hw/vnc
|
|
|
|
|
%make_install
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# Install systemd unit file
|
|
|
|
|
# Install selinux policy file
|
|
|
|
|
pushd unix/vncserver/selinux
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# Install systemd unit file
|
|
|
|
|
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}/xvnc@.service
|
|
|
|
|
install -m644 %{SOURCE2} %{buildroot}%{_unitdir}/xvnc.socket
|
|
|
|
|
install -m755 %{SOURCE5} %{buildroot}/%{_bindir}/vncserver
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Install desktop stuff
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,24x24,48x48}/apps
|
|
|
|
@ -291,32 +307,23 @@ popd
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.tigervnc.vncviewer.metainfo.xml
|
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/vncviewer.desktop
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} > 9
|
|
|
|
|
# Install a replacement for /usr/bin/vncserver which will tell the user to read the
|
|
|
|
|
# HOWTO.md file
|
|
|
|
|
cat <<EOF > %{buildroot}/%{_bindir}/vncserver
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
echo "vncserver has been replaced by a systemd unit."
|
|
|
|
|
echo "Please read /usr/share/doc/tigervnc/HOWTO.md for more information."
|
|
|
|
|
EOF
|
|
|
|
|
chmod +x %{buildroot}/%{_bindir}/vncserver
|
|
|
|
|
%else
|
|
|
|
|
install -m 755 %{SOURCE5} %{buildroot}/%{_bindir}/vncserver
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} %{name}.lang
|
|
|
|
|
|
|
|
|
|
%if %{with server}
|
|
|
|
|
# remove unwanted files
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/xorg/modules/extensions/libvnc.la
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
|
|
|
|
|
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
|
|
|
|
|
|
|
|
|
install -m 644 %{SOURCE4} %{buildroot}/%{_docdir}/tigervnc/HOWTO.md
|
|
|
|
|
|
|
|
|
|
%post server
|
|
|
|
|
%systemd_post xvnc@.service
|
|
|
|
|
%systemd_post xvnc.socket
|
|
|
|
|
|
|
|
|
|
%preun server
|
|
|
|
|
%systemd_preun xvnc@.service
|
|
|
|
|
%systemd_preun xvnc.socket
|
|
|
|
|
|
|
|
|
|
%postun server
|
|
|
|
@ -335,6 +342,7 @@ if [ $1 -eq 0 ]; then
|
|
|
|
|
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}
|
|
|
|
|
%selinux_relabel_post -s %{selinuxtype}
|
|
|
|
|
fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
@ -344,6 +352,7 @@ fi
|
|
|
|
|
%{_mandir}/man1/vncviewer.1*
|
|
|
|
|
%{_datadir}/metainfo/org.tigervnc.vncviewer.metainfo.xml
|
|
|
|
|
|
|
|
|
|
%if %{with server}
|
|
|
|
|
%files server
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/tigervnc
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/tigervnc/vncserver-config-defaults
|
|
|
|
@ -375,177 +384,161 @@ fi
|
|
|
|
|
%{_libdir}/xorg/modules/extensions/libvnc.so
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
|
|
|
|
|
|
|
|
|
%files selinux
|
|
|
|
|
%{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.*
|
|
|
|
|
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files license
|
|
|
|
|
%{_docdir}/tigervnc/LICENCE.TXT
|
|
|
|
|
|
|
|
|
|
%files icons
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
|
|
|
|
|
|
|
%files selinux
|
|
|
|
|
%{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.*
|
|
|
|
|
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 08 2024 Jan Grulich <jgrulich@redhat.com> - 1.14.1-1
|
|
|
|
|
- 1.14.1
|
|
|
|
|
Resolves: RHEL-66600
|
|
|
|
|
- Fix CVE-2024-9632: xorg-x11-server: heap-based buffer overflow privilege escalation vulnerability
|
|
|
|
|
Resolves: RHEL-62000
|
|
|
|
|
* Mon Dec 30 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.14.0-8
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Sat Oct 05 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.14.0-8
|
|
|
|
|
- Rebuild for ffmpeg 7
|
|
|
|
|
|
|
|
|
|
* Sun Sep 29 2024 Sérgio Basto <sergio@serjux.com> - 1.14.0-7
|
|
|
|
|
- Enable ffmpeg
|
|
|
|
|
|
|
|
|
|
* Fri Sep 27 2024 Sérgio Basto <sergio@serjux.com> - 1.14.0-6
|
|
|
|
|
- Rebuild for rebase of xorg-server to versions 21.1.x
|
|
|
|
|
|
|
|
|
|
* Fri Sep 27 2024 Sérgio Basto <sergio@serjux.com> - 1.14.0-5
|
|
|
|
|
- Add compability with X11-server-21.1.x
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-11
|
|
|
|
|
* Wed Sep 04 2024 Jan Grulich <jgrulich@redhat.com> - 1.14.0-4
|
|
|
|
|
- Move old log to log.old if present (fix patch)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2024 Jan Grulich <jgrulich@redhat.com> - 1.14.0-3
|
|
|
|
|
- Correctly handle ZRLE cursors
|
|
|
|
|
- Move old log to log.old if present
|
|
|
|
|
- Handle existing config directory in vncpasswd
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Jan Grulich <jgrulich@redhat.com> - 1.14.0-2
|
|
|
|
|
- vncsession: use /bin/sh if the user shell is not set
|
|
|
|
|
Resolves: RHEL-50679
|
|
|
|
|
|
|
|
|
|
* Tue May 28 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-10
|
|
|
|
|
- vncconfig: add option to force view-only remote client connections
|
|
|
|
|
Resolves: RHEL-12144
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-9
|
|
|
|
|
- Fix CVE-2024-31080 tigervnc: xorg-x11-server: Heap buffer overread/data leakage in ProcXIGetSelectedEvents
|
|
|
|
|
Resolves: RHEL-30756
|
|
|
|
|
- Fix CVE-2024-31083 tigervnc: xorg-x11-server: User-after-free in ProcRenderAddGlyphs
|
|
|
|
|
Resolves: RHEL-30768
|
|
|
|
|
- Fix CVE-2024-31081 tigervnc: xorg-x11-server: Heap buffer overread/data leakage in ProcXIPassiveGrabDevice
|
|
|
|
|
Resolves: RHEL-30762
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-8
|
|
|
|
|
- Fix copy/paste error in the DeviceStateNotify
|
|
|
|
|
Resolves: RHEL-20533
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-7
|
|
|
|
|
- Fix CVE-2024-21886 tigervnc: xorg-x11-server: heap buffer overflow in DisableDevice
|
|
|
|
|
Resolves: RHEL-20389
|
|
|
|
|
- Fix CVE-2024-21885 tigervnc: xorg-x11-server: heap buffer overflow in XISendDeviceHierarchyEvent
|
|
|
|
|
Resolves: RHEL-20383
|
|
|
|
|
- Fix CVE-2024-0229 tigervnc: xorg-x11-server: reattaching to different master device may lead to out-of-bounds memory access
|
|
|
|
|
Resolves: RHEL-20533
|
|
|
|
|
- Fix CVE-2023-6816 tigervnc: xorg-x11-server: Heap buffer overflow in DeviceFocusEvent and ProcXIQueryPointer
|
|
|
|
|
Resolves: RHEL-21213
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-6
|
|
|
|
|
- Use dup() to get available file descriptor when using -inetd option
|
|
|
|
|
Resolves: RHEL-19858
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-5
|
|
|
|
|
- Fix CVE-2023-6377 tigervnc: xorg-x11-server: out-of-bounds memory reads/writes in XKB button actions
|
|
|
|
|
Resolves: RHEL-18414
|
|
|
|
|
- Fix CVE-2023-6478 tigervnc: xorg-x11-server: out-of-bounds memory read in RRChangeOutputProperty and RRChangeProviderProperty
|
|
|
|
|
Resolves: RHEL-18426
|
|
|
|
|
|
|
|
|
|
* Wed Nov 01 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-4
|
|
|
|
|
- Fix CVE-2023-5380 tigervnc: xorg-x11-server: Use-after-free bug in DestroyWindow
|
|
|
|
|
Resolves: RHEL-15237
|
|
|
|
|
|
|
|
|
|
- Fix CVE-2023-5367 tigervnc: xorg-x11-server: Out-of-bounds write in XIChangeDeviceProperty/RRChangeOutputProperty
|
|
|
|
|
Resolves: RHEL-15249
|
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-3
|
|
|
|
|
- Support username alias in PlainUsers
|
|
|
|
|
Resolves: RHEL-8430
|
|
|
|
|
|
|
|
|
|
* Tue Apr 11 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-2
|
|
|
|
|
- xorg-x11-server: X.Org Server Overlay Window Use-After-Free Local Privilege
|
|
|
|
|
Escalation Vulnerability
|
|
|
|
|
Resolves: bz#2180310
|
|
|
|
|
|
|
|
|
|
* Tue Mar 21 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-1
|
|
|
|
|
- add missing comma in default security type list
|
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2024 Jan Grulich <jgrulich@redhat.com> - 1.14.0-1
|
|
|
|
|
- 1.14.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.90-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 08 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.90-2
|
|
|
|
|
- Enable DRI3 support
|
|
|
|
|
|
|
|
|
|
* Tue Jul 02 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.90-1
|
|
|
|
|
- 1.14.0 beta
|
|
|
|
|
|
|
|
|
|
* Wed Apr 10 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-14
|
|
|
|
|
- Rebuild (xorg-x11-server)
|
|
|
|
|
Fix regression caused by the fix for CVE-2024-31083
|
|
|
|
|
|
|
|
|
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-13
|
|
|
|
|
- Rebuild (xorg-x11-server)
|
|
|
|
|
CVE fix for: CVE-2024-31080, CVE-2024-31081, CVE-2024-31082 and CVE-2024-31083
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 16 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-11
|
|
|
|
|
- Rebuild (xorg-x11-server)
|
|
|
|
|
CVE fix for: CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886,
|
|
|
|
|
CVE-2024-0408 and CVE-2024-0409
|
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2023 Peter Hutterer <peter.hutterer@redhat.com> - 1.13.1-10
|
|
|
|
|
- Fix cmake builddir creation
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-9
|
|
|
|
|
- Rebuild for Xorg CVEs
|
|
|
|
|
Fixes: CVE-2023-6377, CVE-2023-6478
|
|
|
|
|
|
|
|
|
|
* Wed Nov 22 2023 Florian Weimer <fweimer@redhat.com> - 1.13.1-8
|
|
|
|
|
- Drop incorrect tigervnc-c99-2.patch.
|
|
|
|
|
|
|
|
|
|
* Wed Nov 22 2023 Florian Weimer <fweimer@redhat.com> - 1.13.1-7
|
|
|
|
|
- C compatibility fixes
|
|
|
|
|
|
|
|
|
|
* Thu Nov 02 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-6
|
|
|
|
|
- Fix CVE-2023-5380 and CVE-2023-5367 (rebuild with fixed Xorg)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Kalev Lember <klember@redhat.com> - 1.13.1-5
|
|
|
|
|
- Drop unrecognized configure options
|
|
|
|
|
- Add buildrequires to get correct font and xkb directories from pkg-config
|
|
|
|
|
- Re-enable server in flatpak builds and fix the build
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Mar 30 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-3
|
|
|
|
|
- Drop BR: xorg-x11-font-utils
|
|
|
|
|
CVE-2023-1393
|
|
|
|
|
|
|
|
|
|
* Thu Mar 30 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-2
|
|
|
|
|
- Rebuild (xorg-x11-server)
|
|
|
|
|
CVE-2023-1393
|
|
|
|
|
|
|
|
|
|
* Wed Mar 01 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-1
|
|
|
|
|
- 1.13.1
|
|
|
|
|
Resolves: bz#2175732
|
|
|
|
|
|
|
|
|
|
* Tue Feb 21 2023 Jan Grulich <jgrulich@redhat.com> - 1.12.0-12
|
|
|
|
|
- SELinux: allow vncsession create .vnc directory
|
|
|
|
|
Resolves: bz#2164703
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Jan Grulich <jgrulich@redhat.com> - 1.12.0-11
|
|
|
|
|
- Add sanity check when cleaning up keymap changes
|
|
|
|
|
Resolves: bz#2169965
|
|
|
|
|
|
|
|
|
|
* Mon Feb 06 2023 Jan Grulich <jgrulich@redhat.com> - 1.12.0-10
|
|
|
|
|
- xorg-x11-server: DeepCopyPointerClasses use-after-free leads to privilege elevation
|
|
|
|
|
Resolves: bz#2167061
|
|
|
|
|
|
|
|
|
|
* Tue Dec 20 2022 Tomas Popela <tpopela@redhat.com> - 1.12.0-9
|
|
|
|
|
- Rebuild for xorg-x11-server CVE-2022-46340 follow up fix
|
|
|
|
|
|
|
|
|
|
* Fri Dec 16 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-8
|
|
|
|
|
- Rebuild for xorg-x11-server CVEs
|
|
|
|
|
Resolves: CVE-2022-4283 (bz#2154234)
|
|
|
|
|
Resolves: CVE-2022-46340 (bz#2154221)
|
|
|
|
|
Resolves: CVE-2022-46341 (bz#2154224)
|
|
|
|
|
Resolves: CVE-2022-46342 (bz#2154226)
|
|
|
|
|
Resolves: CVE-2022-46343 (bz#2154228)
|
|
|
|
|
Resolves: CVE-2022-46344 (bz#2154230)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 01 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-7
|
|
|
|
|
- x0vncserver: add new keysym in case we don't find matching keycode
|
|
|
|
|
+ actually apply the patch
|
|
|
|
|
Resolves: bz#2119017
|
|
|
|
|
|
|
|
|
|
* Thu Dec 01 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-6
|
|
|
|
|
- x0vncserver: add new keysym in case we don't find matching keycode
|
|
|
|
|
Resolves: bz#2119017
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-5
|
|
|
|
|
- x0vncserver: fix ghost cursor in zaphod mode (better version)
|
|
|
|
|
Resolves: bz#2119016
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-4
|
|
|
|
|
- Add BR: libXdamage, libXfixes, libXrandr
|
|
|
|
|
Resolves: bz#2091833
|
|
|
|
|
|
|
|
|
|
* Tue Apr 05 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-3
|
|
|
|
|
- Do not run systemd_preun on Xvnc service file
|
|
|
|
|
Resolves: bz#2048011
|
|
|
|
|
|
|
|
|
|
* Mon Apr 04 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-2
|
|
|
|
|
- Drop unexisting option from the old vncserver script
|
|
|
|
|
Resolves: bz#2021893
|
|
|
|
|
|
|
|
|
|
* Wed Mar 23 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-1
|
|
|
|
|
- 1.12.0 + sync with Fedora
|
|
|
|
|
Resolves: bz#2048011
|
|
|
|
|
Resolves: bz#2021893
|
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2022 Jan Grulich <jgrulich@redhat.com> - 1.11.0-21
|
|
|
|
|
- Added vncsession-restore script for SELinux policy migration
|
|
|
|
|
Fix SELinux context for root user
|
|
|
|
|
Resolves: bz#2049506
|
|
|
|
|
|
|
|
|
|
* Fri Nov 26 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-20
|
|
|
|
|
- Rebuild for absence in RHEL 9.0
|
|
|
|
|
Resolves: bz#1985858
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-19
|
|
|
|
|
- Sync upstream patches + drop unused patches
|
|
|
|
|
Resolves: bz#1985858
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.11.0-18
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Feb 21 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.0-3
|
|
|
|
|
- vncsession: allow to create .vnc directory
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-17
|
|
|
|
|
- Fix logout from VNC session using vncserver
|
|
|
|
|
Resolves: bz#1983704
|
|
|
|
|
* Wed Feb 15 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.0-2
|
|
|
|
|
- Backport: Sanity check when cleaning up keymap changes
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-16
|
|
|
|
|
- Bump version for rebuild (binutils)
|
|
|
|
|
Resolves: bz#1961488
|
|
|
|
|
* Tue Feb 07 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.0-1
|
|
|
|
|
- 1.13.0
|
|
|
|
|
- CVE-2023-0494
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-14
|
|
|
|
|
- SELinux improvements
|
|
|
|
|
Resolves: bz#1961488
|
|
|
|
|
* Tue Jan 31 2023 Jan Grulich <jgrulich@redhat.com> - 1.12.0-9
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
- Fix endianness issue on s390x
|
|
|
|
|
Resolves: bz#1963029
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.11.0-13
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Mar 08 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-12
|
|
|
|
|
- Include RHEL8 patches
|
|
|
|
|
* Tue May 31 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-6
|
|
|
|
|
- Add some missing build requirements for x0vncserver
|
|
|
|
|
|
|
|
|
|
* Fri Mar 05 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-11
|
|
|
|
|
- Enable old vncserver script for RHEL 9
|
|
|
|
|
* Tue Feb 15 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-5
|
|
|
|
|
- Fix migration of SELinux context policy
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-4
|
|
|
|
|
- Fix crash in vncviewer
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-3
|
|
|
|
|
- Remove unavailable option from vncserver script
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-2
|
|
|
|
|
- SELinux: restore SELinux context in case of different policies
|
|
|
|
|
|
|
|
|
|
* Thu Nov 11 2021 Jan Grulich <jgrulich@redhat.com> - 1.12.0-1
|
|
|
|
|
- 1.12.0
|
|
|
|
|
|
|
|
|
|
* Wed Sep 15 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.90-1
|
|
|
|
|
- 1.11.90
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-13
|
|
|
|
|
- Sync upstream patches + drop unused patches
|
|
|
|
|
- Fix logout issue with vncserver script
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-12
|
|
|
|
|
- Re-enable vncserver script for F34+
|
|
|
|
|
|
|
|
|
|
* Tue May 25 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-11
|
|
|
|
|
- SELinux improvements
|
|
|
|
|
- Backport some CentOS changes
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|