steven 4daf2ccd25 SECURITY update to 2.2.6
fixes various vulnerabilities:
CVE-2007-3847, CVE-2007-1863, CVE-2007-3304, CVE-2006-5752, CVE-2007-1862

more details can be found at:
http://www.apache.org/dist/httpd/CHANGES_2.2.6

ok merdely@
2007-09-19 05:47:36 +00:00

13 lines
351 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2007/09/19 05:47:36 steven Exp $
--- configure.orig Tue Sep 4 22:09:24 2007
+++ configure Tue Sep 18 17:00:40 2007
@@ -2583,7 +2583,7 @@ do
ap_last="${ap_cur}"
ap_cur=`eval "echo ${ap_cur}"`
done
-exp_sysconfdir="${ap_cur}"
+exp_sysconfdir=%%CONFDIR%%
APACHE_VAR_SUBST="$APACHE_VAR_SUBST exp_sysconfdir"