summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-05-22 03:59:19 +0400
committerGeorge Sherwood2011-06-02 16:26:30 -0500
commit70c85adde509b04b748af4c70bb792d0575a4b99 (patch)
tree87c30577414fa0fe9bfaa2dd100dfb4a32d07c13
parentd0a43e6ffda0aa45cd2042fbebb619b2b5e73a7e (diff)
apache22: => 2.2.19 (security)
(cherry picked from commit 4cfea41cff754bf5c83a72cf38b33c158c88d671)
-rwxr-xr-xhttp/apache22/DETAILS14
-rw-r--r--http/apache22/HISTORY4
2 files changed, 11 insertions, 7 deletions
diff --git a/http/apache22/DETAILS b/http/apache22/DETAILS
index 1fd6855dd8..ab402eb8a3 100755
--- a/http/apache22/DETAILS
+++ b/http/apache22/DETAILS
@@ -1,20 +1,20 @@
SPELL=apache22
- VERSION=2.2.18
- SECURITY_PATCH=11
+ VERSION=2.2.19
+ SECURITY_PATCH=12
SOURCE=httpd-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/httpd-$VERSION"
- SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
- SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
- SOURCE2_URL[0]=$APACHE_URL/httpd/$SOURCE2
- SOURCE2_URL[1]=http://www.apache.org/dist/httpd/$SOURCE2
+ SOURCE_URL[0]=http://www.apache.org/dist/httpd/$SOURCE
+ SOURCE_URL[1]=$APACHE_URL/httpd/$SOURCE
+ SOURCE2_URL[0]=http://www.apache.org/dist/httpd/$SOURCE2
+ SOURCE2_URL[1]=$APACHE_URL/httpd/$SOURCE2
SOURCE2_IGNORE=signature
LICENSE[0]=APACHE
WEB_SITE=http://www.apache.org/
KEYWORDS="http httpd webserver apache"
ENTERED=20020422
- SHORT="Apache 2 HTTP server"
+ SHORT="Apache 2.2 HTTP server"
cat << EOF
Apache 2.2 offers numerous enhancements, improvements and performance
boosts over the 1.3 and 2.0 codebase. The most visible and noteworthy addition
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index b6d0ddfe53..22a31160c9 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,7 @@
+2011-05-22 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.2.19; SECURITY_PATCH++ (CVE-2011-1928)
+ swapped source urls; modified short desc
+
2011-05-12 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.2.18; SECURITY_PATCH++ (CVE-2011-0419)