summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb
diff options
context:
space:
mode:
authorJagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>2018-08-23 16:51:22 +0530
committerArmin Kuster <akuster808@gmail.com>2018-09-04 07:36:40 -0700
commit086be3c7ec949aa9d5059c0e00a34e42711d66af (patch)
tree205748843d0e5ac677a6337bd11bb6bf152f65f5 /meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb
parent280157bc380ff98d24ac89674e332c48802574b1 (diff)
downloadmeta-openembedded-086be3c7ec949aa9d5059c0e00a34e42711d66af.tar.gz
apache2: CVE-2018-1333
* fixes a race condition where aborting streams triggers an unnecessary timeout. Affects apache2 2.4.18 to 2.4.30 and apache2 2.4.33 Fixed in apache2 2.4.34 Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb
index 4e893dbba..dcd397670 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.27.bb
@@ -10,6 +10,7 @@ inherit autotools pkgconfig native
10 10
11SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \ 11SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \
12 file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ 12 file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
13 file://CVE-2018-1333.patch \
13 " 14 "
14 15
15S = "${WORKDIR}/httpd-${PV}" 16S = "${WORKDIR}/httpd-${PV}"