diff options
author | Archana Polampalli <archana.polampalli@windriver.com> | 2025-09-03 15:30:11 +0530 |
---|---|---|
committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-06 16:27:59 +0200 |
commit | a2c4c10aed8439eddddc8241dc1c669a39e3ced8 (patch) | |
tree | 6dcb79e7bfb43c2458e365113349cff66f1b602e | |
parent | 10b6475cf2efa26f9caf98a3a6e4ebd54875a75e (diff) | |
download | meta-openembedded-a2c4c10aed8439eddddc8241dc1c669a39e3ced8.tar.gz |
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 <archana.polampalli@windriver.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.65.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb b/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 = " \ | |||
27 | " | 27 | " |
28 | 28 | ||
29 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" | 29 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" |
30 | SRC_URI[sha256sum] = "674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec" | 30 | SRC_URI[sha256sum] = "58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3" |
31 | 31 | ||
32 | S = "${WORKDIR}/httpd-${PV}" | 32 | S = "${WORKDIR}/httpd-${PV}" |
33 | 33 | ||