|
|
|
@ -5,12 +5,12 @@
|
|
|
|
|
|
|
|
|
|
Name: tigervnc
|
|
|
|
|
Version: 1.13.1
|
|
|
|
|
Release: 8%{?dist}.3
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: A TigerVNC remote display system
|
|
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.tigervnc.com
|
|
|
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
@ -24,6 +24,7 @@ Source5: vncserver
|
|
|
|
|
# Downstream patches
|
|
|
|
|
Patch1: tigervnc-use-gnome-as-default-session.patch
|
|
|
|
|
Patch2: tigervnc-vncsession-restore-script-systemd-service.patch
|
|
|
|
|
Patch3: tigervnc-dont-install-appstream-metadata-file.patch
|
|
|
|
|
|
|
|
|
|
# Upstream patches
|
|
|
|
|
Patch50: tigervnc-support-username-alias-in-plainusers.patch
|
|
|
|
@ -41,11 +42,6 @@ Patch101: 0001-rpath-hack.patch
|
|
|
|
|
# CVE-2024-0229
|
|
|
|
|
# https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1251
|
|
|
|
|
Patch200: xorg-CVE-2024-0229-followup.patch
|
|
|
|
|
Patch201: xorg-CVE-2024-31080.patch
|
|
|
|
|
Patch202: xorg-CVE-2024-31081.patch
|
|
|
|
|
Patch203: xorg-CVE-2024-31082.patch
|
|
|
|
|
Patch204: xorg-CVE-2024-31083.patch
|
|
|
|
|
Patch205: xorg-CVE-2024-31083-followup.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -131,12 +127,10 @@ X session.
|
|
|
|
|
|
|
|
|
|
%package server-minimal
|
|
|
|
|
Summary: A minimal installation of TigerVNC server
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
Requires(post): chkconfig
|
|
|
|
|
Requires(preun):chkconfig
|
|
|
|
|
|
|
|
|
|
Requires: mesa-dri-drivers, xkeyboard-config, xkbcomp
|
|
|
|
|
Requires: mesa-dri-drivers, xkeyboard-config, xorg-x11-xkb-utils
|
|
|
|
|
Requires: tigervnc-license, dbus-x11
|
|
|
|
|
|
|
|
|
|
%description server-minimal
|
|
|
|
@ -196,15 +190,11 @@ done
|
|
|
|
|
%patch100 -p1 -b .xserver120-rebased
|
|
|
|
|
%patch101 -p1 -b .rpath
|
|
|
|
|
%patch200 -p1 -b .xorg-CVE-2024-0229-followup
|
|
|
|
|
%patch201 -p1 -b .xorg-CVE-2024-31080.patch
|
|
|
|
|
%patch202 -p1 -b .xorg-CVE-2024-31081.patch
|
|
|
|
|
%patch203 -p1 -b .xorg-CVE-2024-31082.patch
|
|
|
|
|
%patch204 -p1 -b .xorg-CVE-2024-31083.patch
|
|
|
|
|
%patch205 -p1 -b .xorg-CVE-2024-31083-followup
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .use-gnome-as-default-session
|
|
|
|
|
%patch2 -p1 -b .vncsession-restore-script-systemd-service
|
|
|
|
|
%patch3 -p1 -b .dont-install-appstream-metadata-file.patch
|
|
|
|
|
|
|
|
|
|
# Upstream patches
|
|
|
|
|
%patch50 -p1 -b .support-username-alias-in-plainusers
|
|
|
|
@ -219,22 +209,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
|
|
|
|
%else
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fpic"
|
|
|
|
|
%endif
|
|
|
|
|
export CXXFLAGS="$CFLAGS -std=c++11"
|
|
|
|
|
|
|
|
|
|
%define __cmake_builddir %{_target_platform}
|
|
|
|
|
|
|
|
|
|
mkdir -p %{%__cmake_builddir}
|
|
|
|
|
|
|
|
|
|
%cmake
|
|
|
|
|
export CXXFLAGS="$CFLAGS"
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
%{cmake} .
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
pushd unix/xserver
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 32 || 0%{?rhel} >= 9
|
|
|
|
|
sed -i 's@TIGERVNC_BUILDDIR=${TIGERVNC_SRCDIR}@TIGERVNC_BUILDDIR=${TIGERVNC_SRCDIR}/%{_target_platform}@g' hw/vnc/Makefile.am
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
autoreconf -fiv
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
|
|
|
|
@ -257,11 +237,7 @@ make %{?_smp_mflags}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# Build icons
|
|
|
|
|
%if 0%{?fedora} > 32 || 0%{?rhel} >= 9
|
|
|
|
|
pushd %{_target_platform}/media
|
|
|
|
|
%else
|
|
|
|
|
pushd media
|
|
|
|
|
%endif
|
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
@ -270,19 +246,19 @@ pushd unix/vncserver/selinux
|
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
rm -f %{buildroot}%{_docdir}/%{name}-%{version}/{README.rst,LICENCE.TXT}
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
pushd unix/xserver/hw/vnc
|
|
|
|
|
%make_install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# Install systemd unit file
|
|
|
|
|
pushd unix/vncserver/selinux
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install systemd unit file
|
|
|
|
|
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}/xvnc@.service
|
|
|
|
|
install -m644 %{SOURCE2} %{buildroot}%{_unitdir}/xvnc.socket
|
|
|
|
@ -296,21 +272,7 @@ install -m644 tigervnc_$s.png %{buildroot}%{_datadir}/icons/hicolor/${s}x$s/apps
|
|
|
|
|
done
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
@ -321,14 +283,15 @@ mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
|
|
|
|
|
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
|
|
|
|
|
|
|
|
|
%post server
|
|
|
|
|
%systemd_post xvnc@.service
|
|
|
|
|
%systemd_post xvnc.service
|
|
|
|
|
%systemd_post xvnc.socket
|
|
|
|
|
|
|
|
|
|
%preun server
|
|
|
|
|
%systemd_preun xvnc.service
|
|
|
|
|
%systemd_preun xvnc.socket
|
|
|
|
|
|
|
|
|
|
%postun server
|
|
|
|
|
%systemd_postun xvnc@.service
|
|
|
|
|
%systemd_postun xvnc.service
|
|
|
|
|
%systemd_postun xvnc.socket
|
|
|
|
|
|
|
|
|
|
%pre selinux
|
|
|
|
@ -350,7 +313,6 @@ fi
|
|
|
|
|
%{_bindir}/vncviewer
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
%{_mandir}/man1/vncviewer.1*
|
|
|
|
|
%{_datadir}/metainfo/org.tigervnc.vncviewer.metainfo.xml
|
|
|
|
|
|
|
|
|
|
%files server
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/tigervnc
|
|
|
|
@ -360,8 +322,8 @@ fi
|
|
|
|
|
%{_unitdir}/vncserver@.service
|
|
|
|
|
%{_unitdir}/xvnc@.service
|
|
|
|
|
%{_unitdir}/xvnc.socket
|
|
|
|
|
%{_bindir}/vncserver
|
|
|
|
|
%{_bindir}/x0vncserver
|
|
|
|
|
%{_bindir}/vncserver
|
|
|
|
|
%{_sbindir}/vncsession
|
|
|
|
|
%{_libexecdir}/vncserver
|
|
|
|
|
%{_libexecdir}/vncsession-start
|
|
|
|
@ -381,7 +343,7 @@ fi
|
|
|
|
|
|
|
|
|
|
%files server-module
|
|
|
|
|
%{_libdir}/xorg/modules/extensions/libvnc.so
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
|
|
|
|
%config %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
|
|
|
|
|
|
|
|
|
%files license
|
|
|
|
|
%{_docdir}/tigervnc/LICENCE.TXT
|
|
|
|
@ -394,279 +356,229 @@ fi
|
|
|
|
|
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 22 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-8.3
|
|
|
|
|
- Rebuild (z-stream target)
|
|
|
|
|
Resolves: RHEL-30985
|
|
|
|
|
Resolves: RHEL-31015
|
|
|
|
|
|
|
|
|
|
* Fri Apr 12 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-8.2
|
|
|
|
|
- Fix crash caused by fix for CVE-2024-31083
|
|
|
|
|
Resolves: RHEL-30985
|
|
|
|
|
|
|
|
|
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-8.1
|
|
|
|
|
- Fix CVE-2024-31080 tigervnc: xorg-x11-server: Heap buffer overread/data leakage in ProcXIGetSelectedEvents
|
|
|
|
|
Resolves: RHEL-31015
|
|
|
|
|
- Fix CVE-2024-31083 tigervnc: xorg-x11-server: User-after-free in ProcRenderAddGlyphs
|
|
|
|
|
Resolves: RHEL-30985
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2024 Jan Grulich <jgrulich@redhat.com> - 1.13.1-8
|
|
|
|
|
- Fix copy/paste error in the DeviceStateNotify
|
|
|
|
|
Resolves: RHEL-20533
|
|
|
|
|
Resolves: RHEL-20530
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
Resolves: RHEL-20388
|
|
|
|
|
- Fix CVE-2024-21885 tigervnc: xorg-x11-server: heap buffer overflow in XISendDeviceHierarchyEvent
|
|
|
|
|
Resolves: RHEL-20383
|
|
|
|
|
Resolves: RHEL-20382
|
|
|
|
|
- Fix CVE-2024-0229 tigervnc: xorg-x11-server: reattaching to different master device may lead to out-of-bounds memory access
|
|
|
|
|
Resolves: RHEL-20533
|
|
|
|
|
Resolves: RHEL-20530
|
|
|
|
|
- Fix CVE-2023-6816 tigervnc: xorg-x11-server: Heap buffer overflow in DeviceFocusEvent and ProcXIQueryPointer
|
|
|
|
|
Resolves: RHEL-21213
|
|
|
|
|
Resolves: RHEL-21214
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
Resolves: RHEL-21000
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
Resolves: RHEL-18410
|
|
|
|
|
- Fix CVE-2023-6478 tigervnc: xorg-x11-server: out-of-bounds memory read in RRChangeOutputProperty and RRChangeProviderProperty
|
|
|
|
|
Resolves: RHEL-18426
|
|
|
|
|
Resolves: RHEL-18422
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
Resolves: RHEL-15236
|
|
|
|
|
|
|
|
|
|
- Fix CVE-2023-5367 tigervnc: xorg-x11-server: Out-of-bounds write in XIChangeDeviceProperty/RRChangeOutputProperty
|
|
|
|
|
Resolves: RHEL-15249
|
|
|
|
|
Resolves: RHEL-15230
|
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2023 Jan Grulich <jgrulich@redhat.com> - 1.13.1-3
|
|
|
|
|
- Support username alias in PlainUsers
|
|
|
|
|
Resolves: RHEL-8430
|
|
|
|
|
Resolves: RHEL-4258
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
Resolves: bz#2180306
|
|
|
|
|
|
|
|
|
|
* Tue Mar 21 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
|
|
|
|
|
Resolves: bz#2175748
|
|
|
|
|
- Restore "--fallbacktofreeport" option in the vncserver script
|
|
|
|
|
Resolves: bz#2174398
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Thu Dec 08 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-9
|
|
|
|
|
- Bump build version to fix upgrade path
|
|
|
|
|
Resolves: bz#1437569
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Fri Nov 18 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-8
|
|
|
|
|
- x0vncserver: add new keysym in case we don't find matching keycode
|
|
|
|
|
Resolves: bz#2119017
|
|
|
|
|
Resolves: bz#1437569
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-5
|
|
|
|
|
* Wed Aug 24 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-7
|
|
|
|
|
- x0vncserver: fix ghost cursor in zaphod mode (better version)
|
|
|
|
|
Resolves: bz#2119016
|
|
|
|
|
Resolves: bz#2109679
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-4
|
|
|
|
|
- Add BR: libXdamage, libXfixes, libXrandr
|
|
|
|
|
Resolves: bz#2091833
|
|
|
|
|
* Wed Aug 17 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-6
|
|
|
|
|
- x0vncserver: fix ghost cursor in zaphod mode
|
|
|
|
|
Resolves: bz#2109679
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Tue May 31 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-5
|
|
|
|
|
- BR: libXdamage, libXfixes, libXrandr
|
|
|
|
|
Resolves: bz#2088733
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Tue Feb 08 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-4
|
|
|
|
|
- Added vncsession-restore script for SELinux policy migration
|
|
|
|
|
Fix SELinux context for root user
|
|
|
|
|
Resolves: bz#2049506
|
|
|
|
|
Resolves: bz#2021892
|
|
|
|
|
|
|
|
|
|
* Fri Nov 26 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-20
|
|
|
|
|
- Rebuild for absence in RHEL 9.0
|
|
|
|
|
Resolves: bz#1985858
|
|
|
|
|
* Fri Jan 21 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-3
|
|
|
|
|
- Fix crash in vncviewer
|
|
|
|
|
Resolves: bz#2021892
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-19
|
|
|
|
|
- Sync upstream patches + drop unused patches
|
|
|
|
|
Resolves: bz#1985858
|
|
|
|
|
* Fri Jan 14 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-2
|
|
|
|
|
- Remove unavailable option from vncserver script
|
|
|
|
|
Resolves: bz#2021892
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Fri Jan 14 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-1
|
|
|
|
|
- 1.12.0
|
|
|
|
|
Resolves: bz#2021892
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-17
|
|
|
|
|
* Mon Jul 19 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-9
|
|
|
|
|
- Fix logout from VNC session using vncserver
|
|
|
|
|
Resolves: bz#1983704
|
|
|
|
|
Resolves: bz#1983706
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-16
|
|
|
|
|
- Bump version for rebuild (binutils)
|
|
|
|
|
Resolves: bz#1961488
|
|
|
|
|
* Tue Jun 01 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-8
|
|
|
|
|
- Run all SELinux RPM macros on correct package
|
|
|
|
|
Resolves: bz#1907963
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-14
|
|
|
|
|
* Mon May 17 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-7
|
|
|
|
|
- SELinux improvements
|
|
|
|
|
Resolves: bz#1961488
|
|
|
|
|
|
|
|
|
|
- Fix endianness issue on s390x
|
|
|
|
|
Resolves: bz#1963029
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Mon Mar 08 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-12
|
|
|
|
|
- Include RHEL8 patches
|
|
|
|
|
|
|
|
|
|
* Fri Mar 05 2021 Jan Grulich <jgrulich@redhat.com> - 1.11.0-11
|
|
|
|
|
- Enable old vncserver script for RHEL 9
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 10 07:45:46 CET 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-9
|
|
|
|
|
- vncserver: ignore new session parameter from the new systemd support
|
|
|
|
|
|
|
|
|
|
* Fri Nov 13 14:08:29 CET 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-8
|
|
|
|
|
- Use /run instead of /var/run which is just a symlink
|
|
|
|
|
|
|
|
|
|
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.11.0-7
|
|
|
|
|
- Require xkbcomp directly, not xorg-x11-xkb-utils. The latter has had
|
|
|
|
|
Provides xkbcomp for years.
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 13:12:22 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-6
|
|
|
|
|
- Backport upstream fix allowing Tigervnc to specify boolean valus in configuration
|
|
|
|
|
- Revert removal of vncserver for F32 and F33
|
|
|
|
|
|
|
|
|
|
* Thu Sep 24 07:14:06 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-5
|
|
|
|
|
- Actually install the HOWTO.md file
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-4
|
|
|
|
|
- Call systemd macros on correct service file
|
|
|
|
|
|
|
|
|
|
* Tue Sep 22 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-3
|
|
|
|
|
- Do not overwrite libvnc.conf config file
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-2
|
|
|
|
|
Resolves: bz#1907963
|
|
|
|
|
|
|
|
|
|
* Tue Dec 15 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-6
|
|
|
|
|
- Use GNOME as default session
|
|
|
|
|
Resolves: bz#1853608
|
|
|
|
|
|
|
|
|
|
* Thu Dec 03 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-5
|
|
|
|
|
- Make sure we log properly output to journal (actually log to syslog)
|
|
|
|
|
Resolves: bz#1841537
|
|
|
|
|
|
|
|
|
|
* Thu Dec 03 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-4
|
|
|
|
|
- Make sure we log properly output to journal
|
|
|
|
|
Resolves: bz#1841537
|
|
|
|
|
|
|
|
|
|
* Wed Nov 18 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-3
|
|
|
|
|
- vncserver: ignore new "session" parameter from the new systemd support
|
|
|
|
|
Resolves: bz#1897504
|
|
|
|
|
|
|
|
|
|
* Wed Nov 18 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-2
|
|
|
|
|
- Revert removal of vncserver
|
|
|
|
|
Resolves: bz#1897504
|
|
|
|
|
- Correctly start vncsession as a daemon
|
|
|
|
|
Resolves: bz#1897498
|
|
|
|
|
|
|
|
|
|
* Tue Oct 20 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-1
|
|
|
|
|
- Update to 1.11.0
|
|
|
|
|
Resolves: bz#1880985
|
|
|
|
|
- Backport fix to allow Tigervnc use boolean values in config files
|
|
|
|
|
Resolves: bz#1883415
|
|
|
|
|
|
|
|
|
|
* Wed Sep 30 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-8
|
|
|
|
|
- Tolerate specifying -BoolParam 0 and similar
|
|
|
|
|
Resolves: bz#1883415
|
|
|
|
|
|
|
|
|
|
* Wed Jul 08 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-7
|
|
|
|
|
- Enable server module on s390x
|
|
|
|
|
Resolves: bz#1854925
|
|
|
|
|
|
|
|
|
|
* Fri Jul 03 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-6
|
|
|
|
|
- Remove trailing spaces in user name
|
|
|
|
|
Resolves: bz#1852432
|
|
|
|
|
|
|
|
|
|
* Thu Jun 25 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-5
|
|
|
|
|
- Install the HOWTO file to correct location
|
|
|
|
|
- Add /usr/bin/vncserver file informing users to read the HOWTO.md file
|
|
|
|
|
Resolves: bz#1790443
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-1
|
|
|
|
|
- 1.11.0
|
|
|
|
|
* Mon Jun 15 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-4
|
|
|
|
|
- Improve SELinux policy
|
|
|
|
|
Resolves: bz#1790443
|
|
|
|
|
|
|
|
|
|
* Mon Aug 24 2020 Jan Grulich <jgrulich@redhat.com. - 1.10.90-1
|
|
|
|
|
- Update to 1.10.90 (1.11.0 beta)
|
|
|
|
|
* Mon Jun 15 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-3
|
|
|
|
|
- Add a HOWTO.md file with instructions how to start VNC server
|
|
|
|
|
Resolves: bz#1790443
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-9
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Tue May 26 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-2
|
|
|
|
|
- Make the systemd service run also for root user
|
|
|
|
|
Resolves: bz#1790443
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Mon Apr 27 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-1
|
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
Resolves: bz#1806992
|
|
|
|
|
|
|
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.10.1-7
|
|
|
|
|
- Use make macros
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
- Add proper systemd support
|
|
|
|
|
Resolves: bz#1790443
|
|
|
|
|
|
|
|
|
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.10.1-6
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
* Tue Jan 28 2020 Jan Grulich <jgrulich@redhat.com> - 1.9.0-13
|
|
|
|
|
- Bump build because of z-stream
|
|
|
|
|
Resolves: bz#1671714
|
|
|
|
|
|
|
|
|
|
* Sun Apr 19 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-5
|
|
|
|
|
- Requires: dbus-x11
|
|
|
|
|
Resolves: bz#1825331
|
|
|
|
|
* Wed Dec 11 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.0-12
|
|
|
|
|
- Fix installation of systemd files
|
|
|
|
|
Resolves: bz#1671714
|
|
|
|
|
|
|
|
|
|
* Fri Mar 13 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.10.1-4
|
|
|
|
|
- Fix build with xserver 1.20.7
|
|
|
|
|
* Wed Nov 20 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.0-11
|
|
|
|
|
- Use wrapper script to workaround systemd issues
|
|
|
|
|
Resolves: bz#1671714
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Fri Jul 12 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.0-10
|
|
|
|
|
- Do not return returncode indicating error when running "vncserver -list"
|
|
|
|
|
Resolves: bz#1727860
|
|
|
|
|
|
|
|
|
|
* Mon Jan 13 2020 Jan Grulich <jgrulich@redhat.com> - 1.10.1-2
|
|
|
|
|
- Build with -std=c++11
|
|
|
|
|
* Fri Feb 08 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.0-9
|
|
|
|
|
- Make tigervnc systemd service a user service
|
|
|
|
|
Resolves: bz#1639846
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2019 Jan Grulich <jgrulich@redhat.com> - 1.10.1-1
|
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
* Mon Jan 21 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.0-8
|
|
|
|
|
- Kill the session automatically only when Gnome is installed
|
|
|
|
|
Resolves: bz#1665876
|
|
|
|
|
|
|
|
|
|
* Tue Dec 10 2019 Jan Grulich <jgrulich@redhat.com> - 1.10.0-2
|
|
|
|
|
- Properly install systemd files
|
|
|
|
|
* Tue Nov 20 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-7
|
|
|
|
|
- Improve coverity scan fixes
|
|
|
|
|
Resolves: bz#1602714
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 1.10.0-1
|
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
Inform whether view-only password is used or not
|
|
|
|
|
Resolves: bz#1639169
|
|
|
|
|
|
|
|
|
|
* Fri Oct 18 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.90-1
|
|
|
|
|
- Update to 1.9.90 (1.10 beta)
|
|
|
|
|
- Add systemd user service file
|
|
|
|
|
- Use a wrapper for systemd system service file to workaround systemd limitations
|
|
|
|
|
Backport fixes from RHEL 7
|
|
|
|
|
Resolves: bz#1651254
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2019 Dan Horák <dan[at]danny.cz> - 1.9.0-6
|
|
|
|
|
- drop the s390x special handling (related #1727029)
|
|
|
|
|
* Tue Oct 09 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-6
|
|
|
|
|
- Do not crash passwd when using malloc perturb checks
|
|
|
|
|
Resolves: bz#1637086
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2019 Jan Grulich <jgrulich@redhat.com> - 1.9.0-5
|
|
|
|
|
- Add missing arguments to systemd_postun scriptlets
|
|
|
|
|
Resolves: bz#1716411
|
|
|
|
|
* Mon Oct 08 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-5
|
|
|
|
|
- Improve coverity scan fixes
|
|
|
|
|
Resolves: bz#1602714
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Wed Oct 03 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-4
|
|
|
|
|
- Improve coverity scan fixes
|
|
|
|
|
Resolves: bz#1602714
|
|
|
|
|
|
|
|
|
|
* Tue Sep 25 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-3
|
|
|
|
|
- Do not crash passwd when using malloc perturb checks
|
|
|
|
|
Resolves: bz#1631483
|
|
|
|
|
* Wed Oct 03 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-3
|
|
|
|
|
- Fix some coverity scan issues
|
|
|
|
|
Resolves: bz#1602714
|
|
|
|
|
|
|
|
|
|
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-2
|
|
|
|
|
- Ignore buttons in mouse leave events
|
|
|
|
|
Resolves: bz#1609516
|
|
|
|
|
- Remove dependency on initscripts
|
|
|
|
|
|
|
|
|
|
* Tue Jul 17 2018 Jan Grulich <jgrulich@redhat.com> - 1.9.0-1
|
|
|
|
|
- Update to 1.9.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.90-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.90-2
|
|
|
|
|
- Clean up spec: use macros consistenly, drop old sys-v migrations
|
|
|
|
|
- Drop ancient obsolete/provides
|
|
|
|
|
|
|
|
|
|
* Thu Jun 14 2018 Jan Grulich <jgrulich@redhat.com> - 1.8.90-1
|
|
|
|
|
- Update to 1.8.90
|
|
|
|
|
- Update to 1.9.0 + sync with Fedora
|
|
|
|
|
|
|
|
|
|
* Wed Jun 13 2018 Jan Grulich <jgrulich@redhat.com> - 1.8.0-10
|
|
|
|
|
- Fix tigervnc systemd unit file
|
|
|
|
|
Resolves: bz#1583159
|
|
|
|
|
* Tue Jun 12 2018 Adam Jackson <ajax@redhat.com> - 1.8.0-10
|
|
|
|
|
- Fix GLX initialization with Xorg 1.20
|
|
|
|
|
|
|
|
|
|
* Wed Jun 06 2018 Adam Jackson <ajax@redhat.com> - 1.8.0-9
|
|
|
|
|
- Fix GLX initialization with 1.20
|
|
|
|
|
* Tue May 29 2018 Jan Grulich <jgrulich@redhat.com> - 1.8.0-9
|
|
|
|
|
- Build against Xorg 1.20
|
|
|
|
|
|
|
|
|
|
* Wed Apr 04 2018 Adam Jackson <ajax@redhat.com> - 1.8.0-8
|
|
|
|
|
- Rebuild for xserver 1.20
|
|
|
|
|
* Mon May 14 2018 Jan Grulich <jgrulich@redhat.com> - 1.8.0-8
|
|
|
|
|
- Drop BR: ImageMagick
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|