summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiyin Zhang <liyin.zhang.cn@windriver.com>2026-05-11 16:22:44 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:10:18 -0700
commitc6ba7ad15b7aa3f2276483ec79a4e3bbf73a5610 (patch)
treeef76c24cb37c2399795bc431197b72974d8640cc
parent26ecae46ece43d5ce32433c2405439539d62db68 (diff)
downloadmeta-openembedded-c6ba7ad15b7aa3f2276483ec79a4e3bbf73a5610.tar.gz
apache2: upgrade 2.4.66 -> 2.4.67
Security fixes: - CVE-2026-34059 - CVE-2026-34032 - CVE-2026-33857 - CVE-2026-33523 - CVE-2026-33007 - CVE-2026-33006 - CVE-2026-29169 - CVE-2026-29168 - CVE-2026-28780 - CVE-2026-24072 - CVE-2026-23918 See: https://archive.apache.org/dist/httpd/CHANGES_2.4.67 Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.67.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2_2.4.66.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.66.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.67.bb
index 630c6f3b1b..082f533c85 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.66.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.67.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] = "94d7ff2b42acbb828e870ba29e4cbad48e558a79c623ad3596e4116efcfea25a" 30SRC_URI[sha256sum] = "66cd206637b0d5c446fa7dabe75fe03525da8fb55855876c46288cd88b136aa4"
31 31
32S = "${UNPACKDIR}/httpd-${PV}" 32S = "${UNPACKDIR}/httpd-${PV}"
33 33