summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiyin Zhang <liyin.zhang.cn@windriver.com>2026-05-13 17:04:43 +1200
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-21 08:57:44 +0530
commit9f64ff03f593165af924356556614db2bf0d0c57 (patch)
tree84b3bbab3d66cd7881709cc238018d8fec7bd515
parent92b579811512a187b39b6c8b866b7e9066a3b89c (diff)
downloadmeta-openembedded-9f64ff03f593165af924356556614db2bf0d0c57.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: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@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 0e96643fc3..1a091d7eff 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 = "${WORKDIR}/httpd-${PV}" 32S = "${WORKDIR}/httpd-${PV}"
33 33