Hello community, here is the log from the commit of package tightvnc checked in at Thu Mar 1 21:35:34 CET 2007. -------- --- tightvnc/tightvnc.changes 2007-02-01 14:32:28.000000000 +0100 +++ /mounts/work_src_done/STABLE/tightvnc/tightvnc.changes 2007-03-01 18:13:11.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Mar 1 18:11:51 CET 2007 - max@suse.de + +- Fixed the session manager fix (sic!) in the vncserver script. +- Reverted xinetd fixes that got lost with the last checkin. + (#249810) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tightvnc.spec ++++++ --- /var/tmp/diff_new_pack.z20652/_old 2007-03-01 21:09:01.000000000 +0100 +++ /var/tmp/diff_new_pack.z20652/_new 2007-03-01 21:09:01.000000000 +0100 @@ -22,7 +22,7 @@ PreReq: sed Summary: A virtual X-Window System server Version: 1.3.8 -Release: 1 +Release: 5 Source0: %name-%version.tar.bz2 Source1: vnc_inetd_httpd Source2: vnc.xinetd @@ -110,7 +110,11 @@ %dir /etc/slp.reg.d/ %config(noreplace) /etc/slp.reg.d/* -%changelog -n tightvnc +%changelog +* Thu Mar 01 2007 - max@suse.de +- Fixed the session manager fix (sic!) in the vncserver script. +- Reverted xinetd fixes that got lost with the last checkin. + (#249810) * Thu Feb 01 2007 - max@suse.de - Added support for the NewFBSize protocol extension (#199702). - Prevent X clients inside an Xvnc session from getting killed by ++++++ vncserver.patch ++++++ --- /var/tmp/diff_new_pack.z20652/_old 2007-03-01 21:09:02.000000000 +0100 +++ /var/tmp/diff_new_pack.z20652/_new 2007-03-01 21:09:02.000000000 +0100 @@ -38,7 +38,7 @@ } $ENV{VNCDESKTOP}= $desktopName; -+delete @ENV{qw(SESSION_MANAGER)} ++delete @ENV{qw(SESSION_MANAGER)}; + system("$xstartup >> " . "edString($desktopLog) . " 2>&1 &"); ++++++ vnc.xinetd ++++++ --- tightvnc/vnc.xinetd 2006-08-19 11:32:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/tightvnc/vnc.xinetd 2007-03-01 17:58:18.000000000 +0100 @@ -10,7 +10,7 @@ wait = no user = nobody server = /usr/bin/Xvnc - server_args = :42 -inetd -once -query localhost -geometry 1024x768 -depth 16 + server_args = -SecurityTypes None -inetd -once -query localhost -geometry 1024x768 -depth 16 disable = yes } # default: off @@ -25,7 +25,7 @@ wait = no user = nobody server = /usr/bin/Xvnc - server_args = :42 -inetd -once -query localhost -geometry 1280x1024 -depth 16 + server_args = -SecurityTypes None -inetd -once -query localhost -geometry 1280x1024 -depth 16 disable = yes } # default: off @@ -40,7 +40,7 @@ wait = no user = nobody server = /usr/bin/Xvnc - server_args = :42 -inetd -once -query localhost -geometry 1600x1200 -depth 16 + server_args = -SecurityTypes None -inetd -once -query localhost -geometry 1600x1200 -depth 16 disable = yes } # default: off ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de