summaryrefslogtreecommitdiff
path: root/www/apache22/patches/patch-support_envvars-std.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/patches/patch-support_envvars-std.in')
-rw-r--r--www/apache22/patches/patch-support_envvars-std.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/apache22/patches/patch-support_envvars-std.in b/www/apache22/patches/patch-support_envvars-std.in
deleted file mode 100644
index c667e60aa84..00000000000
--- a/www/apache22/patches/patch-support_envvars-std.in
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-support_envvars-std.in,v 1.1 2012/04/22 19:08:03 spz Exp $
-
-http://svn.apache.org/viewvc?view=revision&revision=1296428 :
-
-Fix insecure handling of LD_LIBRARY_PATH that could lead to the
-current working directory to be searched for DSOs
-
-CVE-2012-0883
-
---- support/envvars-std.in.orig 2006-07-12 03:38:44.000000000 +0000
-+++ support/envvars-std.in
-@@ -18,7 +18,11 @@
- #
- # This file is generated from envvars-std.in
- #
--@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
-+if test "x$@SHLIBPATH_VAR@" != "x" ; then
-+ @SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
-+else
-+ @SHLIBPATH_VAR@="@exp_libdir@"
-+fi
- export @SHLIBPATH_VAR@
- #
- @OS_SPECIFIC_VARS@