[oe-commits] Kang Kai : apache: upgrade to 2.4.9

git at git.openembedded.org git at git.openembedded.org
Thu May 1 16:59:11 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 320fce05bb3e0bfa0b8eb2fd274ecc1a24525502
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=320fce05bb3e0bfa0b8eb2fd274ecc1a24525502

Author: Kang Kai <kai.kang at windriver.com>
Date:   Tue Apr 22 23:12:31 2014 +0800

apache: upgrade to 2.4.9

Upgrade apache from 2.4.7 to 2.4.9.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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(-)

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}"
 



More information about the Openembedded-commits mailing list