From a2c4c10aed8439eddddc8241dc1c669a39e3ced8 Mon Sep 17 00:00:00 2001 From: Archana Polampalli Date: Wed, 3 Sep 2025 15:30:11 +0530 Subject: [PATCH] apache2: upgrade 2.4.62 -> 2.4.65 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, CVE-2025-54090 and other bugfixes. Changelog: https://www.apachelounge.com/Changelog-2.4.html Signed-off-by: Archana Polampalli Signed-off-by: Gyorgy Sarvari --- .../apache2/{apache2_2.4.62.bb => apache2_2.4.65.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.62.bb => apache2_2.4.65.bb} (99%) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.65.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.65.bb index 0e036e7e12..c05304f96a 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.65.bb @@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \ " LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" -SRC_URI[sha256sum] = "674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec" +SRC_URI[sha256sum] = "58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3" S = "${WORKDIR}/httpd-${PV}"