summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2006-02-14 00:34:18 +0000
committerDaniel Goller <morfic@gentoo.org>2006-02-14 00:34:18 +0000
commit70f3f313f663d079d89d3163e7e9731c8423d132 (patch)
tree23bb9505036c72381f35eef1ffa39c5547126672 /net-misc/tightvnc/files
parentforce newer version of gstreamer #122664 by BRUNEL Maxime (diff)
downloadgentoo-2-70f3f313f663d079d89d3163e7e9731c8423d132.tar.gz
gentoo-2-70f3f313f663d079d89d3163e7e9731c8423d132.tar.bz2
gentoo-2-70f3f313f663d079d89d3163e7e9731c8423d132.zip
Making gcc patch conditional + cleanup of old versions
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r--net-misc/tightvnc/files/digest-tightvnc-1.2.81
-rw-r--r--net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff18
-rw-r--r--net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.security.patch20
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");