From 7cfaa76200481c31ced48795968406f561f79a6e Mon Sep 17 00:00:00 2001 From: Archana Polampalli Date: Tue, 16 Jul 2024 09:37:42 +0000 Subject: [PATCH] apache2: Upgrade 2.4.60 -> 2.4.61 Security fixes: CVE-2024-39884 Apache HTTP Server: source code disclosure with handlers configured via AddType Changelog: https://github.com/apache/httpd/blob/2.4.61/CHANGES https://httpd.apache.org/security/vulnerabilities_24.html Signed-off-by: Archana Polampalli Signed-off-by: Khem Raj --- .../apache2/{apache2_2.4.60.bb => apache2_2.4.61.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.60.bb => apache2_2.4.61.bb} (99%) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.61.bb similarity index 99% rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.61.bb index ab19ff1dc3..ec8a1a6119 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.61.bb @@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \ " LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" -SRC_URI[sha256sum] = "7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f" +SRC_URI[sha256sum] = "ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6" S = "${WORKDIR}/httpd-${PV}"