diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-09-15 13:00:28 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-09-15 13:00:28 +0800 |
commit | 1af9b85191e2fc8f5c8b61614a9f41d5b94a27ed (patch) | |
tree | fb129e6984f05402c1e3843e37dbeb20c89fffb7 | |
parent | 2af9bfe9ac8b64b84c2e8803b1dde47a6deb477e (diff) | |
download | freebsd-ports-gnome-1af9b85191e2fc8f5c8b61614a9f41d5b94a27ed.tar.gz freebsd-ports-gnome-1af9b85191e2fc8f5c8b61614a9f41d5b94a27ed.tar.zst freebsd-ports-gnome-1af9b85191e2fc8f5c8b61614a9f41d5b94a27ed.zip |
- update to version 2.2.21
Addresses:
* SECURITY: CVE-2011-3348 (cve.mitre.org)
mod_proxy_ajp when combined with mod_proxy_balancer: Prevents
unrecognized HTTP methods from marking ajp: balancer members
in an error state, avoiding denial of service.
* SECURITY: CVE-2011-3192 (cve.mitre.org)
core: Further fixes to the handling of byte-range requests to use
less memory, to avoid denial of service. This patch includes fixes
to the patch introduced in release 2.2.20 for protocol compliance,
as well as the MaxRanges directive.
PR: ports/160743
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
-rw-r--r-- | www/apache22/Makefile | 4 | ||||
-rw-r--r-- | www/apache22/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index ad5f229b7b75..379d94b3518b 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -8,8 +8,8 @@ # PORTNAME= apache -PORTVERSION= 2.2.20 -PORTREVISION= 1 +PORTVERSION= 2.2.21 +#PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} diff --git a/www/apache22/distinfo b/www/apache22/distinfo index 0957d9b37d69..8051dad22485 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,2 +1,2 @@ -SHA256 (apache22/httpd-2.2.20.tar.bz2) = 1ee914855249b09d9cd2e20e98a0ab02f15c270fe277d4a5c9b62975479fc81e -SIZE (apache22/httpd-2.2.20.tar.bz2) = 5174611 +SHA256 (apache22/httpd-2.2.21.tar.bz2) = 18d5591fe48cfbac44fc20316036ffe17456df60bc3a2aaad238d56c6445577f +SIZE (apache22/httpd-2.2.21.tar.bz2) = 5324905 |