tigervnc-vl.spec 27 KB

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