diff options
author | Daniel Goller <morfic@gentoo.org> | 2006-02-14 00:34:18 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2006-02-14 00:34:18 +0000 |
commit | 358902ce735ba9776a62e6fe4711ebff9969682a (patch) | |
tree | 5cabc972ba570f20cf4bc214d737f4d5f7c46594 /net-misc/tightvnc/files | |
parent | force newer version of gstreamer #122664 by BRUNEL Maxime (diff) | |
download | historical-358902ce735ba9776a62e6fe4711ebff9969682a.tar.gz historical-358902ce735ba9776a62e6fe4711ebff9969682a.tar.bz2 historical-358902ce735ba9776a62e6fe4711ebff9969682a.zip |
Making gcc patch conditional + cleanup of old versions
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r-- | net-misc/tightvnc/files/digest-tightvnc-1.2.8 | 1 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff | 18 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.security.patch | 20 |
3 files changed, 0 insertions, 39 deletions
diff --git a/net-misc/tightvnc/files/digest-tightvnc-1.2.8 b/net-misc/tightvnc/files/digest-tightvnc-1.2.8 deleted file mode 100644 index 896013713fcb..000000000000 --- a/net-misc/tightvnc/files/digest-tightvnc-1.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 444e697449259308ef6d27078dfe451d tightvnc-1.2.8_unixsrc.tar.bz2 1733425 diff --git a/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff b/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff deleted file mode 100644 index 508fd2effb0e..000000000000 --- a/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- vncserver.orig 2002-12-20 01:56:58.000000000 +0100 -+++ vncserver 2002-12-20 01:58:05.000000000 +0100 -@@ -36,12 +36,12 @@ - $geometry = "1024x768"; - $depth = 24; - $desktopName = "X"; --$vncClasses = "/usr/local/vnc/classes"; -+$vncClasses = "/usr/share/tightvnc/classes"; - $vncUserDir = "$ENV{HOME}/.vnc"; --$fontPath = "unix/:7100"; -+# $fontPath = "unix/:7100"; - - # Here is another example of setting the font path: --# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; -+$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; - - # X colors database path is optional, uncomment and edit to use: - # $colorPath = "/usr/lib/X11/rgb"; diff --git a/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.security.patch b/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.security.patch deleted file mode 100644 index ab65aec892f9..000000000000 --- a/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.security.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- /tmp/vncserver 2003-02-21 17:29:45.000000000 +0000 -+++ vncserver 2003-02-21 17:30:10.000000000 +0000 -@@ -153,15 +153,8 @@ - $desktopLog = "$vncUserDir/$host:$displayNumber.log"; - unlink($desktopLog); - --# Make an X server cookie - use as the seed the sum of the current time, our --# PID and part of the encrypted form of the password. Ideally we'd use --# /dev/urandom, but that's only available on Linux. -- --srand(time+$$+unpack("L",`cat $vncUserDir/passwd`)); --$cookie = ""; --for (1..16) { -- $cookie .= sprintf("%02x", int(rand(256))); --} -+# Make an X server cookie - use mcookie -+$cookie = `/usr/bin/mcookie`; - - system("xauth -f $xauthorityFile add $host:$displayNumber . $cookie"); - system("xauth -f $xauthorityFile add $host/unix:$displayNumber . $cookie"); |