tigervnc-vl.spec 27 KB

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