aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-06-19 23:13:34 +0800
committerJacques Vidrine <nectar@FreeBSD.org>2002-06-19 23:13:34 +0800
commit454758d7b3e9c5376529ec78922786d4cc6f6ae2 (patch)
tree8f02761108343b9163072179ca15de6de94b9b67 /www
parentece386a5a7652236239397be78d99451463d38f0 (diff)
downloadfreebsd-ports-454758d7b3e9c5376529ec78922786d4cc6f6ae2.tar.gz
freebsd-ports-454758d7b3e9c5376529ec78922786d4cc6f6ae2.tar.zst
freebsd-ports-454758d7b3e9c5376529ec78922786d4cc6f6ae2.zip
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')
-rw-r--r--www/apache13-modssl/Makefile7
-rw-r--r--www/apache13-modssl/distinfo4
-rw-r--r--www/apache13-modssl/files/patch-aa12
3 files changed, 8 insertions, 15 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index 8c28f4f5f4d4..d3b0d02b3105 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -41,17 +41,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
-FORBIDDEN= "Vulnerable to denial-of-service. See" \
- "http://httpd.apache.org/info/security_bulletin_20020617.txt"
-
USE_OPENSSL= YES
.include <bsd.port.pre.mk>
LIB_DEPENDS= mm.11:${PORTSDIR}/devel/mm
-VERSION_APACHE= 1.3.24
-VERSION_MODSSL= 2.8.8
+VERSION_APACHE= 1.3.26
+VERSION_MODSSL= 2.8.9
USE_PERL5= yes
HAS_CONFIGURE= yes
diff --git a/www/apache13-modssl/distinfo b/www/apache13-modssl/distinfo
index 16d2e9a8264a..d2f45633377d 100644
--- a/www/apache13-modssl/distinfo
+++ b/www/apache13-modssl/distinfo
@@ -1,2 +1,2 @@
-MD5 (apache_1.3.24.tar.gz) = ebea6588c3954731fcc318d29bc82409
-MD5 (mod_ssl-2.8.8-1.3.24.tar.gz) = a48e8b5878f221694983747e60973662
+MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6
+MD5 (mod_ssl-2.8.9-1.3.26.tar.gz) = aad438a4eaeeee29ae74483f7afe9db0
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