diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2024-09-02 12:26:23 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-07 05:38:17 -0700 |
| commit | 62de516d0eaee9833f184e8ef7f3e62f0c24a84e (patch) | |
| tree | 3231006fec44505ad3c8dec20683b07a580457b5 /meta | |
| parent | 630e7d60005040a2fda74c659f977d8554a9247f (diff) | |
| download | poky-62de516d0eaee9833f184e8ef7f3e62f0c24a84e.tar.gz | |
apr: upgrade 1.7.2 -> 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: 4eb12d8683bd22b6503a64070b81b52f0d2f373a)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -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.2.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.2.bb b/meta/recipes-support/apr/apr_1.7.5.bb index c9059c9921..c58204063c 100644 --- a/meta/recipes-support/apr/apr_1.7.2.bb +++ b/meta/recipes-support/apr/apr_1.7.5.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ | |||
| 24 | file://0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch \ | 24 | file://0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | SRC_URI[sha256sum] = "75e77cc86776c030c0a5c408dfbd0bf2a0b75eed5351e52d5439fa1e5509a43e" | 27 | SRC_URI[sha256sum] = "cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2" |
| 28 | 28 | ||
| 29 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script | 29 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script |
| 30 | 30 | ||
