Accepting request 127265 from home:msmeissn:branches:Apache
- remove the insecure LD_LIBRARY_PATH line. bnc#757710 OBS-URL: https://build.opensuse.org/request/show/127265 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=365
This commit is contained in:
parent
a0c3c6411d
commit
f52518a957
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 6 09:42:00 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
- remove the insecure LD_LIBRARY_PATH line. bnc#757710
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 22 20:14:22 UTC 2012 - dimstar@opensuse.org
|
Sun Apr 22 20:14:22 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff -uNr httpd-2.0.54.orig/support/envvars-std.in httpd-2.0.54/support/envvars-std.in
|
diff -uNr httpd-2.0.54.orig/support/envvars-std.in httpd-2.0.54/support/envvars-std.in
|
||||||
--- httpd-2.0.54.orig/support/envvars-std.in 2005-02-04 21:21:18.000000000 +0100
|
--- httpd-2.0.54.orig/support/envvars-std.in 2005-02-04 21:21:18.000000000 +0100
|
||||||
+++ httpd-2.0.54/support/envvars-std.in 2005-10-07 13:56:49.223546288 +0200
|
+++ httpd-2.0.54/support/envvars-std.in 2005-10-07 13:56:49.223546288 +0200
|
||||||
@@ -19,6 +19,7 @@
|
@@ -19,6 +19,6 @@
|
||||||
# This file is generated from envvars-std.in
|
# This file is generated from envvars-std.in
|
||||||
#
|
#
|
||||||
@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
|
-@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
|
||||||
+@SHLIBPATH_VAR@="@exp_libdir@${@SHLIBPATH_VAR@+:$@SHLIBPATH_VAR@}"
|
+@SHLIBPATH_VAR@="@exp_libdir@${@SHLIBPATH_VAR@+:$@SHLIBPATH_VAR@}"
|
||||||
export @SHLIBPATH_VAR@
|
export @SHLIBPATH_VAR@
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user