summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2024-07-20 10:57:44 +0530
committerArmin Kuster <akuster808@gmail.com>2024-08-03 11:51:25 -0400
commit408fc15c230df469fe9b56499c5a9fb36d06cfd6 (patch)
tree6038f50996e66b74b0b399289b0b3907e87ecc9f
parent80e01188fa822d87d301ee71973c462d7a865493 (diff)
downloadmeta-openembedded-408fc15c230df469fe9b56499c5a9fb36d06cfd6.tar.gz
apache2: Upgrade 2.4.60 -> 2.4.62
CVE's Fixed by upgrade: CVE-2024-39884 httpd: source code disclosure with handlers configured via AddType CVE-2024-40725 httpd: source code disclosure with handlers configured via AddType Other Changes between 2.4.60 -> 2.4.62 ====================================== https://github.com/apache/httpd/blob/2.4.62/CHANGES Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb
index a0dc3d8310..dc6a1530ba 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb
@@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \
27 " 27 "
28 28
29LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" 29LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
30SRC_URI[sha256sum] = "7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f" 30SRC_URI[sha256sum] = "674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec"
31 31
32S = "${WORKDIR}/httpd-${PV}" 32S = "${WORKDIR}/httpd-${PV}"
33 33