diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-06-19 15:13:34 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-06-19 15:13:34 +0000 |
commit | 454758d7b3e9c5376529ec78922786d4cc6f6ae2 (patch) | |
tree | 8f02761108343b9163072179ca15de6de94b9b67 /www/apache13-modssl/files/patch-aa | |
parent | - Use REINPLACE_CMD (diff) |
Update to apache 1.3.26 / mod_ssl 2.8.9.
Fixes chunking vulnerability, so now no longer FORBIDDEN.
Notes
Notes:
svn path=/head/; revision=61566
Diffstat (limited to 'www/apache13-modssl/files/patch-aa')
-rw-r--r-- | www/apache13-modssl/files/patch-aa | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/apache13-modssl/files/patch-aa b/www/apache13-modssl/files/patch-aa index b652c72a618e..78be57c08eed 100644 --- a/www/apache13-modssl/files/patch-aa +++ b/www/apache13-modssl/files/patch-aa @@ -1,23 +1,19 @@ ---- configure.orig Mon Oct 22 20:44:08 2001 -+++ configure Mon Oct 22 20:44:42 2001 -@@ -1263,8 +1263,8 @@ +--- configure.orig Tue May 21 16:24:59 2002 ++++ configure Wed Jun 19 05:27:31 2002 +@@ -1251,7 +1251,7 @@ echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_XFERLOG: ${logfiledir_relative}access_log" - echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_XFERLOG: ${logfiledir_relative}httpd-access.log" + echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1365,8 +1365,8 @@ +@@ -1349,7 +1349,7 @@ echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}access_log\"'" >>$src/apaci -echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}httpd-access.log\"'" >>$src/apaci +echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci |