From 4b0ff5d615565601d05c8070196fc08611e78f24 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 14 Jun 2023 11:28:32 +0200 Subject: [PATCH] apr: upgrade 1.7.3 -> 1.7.4 Changes for APR 1.7.4 *) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND and APR_FOPEN_BUFFERED did not properly append the data on Windows. (This regression was introduced in APR 1.7.3) [Evgeny Kotkov] (From OE-Core rev: b308bf9936a9897a9d8ec07b60d811ee223b500f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 3db1d7fc97415f1d2af3f694723222ad81de13af) Signed-off-by: Steve Sakoman --- meta/recipes-support/apr/{apr_1.7.3.bb => apr_1.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/apr/{apr_1.7.3.bb => apr_1.7.4.bb} (98%) diff --git a/meta/recipes-support/apr/apr_1.7.3.bb b/meta/recipes-support/apr/apr_1.7.4.bb similarity index 98% rename from meta/recipes-support/apr/apr_1.7.3.bb rename to meta/recipes-support/apr/apr_1.7.4.bb index 9a93fe0967..e571469341 100644 --- a/meta/recipes-support/apr/apr_1.7.3.bb +++ b/meta/recipes-support/apr/apr_1.7.4.bb @@ -24,7 +24,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ file://0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch \ " -SRC_URI[sha256sum] = "455e218c060c474f2c834816873f6ed69c0cf0e4cfee54282cc93e8e989ee59e" +SRC_URI[sha256sum] = "fc648de983f3a2a6c9e78dea1f180639bd2fad6c06d556d4367a701fe5c35577" inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script