summaryrefslogtreecommitdiff
path: root/www/apache22/patches
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/patches')
-rw-r--r--www/apache22/patches/patch-docs_man_apxs.8 (renamed from www/apache22/patches/patch-af)10
-rw-r--r--www/apache22/patches/patch-support_envvars-std.in24
2 files changed, 5 insertions, 29 deletions
diff --git a/www/apache22/patches/patch-af b/www/apache22/patches/patch-docs_man_apxs.8
index 278ba6db864..aec1171f5a1 100644
--- a/www/apache22/patches/patch-af
+++ b/www/apache22/patches/patch-docs_man_apxs.8
@@ -1,10 +1,10 @@
-$NetBSD: patch-af,v 1.6 2012/02/01 19:53:21 tron Exp $
+$NetBSD: patch-docs_man_apxs.8,v 1.1.2.2 2012/09/27 11:06:02 tron Exp $
-Fix markup glitch.
+Fix document for pkgsrc.
---- docs/man/apxs.1.orig 2012-01-10 23:32:02.000000000 +0000
-+++ docs/man/apxs.1 2012-02-01 19:18:34.000000000 +0000
-@@ -96,7 +96,11 @@
+--- docs/man/apxs.8.orig 2012-03-21 09:33:55.000000000 +0000
++++ docs/man/apxs.8
+@@ -96,7 +96,11 @@ This explicitly sets the module name for
.TP
-q
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@