apache: upgrade to 2.4.9
authorKang Kai <kai.kang@windriver.com>
Tue, 22 Apr 2014 15:12:31 +0000 (23:12 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:37:24 +0000 (08:37 -0800)
Upgrade apache from 2.4.7 to 2.4.9.

(From meta-openembedded rev: 396cb0c354a63f4eb25ddd1755c274206c234705)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb [moved from meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb with 89% similarity]
meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb [moved from meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb with 97% similarity]

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