[oe] [meta-webserver][PATCH] apache: upgrade to 2.4.9

Kai Kang kai.kang at windriver.com
Tue Apr 22 15:12:31 UTC 2014


Upgrade apache from 2.4.7 to 2.4.9.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 .../apache2/{apache2-native_2.4.7.bb => apache2-native_2.4.9.bb}      | 4 ++--
 .../recipes-httpd/apache2/{apache2_2.4.7.bb => apache2_2.4.9.bb}      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2-native_2.4.7.bb => apache2-native_2.4.9.bb} (89%)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.7.bb => apache2_2.4.9.bb} (97%)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb
similarity index 89%
rename from meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb
rename to meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb
index bd935eb..aaa7e60 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb
@@ -13,8 +13,8 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2"
 S = "${WORKDIR}/httpd-${PV}"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83"
-SRC_URI[md5sum] = "170d7fb6fe5f28b87d1878020a9ab94e"
-SRC_URI[sha256sum] = "64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b"
+SRC_URI[md5sum] = "2ef4e65353497606b24fa9bb3e5a3c40"
+SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603"
 
 do_configure () {
     ./configure --with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb
similarity index 97%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb
index 3c038a9..33e197a 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb
@@ -20,8 +20,8 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
            file://apache2-volatile.conf"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83"
-SRC_URI[md5sum] = "170d7fb6fe5f28b87d1878020a9ab94e"
-SRC_URI[sha256sum] = "64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b"
+SRC_URI[md5sum] = "2ef4e65353497606b24fa9bb3e5a3c40"
+SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603"
 
 S = "${WORKDIR}/httpd-${PV}"
 
-- 
1.8.4




More information about the Openembedded-devel mailing list