From c672757f81486136f053d11395dec8e25c38e2d7 Mon Sep 17 00:00:00 2001 From: Vijay Anusuri Date: Tue, 15 Jul 2025 15:33:37 +0530 Subject: [PATCH] apache2: Upgrade 2.4.62 -> 2.4.64 This upgrade incorporates the fixes for CVE-2025-53020, CVE-2025-49812, CVE-2025-49630, CVE-2025-23048, CVE-2024-47252, CVE-2024-43394, CVE-2024-43204, CVE-2024-42516 and other bugfixes. Changelog: https://downloads.apache.org/httpd/CHANGES_2.4.64 Signed-off-by: Vijay Anusuri Signed-off-by: Armin Kuster --- .../apache2/{apache2_2.4.62.bb => apache2_2.4.64.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.62.bb => apache2_2.4.64.bb} (99%) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.64.bb similarity index 99% rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.64.bb index 66a017a864..f587935b8f 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.64.bb @@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \ " LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" -SRC_URI[sha256sum] = "674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec" +SRC_URI[sha256sum] = "120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29" S = "${WORKDIR}/httpd-${PV}"