[oe-commits] [meta-openembedded] 02/05: apache2: upgrade 2.4.33 -> 2.3.34

git at git.openembedded.org git at git.openembedded.org
Mon Jul 23 20:37:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c1375e0440911814a64f2e40a8fdf96629d97c0f
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Mon Jul 23 12:44:18 2018 +0800

    apache2: upgrade 2.4.33 -> 2.3.34
    
    Security fixes:
    
    CVE-2018-8011
    mod_md: DoS via Coredumps on specially crafted requests
    
    CVE-2018-1333
    mod_http2: DoS for HTTP/2 connections by specially crafted requests
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../apache2/{apache2-native_2.4.33.bb => apache2-native_2.4.34.bb}    | 4 ++--
 .../recipes-httpd/apache2/{apache2_2.4.33.bb => apache2_2.4.34.bb}    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.33.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.34.bb
similarity index 91%
rename from meta-webserver/recipes-httpd/apache2/apache2-native_2.4.33.bb
rename to meta-webserver/recipes-httpd/apache2/apache2-native_2.4.34.bb
index a471036..a3a6804 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.33.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.34.bb
@@ -15,8 +15,8 @@ SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \
 S = "${WORKDIR}/httpd-${PV}"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d52d0fd0bc788f068e647116c01ddfcd"
-SRC_URI[md5sum] = "6ef469d3f16fffeb688bc6e0346823e5"
-SRC_URI[sha256sum] = "de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05"
+SRC_URI[md5sum] = "818adca52f3be187fe45d6822755be95"
+SRC_URI[sha256sum] = "fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0"
 
 EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
                 --with-apr-util=${STAGING_BINDIR_CROSS}/apu-1-config \
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.33.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb
similarity index 98%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.33.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb
index 696378e..6642f2b 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.33.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb
@@ -23,8 +23,8 @@ SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \
           "
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d52d0fd0bc788f068e647116c01ddfcd"
-SRC_URI[md5sum] = "6ef469d3f16fffeb688bc6e0346823e5"
-SRC_URI[sha256sum] = "de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05"
+SRC_URI[md5sum] = "818adca52f3be187fe45d6822755be95"
+SRC_URI[sha256sum] = "fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0"
 
 S = "${WORKDIR}/httpd-${PV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list