diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-08-30 16:12:18 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-09-09 06:08:10 -0700 |
commit | 25376fc0c720a43b5d71162a5f6b8544797c81e0 (patch) | |
tree | fa88a7735241953a8e981e30796c3ded04202deb /meta/recipes-support | |
parent | 143639cb8eb556664768243e4d26ff748ec86e05 (diff) | |
download | poky-25376fc0c720a43b5d71162a5f6b8544797c81e0.tar.gz |
apr: upgrade 1.7.4 -> 1.7.5
Refreshed patch 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
Includes security fix
CVE-2023-49582
changelog:
https://downloads.apache.org/apr/CHANGES-APR-1.7
(From OE-Core rev: e650030ec8fe37b84e6ae37a2305453cc59fda31)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c5d9498466526451910fa02862f8860b2bb81df8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/apr/apr_1.7.5.bb (renamed from meta/recipes-support/apr/apr_1.7.4.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch b/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch index a78b16284f..3480deaa4d 100644 --- a/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch +++ b/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | |||
@@ -34,7 +34,7 @@ index 3663220..dce9789 100644 | |||
34 | -#ifdef HAVE_SYS_MMAN_H | 34 | -#ifdef HAVE_SYS_MMAN_H |
35 | -#include <sys/mman.h> | 35 | -#include <sys/mman.h> |
36 | -#endif | 36 | -#endif |
37 | - int main() | 37 | - int main(int argc, const char *argv[]) |
38 | - { | 38 | - { |
39 | - int fd; | 39 | - int fd; |
40 | - void *m; | 40 | - void *m; |
diff --git a/meta/recipes-support/apr/apr_1.7.4.bb b/meta/recipes-support/apr/apr_1.7.5.bb index 4df741c766..78796476e2 100644 --- a/meta/recipes-support/apr/apr_1.7.4.bb +++ b/meta/recipes-support/apr/apr_1.7.5.bb | |||
@@ -25,7 +25,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ | |||
25 | file://0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch \ | 25 | file://0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[sha256sum] = "fc648de983f3a2a6c9e78dea1f180639bd2fad6c06d556d4367a701fe5c35577" | 28 | SRC_URI[sha256sum] = "cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2" |
29 | 29 | ||
30 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script | 30 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script |
31 | 31 | ||