summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-07-28 23:49:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-07-28 23:49:23 +0000
commit18e3766af450563639aa178d8a028c2c57b33a20 (patch)
tree61cc4ef7bc5746f0acb41ef6575e86a721dda891 /www
parent- Bump PORTREVISION. (diff)
Upgrade to 1.3.37
Notes
Notes: svn path=/head/; revision=169016
Diffstat (limited to 'www')
-rw-r--r--www/apache13/Makefile5
-rw-r--r--www/apache13/distinfo6
-rw-r--r--www/apache13/files/patch-CVE-2006-374711
3 files changed, 5 insertions, 17 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index 591825d6a927..79efe5981abe 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.36
-PORTREVISION= 1
+PORTVERSION= 1.3.37
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= apache_${PORTVERSION}
#PATCH_SITES= ${MASTER_SITE_APACHE_HTTPD}
-#PATCH_SITE_SUBDIR= patches/apply_to_1.3.36/
+#PATCH_SITE_SUBDIR= patches/apply_to_1.3.37/
#PATCHFILES=
#PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP}
diff --git a/www/apache13/distinfo b/www/apache13/distinfo
index 31ea7bb8bc07..ebd4f790d662 100644
--- a/www/apache13/distinfo
+++ b/www/apache13/distinfo
@@ -1,3 +1,3 @@
-MD5 (apache_1.3.36.tar.gz) = d6c0709fc1f20d6d93d30435fcfc4843
-SHA256 (apache_1.3.36.tar.gz) = 2178e3249e7cc08229036e2311baa6e2d964b51ec4c9de7f6942591577ba43c9
-SIZE (apache_1.3.36.tar.gz) = 2477854
+MD5 (apache_1.3.37.tar.gz) = b278f0969a9ccadeb781316e79e3520f
+SHA256 (apache_1.3.37.tar.gz) = 9f27889bfbf418b987a892160e52fd217d66391df2870f3ecac877ef565c4bfc
+SIZE (apache_1.3.37.tar.gz) = 2665370
diff --git a/www/apache13/files/patch-CVE-2006-3747 b/www/apache13/files/patch-CVE-2006-3747
deleted file mode 100644
index 215c7abced59..000000000000
--- a/www/apache13/files/patch-CVE-2006-3747
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/standard/mod_rewrite.c (revision 421288)
-+++ src/modules/standard/mod_rewrite.c (working copy)
-@@ -2736,7 +2736,7 @@
- int c = 0;
-
- token[0] = cp = ap_pstrdup(p, cp);
-- while (*cp && c < 5) {
-+ while (*cp && c < 4) {
- if (*cp == '?') {
- token[++c] = cp + 1;
- *cp = '\0';