diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-07-16 08:39:54 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-07-16 08:39:54 +0000 |
commit | b795e726f3adb0bb6b89cdeb0ed06ec5a7a4fc36 (patch) | |
tree | 08971e6c7b639400dd71d62c4b88720412c345e7 /net-proxy/dante/files | |
parent | version bump (diff) | |
download | gentoo-2-b795e726f3adb0bb6b89cdeb0ed06ec5a7a4fc36.tar.gz gentoo-2-b795e726f3adb0bb6b89cdeb0ed06ec5a7a4fc36.tar.bz2 gentoo-2-b795e726f3adb0bb6b89cdeb0ed06ec5a7a4fc36.zip |
version bump (#99047)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-proxy/dante/files')
-rw-r--r-- | net-proxy/dante/files/dante-1.1.17-socksify.patch | 16 | ||||
-rw-r--r-- | net-proxy/dante/files/digest-dante-1.1.17 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/net-proxy/dante/files/dante-1.1.17-socksify.patch b/net-proxy/dante/files/dante-1.1.17-socksify.patch new file mode 100644 index 000000000000..632deb1f9b58 --- /dev/null +++ b/net-proxy/dante/files/dante-1.1.17-socksify.patch @@ -0,0 +1,16 @@ +--- dante-1.1.15-pre1/bin/socksify.in.agriffis 2004-11-04 16:07:04.000000000 -0500 ++++ dante-1.1.15-pre1/bin/socksify.in 2004-11-04 16:07:08.977460049 -0500 +@@ -60,7 +60,11 @@ + @PRELOAD_VARIABLE@="${LIBRARY}${SOCKSIFY_PRELOAD_LIBS:+${PRELOAD_SEPERATOR}}${SOCKSIFY_PRELOAD_LIBS}${PRELOAD_POSTFIX:+${PRELOAD_SEPERATOR}}${PRELOAD_POSTFIX}" + export @PRELOAD_VARIABLE@ + +-LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}${LIBDIR}" +-export LD_LIBRARY_PATH ++# There is no reason to set LD_LIBRARY_PATH, at least on Linux, where ++# LD_PRELOAD can contain a full path to the library. Setting the ++# following breaks socksify on Linux/Alpha at least with ++# binutils-2.14.90.0.7-r3 (08 Dec 2003 agriffis) ++#LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}${LIBDIR}" ++#export LD_LIBRARY_PATH + + exec "$@" diff --git a/net-proxy/dante/files/digest-dante-1.1.17 b/net-proxy/dante/files/digest-dante-1.1.17 new file mode 100644 index 000000000000..3f164a039ddb --- /dev/null +++ b/net-proxy/dante/files/digest-dante-1.1.17 @@ -0,0 +1 @@ +MD5 da9b9fcf8a5c9fb6e8e18a4c6a31cbbc dante-1.1.17.tar.gz 845155 |