forked from pool/tigervnc
Accepting request 296137 from home:msmeissn:branches:X11:XOrg
- Updated to tigervnc 1.4.3 * Upstream patches applied to the underlying Xorg code base to mitigate CVE-2015-0255 / bsc#915810. * Fixes for performance regressions introduced in 1.4.0. * Character encoding of clipboard text send by Java viewer now strictly adheres to the RFB specification. OBS-URL: https://build.opensuse.org/request/show/296137 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=53
This commit is contained in:
parent
3a710ee44f
commit
19fc8ffbcf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cffd87707fff8e89b9236bc18925729485dd607872833f3a433fea744809ddd
|
|
||||||
size 1369531
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 08:53:09 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- Updated to tigervnc 1.4.3
|
||||||
|
|
||||||
|
* Upstream patches applied to the underlying Xorg code base to mitigate
|
||||||
|
CVE-2015-0255 / bsc#915810.
|
||||||
|
* Fixes for performance regressions introduced in 1.4.0.
|
||||||
|
* Character encoding of clipboard text send by Java viewer now strictly
|
||||||
|
adheres to the RFB specification.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 1 12:44:09 UTC 2015 - msrb@suse.com
|
Wed Apr 1 12:44:09 UTC 2015 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.4.1
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: tightvnc = 1.3.9
|
Provides: tightvnc = 1.3.9
|
||||||
Obsoletes: tightvnc < 1.3.9
|
Obsoletes: tightvnc < 1.3.9
|
||||||
@ -86,12 +86,12 @@ BuildRequires: pkgconfig(xtrans) >= 1.2.2
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
Url: http://sourceforge.net/apps/mediawiki/tigervnc/
|
Url: http://tigervnc.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A high-performance, platform-neutral implementation of VNC
|
Summary: A high-performance, platform-neutral implementation of VNC
|
||||||
License: GPL-2.0 and MIT
|
License: GPL-2.0 and MIT
|
||||||
Group: System/X11/Servers/XF86_4
|
Group: System/X11/Servers/XF86_4
|
||||||
Source1: tigervnc-1.4.1.tar.gz
|
Source1: https://github.com/TigerVNC/tigervnc/archive/v%{version}.tar.gz
|
||||||
Source2: index.vnc
|
Source2: index.vnc
|
||||||
Source3: vnc.xinetd
|
Source3: vnc.xinetd
|
||||||
Source4: 10-libvnc.conf
|
Source4: 10-libvnc.conf
|
||||||
@ -129,7 +129,7 @@ Group: System/X11/Servers/XF86_4
|
|||||||
This is the TigerVNC implementation of Xvnc.
|
This is the TigerVNC implementation of Xvnc.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -T -b1
|
%setup -T -b1 -q
|
||||||
cp -r /usr/src/xserver/* unix/xserver/
|
cp -r /usr/src/xserver/* unix/xserver/
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -213,6 +213,8 @@ ln -s -f %{_sysconfdir}/alternatives/vncviewer $RPM_BUILD_ROOT%{_bindir}/vncview
|
|||||||
ln -s -f %{_sysconfdir}/alternatives/vncviewer.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/vncviewer.1.gz
|
ln -s -f %{_sysconfdir}/alternatives/vncviewer.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/vncviewer.1.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/tigervnc-*
|
||||||
|
|
||||||
%find_lang '%{name}'
|
%find_lang '%{name}'
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
@ -233,9 +235,7 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%ghost %{_bindir}/vncviewer
|
%ghost %{_bindir}/vncviewer
|
||||||
%{_bindir}/vncviewer-tigervnc
|
%{_bindir}/vncviewer-tigervnc
|
||||||
%exclude /usr/share/doc/tigervnc-1.4.1
|
%doc LICENCE.TXT README.txt
|
||||||
%doc LICENCE.TXT
|
|
||||||
%doc README.txt
|
|
||||||
%ghost %_mandir/man1/vncviewer.1.gz
|
%ghost %_mandir/man1/vncviewer.1.gz
|
||||||
%doc %_mandir/man1/vncviewer-tigervnc.1.gz
|
%doc %_mandir/man1/vncviewer-tigervnc.1.gz
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
@ -244,6 +244,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n xorg-x11-Xvnc
|
%files -n xorg-x11-Xvnc
|
||||||
|
%doc LICENCE.TXT README.txt
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%{_bindir}/Xvnc
|
%{_bindir}/Xvnc
|
||||||
|
3
v1.4.3.tar.gz
Normal file
3
v1.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b2603db2b32dfd6e48f6f59618bd9819d187bfbb0c16218637d074a69756824
|
||||||
|
size 1372873
|
Loading…
Reference in New Issue
Block a user