tigervnc-vl.spec 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. Name: tigervnc
  2. Version: 1.10.1
  3. Release: 1%{?_dist_release}
  4. Summary: A TigerVNC remote display system
  5. Group: User Interface/Desktops
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPLv2+
  9. URL: http://www.tigervnc.com
  10. Source0: https://github.com/TigerVNC/tigervnc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
  11. Source1: vncserver.service.upstart
  12. Source2: vncserver.sysconfig.upstart
  13. Source3: 10-libvnc.conf
  14. Source6: vncviewer.desktop
  15. #[ad-hoc] xorg-x11-server-source: has no hw/xfree86/Xorg.sh.in
  16. Source1000: Xorg.sh.in
  17. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  18. Provides: vnc = 4.1.3, vnc-libs = 4.1.3, vnc-server = 4.1.3
  19. Obsoletes: vnc < 4.1.3, vnc-libs < 4.1.3, vnc-server < 4.1.3
  20. BuildRequires: libX11-devel, automake, autoconf, libtool, gettext
  21. BuildRequires: libXext-devel, xorg-x11-server-source, libXi-devel
  22. BuildRequires: xorg-x11-xtrans-devel, xorg-x11-util-macros, libXtst-devel
  23. BuildRequires: libdrm-devel, libXt-devel, pixman-devel libXfont2-devel
  24. BuildRequires: libxkbfile-devel, openssl-devel, libpciaccess-devel
  25. BuildRequires: mesa-libGL-devel, mesa-libEGL-devel
  26. BuildRequires: libXinerama-devel, ImageMagick
  27. BuildRequires: freetype2-devel, libXdmcp-devel, libxshmfence-devel
  28. BuildRequires: desktop-file-utils
  29. BuildRequires: libjpeg-turbo-devel, gnutls-devel, pam-devel
  30. BuildRequires: cmake
  31. # TigerVNC 1.4.x requires fltk 1.3.3 for keyboard handling support
  32. # See https://github.com/TigerVNC/tigervnc/issues/8, also bug #1208814
  33. BuildRequires: fltk-devel >= 1.3.3
  34. Requires(post): coreutils
  35. Requires(postun):coreutils
  36. Requires: hicolor-icon-theme
  37. Patch1: tigervnc-manpages.patch
  38. Patch2: tigervnc-getmaster.patch
  39. Patch3: tigervnc-shebang.patch
  40. Patch4: tigervnc-xstartup.patch
  41. Patch5: tigervnc-utilize-system-crypto-policies.patch
  42. Patch7: tigervnc-passwd-crash-with-malloc-checks.patch
  43. #Patch100: tigervnc-xserver120.patch
  44. %description
  45. Virtual Network Computing (VNC) is a remote display system which
  46. allows you to view a computing 'desktop' environment not only on the
  47. machine where it is running, but from anywhere on the Internet and
  48. from a wide variety of machine architectures.
  49. This package contains a client which will allow you to connect to
  50. other desktops running a VNC server.
  51. %package server
  52. Summary: A TigerVNC server
  53. Group: User Interface/X
  54. Provides: vnc = 4.1.3, vnc-libs = 4.1.3, vnc-server = 4.1.3
  55. Obsoletes: vnc < 4.1.3, vnc-libs < 4.1.3, vnc-server < 4.1.3
  56. Requires: perl
  57. Requires: xorg-x11-xauth, xorg-x11-xinit, xorg-x11-server-Xorg
  58. Requires: mesa-dri-drivers, xkeyboard-config, xorg-x11-xkb-utils
  59. Requires(post): chkconfig
  60. Requires(preun):chkconfig
  61. Requires(preun):initscripts
  62. Requires(postun):initscripts
  63. %description server
  64. The VNC system allows you to access the same desktop from a wide
  65. variety of platforms.
  66. This package includes the following components:
  67. - TigerVNC server: It allows others to access the desktop on your machine
  68. - set of utilities: It makes usage of TigerVNC server more user friendly
  69. - x0vncserver program: It can export your active X session
  70. %prep
  71. %setup -q
  72. cp -r /usr/share/xorg-x11-server-source/* unix/xserver || exit 1
  73. cp -a %{SOURCE1000} unix/xserver/hw/xfree86/ || exit 1
  74. pushd unix/xserver
  75. for all in `find . -type f -perm -001`; do
  76. chmod -x "$all"
  77. done
  78. #patch100 -p1 -b .xserver116-rebased
  79. patch -p1 < ../xserver119.patch
  80. popd
  81. # Synchronise manpages and --help output (bug #980870).
  82. %patch1 -p1 -b .manpages
  83. # libvnc.so: don't use unexported GetMaster function (bug #744881 again).
  84. %patch2 -p1 -b .getmaster
  85. # Don't use shebang in vncserver script.
  86. %patch3 -p1 -b .shebang
  87. # Clearer xstartup file (bug #923655).
  88. %patch4 -p1 -b .xstartup
  89. # Utilize system-wide crypto policies
  90. %patch5 -p1 -b .utilize-system-crypto-policies
  91. %patch7 -p1 -b .tigervnc-passwd-crash-with-malloc-checks
  92. %build
  93. #export CFLAGS="$RPM_OPT_FLAGS -fpic"
  94. #export CXXFLAGS="$CFLAGS"
  95. export CFLAGS="$RPM_OPT_FLAGS -fpic"
  96. export CXXFLAGS="$CFLAGS -std=c++11"
  97. %{cmake} .
  98. make %{?_smp_mflags}
  99. pushd unix/xserver
  100. autoreconf -fiv
  101. %configure \
  102. --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
  103. --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
  104. --with-pic --disable-static \
  105. --with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d,built-ins" \
  106. --with-fontdir=%{_datadir}/X11/fonts \
  107. --with-xkb-output=%{_localstatedir}/lib/xkb \
  108. --enable-install-libxf86config \
  109. --enable-glx --disable-dri --enable-dri2 --enable-dri3 \
  110. --disable-unit-tests \
  111. --disable-config-hal \
  112. --disable-config-udev \
  113. --with-dri-driver-path=%{_libdir}/dri \
  114. --without-dtrace \
  115. --disable-devel-docs \
  116. --disable-selective-werror \
  117. ;
  118. make %{?_smp_mflags}
  119. popd
  120. # Build icons
  121. pushd media
  122. make
  123. popd
  124. %install
  125. rm -rf $RPM_BUILD_ROOT
  126. make install DESTDIR=$RPM_BUILD_ROOT
  127. rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{README.txt,LICENCE.TXT}
  128. pushd unix/xserver/hw/vnc
  129. make install DESTDIR=$RPM_BUILD_ROOT
  130. popd
  131. # Install init stuff
  132. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
  133. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
  134. install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/vncserver
  135. install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vncservers
  136. # Install desktop stuff
  137. mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,24x24,48x48}/apps
  138. pushd media/icons
  139. for s in 16 24 48; do
  140. install -m644 tigervnc_$s.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x$s/apps/tigervnc.png
  141. done
  142. popd
  143. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
  144. desktop-file-install \
  145. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  146. %{SOURCE6}
  147. %find_lang %{name} %{name}.lang
  148. # remove unwanted files
  149. rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.la
  150. mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
  151. install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
  152. %clean
  153. rm -rf $RPM_BUILD_ROOT
  154. %post
  155. touch -c %{_datadir}/icons/hicolor
  156. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  157. %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
  158. fi
  159. %postun
  160. touch -c %{_datadir}/icons/hicolor
  161. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  162. %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
  163. fi
  164. %post server
  165. /sbin/chkconfig --add vncserver
  166. %triggerun -- vnc-server < 4.1.3
  167. /sbin/service vncserver stop &>/dev/null || :
  168. /sbin/chkconfig --del vncserver >/dev/null 2>&1 || :
  169. %files -f %{name}.lang
  170. %defattr(-,root,root,-)
  171. %license LICENCE.TXT
  172. %doc README.txt
  173. %{_bindir}/vncviewer
  174. %{_datadir}/applications/*
  175. %{_mandir}/man1/vncviewer.1*
  176. %{_datadir}/icons/hicolor/*/apps/*
  177. %files server
  178. %defattr(-,root,root,-)
  179. %config(noreplace) %{_sysconfdir}/sysconfig/vncservers
  180. %config(noreplace) %{_sysconfdir}/init.d/vncserver
  181. %{_bindir}/x0vncserver
  182. %{_bindir}/vncserver
  183. %{_bindir}/vncconfig
  184. %{_bindir}/vncpasswd
  185. %{_bindir}/Xvnc
  186. %{_mandir}/man1/vncserver.1*
  187. %{_mandir}/man1/x0vncserver.1*
  188. %{_mandir}/man1/Xvnc.1*
  189. %{_mandir}/man1/vncpasswd.1*
  190. %{_mandir}/man1/vncconfig.1*
  191. %{_libdir}/xorg/modules/extensions/libvnc.so
  192. %config %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
  193. %changelog
  194. * Mon Mar 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.1-1
  195. - new upstream release.
  196. - replaced all patches.
  197. - dropped java stuff.
  198. * Wed Apr 5 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.7.1-1
  199. - new upstream release
  200. - added BR: libxshmfence-devel
  201. * Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.6.0-1
  202. - new upstream release
  203. * Sun Mar 22 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4.3-1
  204. - new upstream release
  205. * Wed Mar 4 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4.1-2
  206. - rebuilt
  207. * Sun Jan 4 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4.1-1
  208. - initial build based on Fedora rawhide
  209. * Tue Sep 9 2014 Tim Waugh <twaugh@redhat.com> - 1.3.1-11
  210. - Added missing part of xserver114.patch (bug #1137023).
  211. * Wed Sep 3 2014 Tim Waugh <twaugh@redhat.com> - 1.3.1-10
  212. - Fix build against xorg-x11-server-1.16.0 (bug #1136532).
  213. * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-9
  214. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  215. * Tue Jul 15 2014 Tim Waugh <twaugh@redhat.com> - 1.3.1-8
  216. - Input reset fixes from upstream (bug #1116956).
  217. - No longer need ppc64le patch as it's now in xorg-x11-server.
  218. - Rebased xserver114.patch again.
  219. * Fri Jun 20 2014 Hans de Goede <hdegoede@redhat.com> - 1.3.1-7
  220. - xserver 1.15.99.903 ABI rebuild
  221. * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-6
  222. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  223. * Thu May 22 2014 Tim Waugh <twaugh@redhat.com> 1.3.1-5
  224. - Keep pointer in sync when using module (upstream bug #152).
  225. * Mon Apr 28 2014 Adam Jackson <ajax@redhat.com> 1.3.1-4
  226. - Add version interlocks for -server-module
  227. * Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 1.3.1-3
  228. - xserver 1.15.99-20140428 git snapshot ABI rebuild
  229. * Mon Apr 7 2014 Tim Waugh <twaugh@redhat.com> 1.3.1-2
  230. - Allow build with dri3 and present extensions (bug #1063392).
  231. * Thu Mar 27 2014 Tim Waugh <twaugh@redhat.com> 1.3.1-1
  232. - 1.3.1 (bug #1078806).
  233. - Add ppc64le support (bug #1078495).
  234. * Wed Mar 19 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-15
  235. - Disable dri3 to enable building (bug #1063392).
  236. - Fixed heap-based buffer overflow (CVE-2014-0011, bug #1050928).
  237. * Fri Feb 21 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-14
  238. - Enabled hardened build (bug #955206).
  239. * Mon Feb 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-13
  240. - Clearer xstartup file (bug #923655).
  241. * Tue Jan 14 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-12
  242. - Fixed instructions in systemd unit file.
  243. * Fri Jan 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-11
  244. - Fixed viewer crash when cursor has not been set (bug #1038701).
  245. * Thu Dec 12 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-10
  246. - Avoid invalid read when ZRLE connection closed (upstream bug #133).
  247. * Tue Dec 3 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-9
  248. - Fixed build failure with -Werror=format-security (bug #1037358).
  249. * Thu Nov 07 2013 Adam Jackson <ajax@redhat.com> 1.3.0-8
  250. - Rebuild against xserver 1.15RC1
  251. * Tue Sep 24 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-7
  252. - Removed incorrect patch (for unexpected key_is_down). Fixes stuck
  253. keys bug (bug #989502).
  254. * Thu Sep 19 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-6
  255. - Fixed typo in 10-libvnc.conf (bug #1009111).
  256. * Wed Sep 18 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-5
  257. - Better fix for PIDFile problem (bug #983232).
  258. * Mon Aug 5 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-4
  259. - Fixed doc-related build failure (bug #992790).
  260. * Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-3
  261. - Avoid PIDFile problems in systemd unit file (bug #983232).
  262. - libvnc.so: don't use unexported key_is_down function.
  263. - Don't use shebang in vncserver script.
  264. * Fri Jul 12 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-2
  265. - Renumbered patches.
  266. - libvnc.so: don't use unexported GetMaster function (bug #744881 again).
  267. * Mon Jul 8 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-1
  268. - 1.3.0.
  269. * Wed Jul 3 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.18.20130314svn5065
  270. - Removed systemd_requires macro in order to fix the build.
  271. * Wed Jul 3 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.17.20130314svn5065
  272. - Synchronise manpages and --help output (bug #980870).
  273. * Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.16.20130314svn5065
  274. - tigervnc-setcursor-crash.patch: Attempt to paper over a crash in Xvnc when
  275. setting the cursor.
  276. * Sat Jun 08 2013 Dennis Gilmore <dennis@ausil.us> 1.2.80-0.15.20130314svn5065
  277. - bump to rebuild and pick up bugfix causing X to crash on ppc and arm
  278. * Thu May 23 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.14.20130314svn5065
  279. - Use systemd rpm macros (bug #850340). Moved systemd requirements
  280. from main package to server sub-package.
  281. - Applied Debian patch to fix busy loop when run from inetd in nowait
  282. mode (bug #920373).
  283. - Added dependency on xorg-x11-xinit to server sub-package so that
  284. default window manager can be found (bug #896284, bug #923655).
  285. - Fixed bogus changelog date.
  286. * Thu Mar 14 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.13.20130314svn5065
  287. - Less RHEL customization
  288. * Thu Mar 14 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.12.20130314svn5065
  289. - include /etc/X11/xorg.conf.d/10-libvnc.conf sample configuration (#712482)
  290. - vncserver now honors specified -geometry parameter (#755947)
  291. * Tue Mar 12 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.11.20130307svn5060
  292. - update to r5060
  293. - split icons to separate package to avoid multilib issues
  294. * Tue Feb 19 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.10.20130219svn5047
  295. - update to r5047 (X.Org 1.14 support)
  296. * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.80-0.9.20121126svn5015
  297. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  298. * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.8.20121126svn5015
  299. - rebuild due to "jpeg8-ABI" feature drop
  300. * Wed Jan 16 2013 Adam Tkac <atkac redhat com> 1.2.80-0.7.20121126svn5015
  301. - rebuild
  302. * Tue Dec 04 2012 Adam Tkac <atkac redhat com> 1.2.80-0.6.20121126svn5015
  303. - rebuild against new fltk
  304. * Mon Nov 26 2012 Adam Tkac <atkac redhat com> 1.2.80-0.5.20121126svn5015
  305. - update to r5015
  306. - build with -fpic instead of -fPIC on all archs except s390/sparc
  307. * Wed Nov 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.80-0.4.20120905svn4996
  308. - Build with -fPIC to fix FTBFS on ARM
  309. * Wed Oct 31 2012 Adam Jackson <ajax@redhat.com> 1.2.80-0.3.20120905svn4996
  310. - tigervnc12-xorg113-glx.patch: Fix to only init glx on the first server
  311. generation
  312. * Fri Sep 28 2012 Adam Jackson <ajax@redhat.com> 1.2.80-0.2.20120905svn4996
  313. - tigervnc12-xorg113-glx.patch: Re-enable GLX against xserver 1.13
  314. * Fri Aug 17 2012 Adam Tkac <atkac redhat com> 1.2.80-0.1.20120905svn4996
  315. - update to 1.2.80
  316. - remove deprecated patches
  317. - tigervnc-102434.patch
  318. - tigervnc-viewer-reparent.patch
  319. - tigervnc11-java7.patch
  320. - patches merged
  321. - tigervnc11-xorg111.patch
  322. - tigervnc11-xorg112.patch
  323. * Fri Aug 10 2012 Dave Airlie <airlied@redhat.com> 1.1.0-10
  324. - fix build against newer X server
  325. * Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 1.1.0-9
  326. - Build with the Composite extension for feature parity with other X servers
  327. * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-8
  328. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  329. * Thu Jul 19 2012 Dave Airlie <airlied@redhat.com> 1.1.0-7
  330. - fix building against X.org 1.13
  331. * Wed Apr 04 2012 Adam Jackson <ajax@redhat.com> 1.1.0-6
  332. - RHEL exclusion for -server-module on ppc* too
  333. * Mon Mar 26 2012 Adam Tkac <atkac redhat com> - 1.1.0-5
  334. - clean Xvnc's /tmp environment in service file before startup
  335. - fix building against the latest JAVA 7 and X.Org 1.12
  336. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
  337. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  338. * Tue Nov 22 2011 Adam Tkac <atkac redhat com> - 1.1.0-3
  339. - don't build X.Org devel docs (#755782)
  340. - applet: BR generic java-devel instead of java-gcj-devel (#755783)
  341. - use runuser to start Xvnc in systemd service file (#754259)
  342. - don't attepmt to restart Xvnc session during update/erase (#753216)
  343. * Fri Nov 11 2011 Adam Tkac <atkac redhat com> - 1.1.0-2
  344. - libvnc.so: don't use unexported GetMaster function (#744881)
  345. - remove nasm buildreq
  346. * Mon Sep 12 2011 Adam Tkac <atkac redhat com> - 1.1.0-1
  347. - update to 1.1.0
  348. - update the xorg11 patch
  349. - patches merged
  350. - tigervnc11-glx.patch
  351. - tigervnc11-CVE-2011-1775.patch
  352. - 0001-Use-memmove-instead-of-memcpy-in-fbblt.c-when-memory.patch
  353. * Thu Jul 28 2011 Adam Tkac <atkac redhat com> - 1.0.90-6
  354. - add systemd service file and remove legacy SysV initscript (#717227)
  355. * Thu May 12 2011 Adam Tkac <atkac redhat com> - 1.0.90-5
  356. - make Xvnc buildable against X.Org 1.11
  357. * Tue May 10 2011 Adam Tkac <atkac redhat com> - 1.0.90-4
  358. - viewer can send password without proper validation of X.509 certs
  359. (CVE-2011-1775)
  360. * Wed Apr 13 2011 Adam Tkac <atkac redhat com> - 1.0.90-3
  361. - fix wrong usage of memcpy which caused screen artifacts (#652590)
  362. - don't point to inaccessible link in sysconfig/vncservers (#644975)
  363. * Fri Apr 08 2011 Adam Tkac <atkac redhat com> - 1.0.90-2
  364. - improve compatibility with vinagre client (#692048)
  365. * Tue Mar 22 2011 Adam Tkac <atkac redhat com> - 1.0.90-1
  366. - update to 1.0.90
  367. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-0.32.20110117svn4237
  368. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  369. * Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-0.31.20110117svn4237
  370. - fix libvnc.so module loading
  371. * Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-0.30.20110117svn4237
  372. - update to r4237
  373. - patches merged
  374. - tigervnc11-optionsdialog.patch
  375. - tigervnc11-rh607866.patch
  376. * Fri Jan 14 2011 Adam Tkac <atkac redhat com> 1.0.90-0.29.20101208svn4225
  377. - improve patch for keyboard issues
  378. * Fri Jan 14 2011 Adam Tkac <atkac redhat com> 1.0.90-0.28.20101208svn4225
  379. - attempt to fix various keyboard-related issues (key repeating etc)
  380. * Fri Jan 07 2011 Adam Tkac <atkac redhat com> 1.0.90-0.27.20101208svn4225
  381. - render "Ok" and "Cancel" buttons in the options dialog correctly
  382. * Wed Dec 15 2010 Jan Görig <jgorig redhat com> 1.0.90-0.26.20101208svn4225
  383. - added vncserver lock file (#662784)
  384. * Fri Dec 10 2010 Adam Tkac <atkac redhat com> 1.0.90-0.25.20101208svn4225
  385. - update to r4225
  386. - patches merged
  387. - tigervnc11-rh611677.patch
  388. - tigervnc11-rh633931.patch
  389. - tigervnc11-xorg1.10.patch
  390. - enable VeNCrypt and PAM support
  391. * Mon Dec 06 2010 Adam Tkac <atkac redhat com> 1.0.90-0.24.20100813svn4123
  392. - rebuild against xserver 1.10.X
  393. - 0001-Return-Success-from-generate_modkeymap-when-max_keys.patch merged
  394. * Wed Sep 29 2010 jkeating - 1.0.90-0.23.20100813svn4123
  395. - Rebuilt for gcc bug 634757
  396. * Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.22.20100420svn4030
  397. - drop xorg-x11-fonts-misc dependency (#636170)
  398. * Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.21.20100420svn4030
  399. - improve patch for #633645 (fix tcsh incompatibilities)
  400. * Thu Sep 16 2010 Adam Tkac <atkac redhat com> 1.0.90-0.20.20100813svn4123
  401. - press fake modifiers correctly (#633931)
  402. - supress unneeded debug information emitted from initscript (#633645)
  403. * Wed Aug 25 2010 Adam Tkac <atkac redhat com> 1.0.90-0.19.20100813svn4123
  404. - separate Xvnc, vncpasswd and vncconfig to -server-minimal subpkg (#626946)
  405. - move license to separate subpkg and Requires it from main subpkgs
  406. - Xvnc: handle situations when no modifiers exist well (#611677)
  407. * Fri Aug 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.18.20100813svn4123
  408. - update to r4123 (#617973)
  409. - add perl requires to -server subpkg (#619791)
  410. * Thu Jul 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.17.20100721svn4113
  411. - update to r4113
  412. - patches merged
  413. - tigervnc11-rh586406.patch
  414. - tigervnc11-libvnc.patch
  415. - tigervnc11-rh597172.patch
  416. - tigervnc11-rh600070.patch
  417. - tigervnc11-options.patch
  418. - don't own %%{_datadir}/icons directory (#614301)
  419. - minor improvements in the .desktop file (#616340)
  420. - bundled libjpeg configure requires nasm; is executed even if system-wide
  421. libjpeg is used
  422. * Fri Jul 02 2010 Adam Tkac <atkac redhat com> 1.0.90-0.16.20100420svn4030
  423. - build against system-wide libjpeg-turbo (#494458)
  424. - build no longer requires nasm
  425. * Mon Jun 28 2010 Adam Tkac <atkac redhat com> 1.0.90-0.15.20100420svn4030
  426. - vncserver: accept <+optname> option when specified as the first one
  427. * Thu Jun 24 2010 Adam Tkac <atkac redhat com> 1.0.90-0.14.20100420svn4030
  428. - fix memory leak in Xvnc input code (#597172)
  429. - don't crash when receive negative encoding (#600070)
  430. - explicitly disable udev configuration support
  431. - add gettext-autopoint to BR
  432. * Mon Jun 14 2010 Adam Tkac <atkac redhat com> 1.0.90-0.13.20100420svn4030
  433. - update URL about SSH tunneling in the sysconfig file (#601996)
  434. * Fri Jun 11 2010 Adam Tkac <atkac redhat com> 1.0.90-0.12.20100420svn4030
  435. - use newer gettext
  436. - autopoint now uses git instead of cvs, adjust BuildRequires appropriately
  437. * Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.11.20100420svn4030
  438. - link libvnc.so "now" to catch "undefined symbol" errors during Xorg startup
  439. - use always XkbConvertCase instead of XConvertCase (#580159, #586406)
  440. - don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use symbols
  441. from Xorg instead
  442. * Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.10.20100420svn4030
  443. - update to r4030 snapshot
  444. - patches merged to upstream
  445. - tigervnc11-rh522369.patch
  446. - tigervnc11-rh551262.patch
  447. - tigervnc11-r4002.patch
  448. - tigervnc11-r4014.patch
  449. * Thu Apr 08 2010 Adam Tkac <atkac redhat com> 1.0.90-0.9.20100219svn3993
  450. - add server-applet subpackage which contains Java vncviewer applet
  451. - fix Java applet; it didn't work when run from web browser
  452. - add xorg-x11-xkb-utils to server Requires
  453. * Fri Mar 12 2010 Adam Tkac <atkac redhat com> 1.0.90-0.8.20100219svn3993
  454. - add French translation to vncviewer.desktop (thanks to Alain Portal)
  455. * Thu Mar 04 2010 Adam Tkac <atkac redhat com> 1.0.90-0.7.20100219svn3993
  456. - don't crash during pixel format change (#522369, #551262)
  457. * Mon Mar 01 2010 Adam Tkac <atkac redhat com> 1.0.90-0.6.20100219svn3993
  458. - add mesa-dri-drivers and xkeyboard-config to -server Requires
  459. - update to r3993 1.0.90 snapshot
  460. - tigervnc11-noexecstack.patch merged
  461. - tigervnc11-xorg18.patch merged
  462. - xserver18.patch is no longer needed
  463. * Wed Jan 27 2010 Jan Gorig <jgorig redhat com> 1.0.90-0.5.20091221svn3929
  464. - initscript LSB compliance fixes (#523974)
  465. * Fri Jan 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.4.20091221svn3929
  466. - mark stack as non-executable in jpeg ASM code
  467. - add xorg-x11-xauth to Requires
  468. - add support for X.Org 1.8
  469. - drop shave sources, they are no longer needed
  470. * Thu Jan 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.3.20091221svn3929
  471. - drop tigervnc-xorg25909.patch, it has been merged to X.Org upstream
  472. * Thu Jan 07 2010 Adam Tkac <atkac redhat com> 1.0.90-0.2.20091221svn3929
  473. - add patch for upstream X.Org issue #25909
  474. - add libXdmcp-devel to build requires to build Xvnc with XDMCP support (#552322)
  475. * Mon Dec 21 2009 Adam Tkac <atkac redhat com> 1.0.90-0.1.20091221svn3929
  476. - update to 1.0.90 snapshot
  477. - patches merged
  478. - tigervnc10-compat.patch
  479. - tigervnc10-rh510185.patch
  480. - tigervnc10-rh524340.patch
  481. - tigervnc10-rh516274.patch
  482. * Mon Oct 26 2009 Adam Tkac <atkac redhat com> 1.0.0-3
  483. - create Xvnc keyboard mapping before first keypress (#516274)
  484. * Thu Oct 08 2009 Adam Tkac <atkac redhat com> 1.0.0-2
  485. - update underlying X source to 1.6.4-0.3.fc11
  486. - remove bogus '-nohttpd' parameter from /etc/sysconfig/vncservers (#525629)
  487. - initscript LSB compliance fixes (#523974)
  488. - improve -LowColorSwitch documentation and handling (#510185)
  489. - honor dotWhenNoCursor option (and it's changes) every time (#524340)
  490. * Fri Aug 28 2009 Adam Tkac <atkac redhat com> 1.0.0-1
  491. - update to 1.0.0
  492. - tigervnc10-rh495457.patch merged to upstream
  493. * Mon Aug 24 2009 Karsten Hopp <karsten@redhat.com> 0.0.91-0.17
  494. - fix ifnarch s390x for server-module
  495. * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.0.91-0.16
  496. - rebuilt with new openssl
  497. * Tue Aug 04 2009 Adam Tkac <atkac redhat com> 0.0.91-0.15
  498. - make Xvnc compilable
  499. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.91-0.14.1
  500. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  501. * Mon Jul 13 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13.1
  502. - don't write warning when initscript is called with condrestart param (#508367)
  503. * Tue Jun 23 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13
  504. - temporary use F11 Xserver base to make Xvnc compilable
  505. - BuildRequires: libXi-devel
  506. - don't ship tigervnc-server-module on s390/s390x
  507. * Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.0.91-0.12
  508. - fix local rendering of cursor (#495457)
  509. * Thu Jun 18 2009 Adam Tkac <atkac redhat com> 0.0.91-0.11
  510. - update to 0.0.91 (1.0.0 RC1)
  511. - patches merged
  512. - tigervnc10-rh499401.patch
  513. - tigervnc10-rh497592.patch
  514. - tigervnc10-rh501832.patch
  515. - after discusion in upstream drop tigervnc-bounds.patch
  516. - configure flags cleanup
  517. * Thu May 21 2009 Adam Tkac <atkac redhat com> 0.0.90-0.10
  518. - rebuild against 1.6.1.901 X server (#497835)
  519. - disable i18n, vncviewer is not UTF-8 compatible (#501832)
  520. * Mon May 18 2009 Adam Tkac <atkac redhat com> 0.0.90-0.9
  521. - fix vncpasswd crash on long passwords (#499401)
  522. - start session dbus daemon correctly (#497592)
  523. * Mon May 11 2009 Adam Tkac <atkac redhat com> 0.0.90-0.8.1
  524. - remove merged tigervnc-manminor.patch
  525. * Tue May 05 2009 Adam Tkac <atkac redhat com> 0.0.90-0.8
  526. - update to 0.0.90
  527. * Thu Apr 30 2009 Adam Tkac <atkac redhat com> 0.0.90-0.7.20090427svn3789
  528. - server package now requires xorg-x11-fonts-misc (#498184)
  529. * Mon Apr 27 2009 Adam Tkac <atkac redhat com> 0.0.90-0.6.20090427svn3789
  530. - update to r3789
  531. - tigervnc-rh494801.patch merged
  532. - tigervnc-newfbsize.patch is no longer needed
  533. - fix problems when vncviewer and Xvnc run on different endianess (#496653)
  534. - UltraVNC and TightVNC clients work fine again (#496786)
  535. * Wed Apr 08 2009 Adam Tkac <atkac redhat com> 0.0.90-0.5.20090403svn3751
  536. - workaround broken fontpath handling in vncserver script (#494801)
  537. * Fri Apr 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.4.20090403svn3751
  538. - update to r3751
  539. - patches merged
  540. - tigervnc-xclients.patch
  541. - tigervnc-clipboard.patch
  542. - tigervnc-rh212985.patch
  543. - basic RandR support in Xvnc (resize of the desktop)
  544. - use built-in libjpeg (SSE2/MMX accelerated encoding on x86 platform)
  545. - use Tight encoding by default
  546. - use TigerVNC icons
  547. * Tue Mar 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.3.20090303svn3631
  548. - update to r3631
  549. * Tue Mar 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.2.20090302svn3621
  550. - package review related fixes
  551. * Mon Mar 02 2009 Adam Tkac <atkac redhat com> 0.0.90-0.1.20090302svn3621
  552. - initial package, r3621