> -----Original Message----- > From: [email protected] <openembedded- > [email protected]> On Behalf Of Yi Zhao > Sent: den 23 juli 2018 06:44 > To: [email protected] > Subject: [oe] [meta-webserver][PATCH] apache2: upgrade 2.4.33 -> 2.3.34
That should be 2.4.34, not 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 <[email protected]> > --- > .../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(-) > rename meta-webserver/recipes-httpd/apache2/{apache2-native_2.4.33.bb => > apache2-native_2.4.34.bb} (91%) > rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.33.bb => > apache2_2.4.34.bb} (98%) > > 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}" > > -- > 2.7.4 //Peter -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
