From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] apr: Update to version 1.7.4 Date: Sun, 17 Sep 2023 16:29:32 +0200 Message-ID: <20230917142932.124826-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5375221621641289102==" List-Id: --===============5375221621641289102== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - IPFire3.x - Update from version 1.7.2 to 1.7.4 - Changelog 1.7.4 *) Fix a regression where writing to a file opened with both APR_FOPEN_APP= END and APR_FOPEN_BUFFERED did not properly append the data on Windows. (This regression was introduced in APR 1.7.3) [Evgeny Kotkov] 1.7.3 *) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510 [Ruediger Pluem] *) configure: Add --enable-sysv-shm to use SysV shared memory (shmget) if available. [Ruediger Pluem] *) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function pointer on Windows. [Ivan Zhakov] *) apr_dir_read: Do not request short file names on Windows 7 and later. [Ivan Zhakov] *) apr_file_gets: Optimize for buffered files on Windows. [Evgeny Kotkov] *) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND on Windows. PR 50058. [Evgeny Kotkov] *) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windo= ws. [Evgeny Kotkov] *) apr_file_write: Optimize large writes to buffered files on Windows. [Evgeny Kotkov] *) apr_file_read: Optimize large reads from buffered files on Windows. [Evgeny Kotkov] Signed-off-by: Adolf Belka --- apr/apr.nm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apr/apr.nm b/apr/apr.nm index a2709ac35..622356d37 100644 --- a/apr/apr.nm +++ b/apr/apr.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D apr -version =3D 1.7.2 +version =3D 1.7.4 release =3D 1 =20 groups =3D System/Libraries @@ -26,7 +26,8 @@ build end =20 configure_options +=3D \ - --with-devrandom=3D/dev/urandom + --disable-static \ + --with-installbuilddir=3D/usr/share/apr-1/build end =20 packages --=20 2.42.0 --===============5375221621641289102==--