summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-01-09 10:04:21 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-01-09 10:04:21 +0000
commit7ad72f92950dee0b3a092f93cafa9ec137ed8bd1 (patch)
tree50937ebc7af76c7f769fd501b7bd59ef2efa87fe /app-emacs/tramp/files
parentMove the gnome-python-desktop dependency behind gnome USE flag, as it pulls i... (diff)
downloadgentoo-2-7ad72f92950dee0b3a092f93cafa9ec137ed8bd1.tar.gz
gentoo-2-7ad72f92950dee0b3a092f93cafa9ec137ed8bd1.tar.bz2
gentoo-2-7ad72f92950dee0b3a092f93cafa9ec137ed8bd1.zip
apply patch to prevent permissions of /dev/null to be changed, see bug #160551, reported and provided by Hans Halvorson <hhalvors@princeton.edu>; add some quotes around variables
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r--app-emacs/tramp/files/digest-tramp-2.1.7-r13
-rw-r--r--app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/tramp/files/digest-tramp-2.1.7-r1 b/app-emacs/tramp/files/digest-tramp-2.1.7-r1
new file mode 100644
index 000000000000..93f5293ef06a
--- /dev/null
+++ b/app-emacs/tramp/files/digest-tramp-2.1.7-r1
@@ -0,0 +1,3 @@
+MD5 afb9d8c2dec35966e8ee093ba17697ba tramp-2.1.7.tar.gz 287084
+RMD160 ec1812b24c2ba187c4e6e18cfe2267600b3c49c2 tramp-2.1.7.tar.gz 287084
+SHA256 11d4d5c4ac2169fde263ec7482d409133486997d8b5459d4307294584bce4b8b tramp-2.1.7.tar.gz 287084
diff --git a/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch b/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch
new file mode 100644
index 000000000000..d77ec3adfd6a
--- /dev/null
+++ b/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch
@@ -0,0 +1,11 @@
+--- tramp/configure.ac 2007-01-08 12:59:46.000000000 -0500
++++ tramp/configure.ac 2007-01-08 13:33:08.000000000 -0500
+@@ -97,7 +97,7 @@
+ AC_MSG_WARN([texi2dvi not found])
+ else
+ AC_MSG_CHECKING([for reasonable texi2dvi version])
+- ${TEXI2DVI} -b -q -c -o /dev/null texi/test.texi 2>/dev/null >/dev/null
++ ${TEXI2DVI} -b -q -c texi/test.texi 2>/dev/null >/dev/null
+ if test $? -eq 0; then
+ AC_MSG_RESULT([ok])
+ else