* [PATCH] apr: Update to version 1.7.4
@ 2023-09-17 14:29 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2023-09-17 14:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1912 bytes --]
- 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_APPEND
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 Windows.
[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 <adolf.belka(a)ipfire.org>
---
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 @@
###############################################################################
name = apr
-version = 1.7.2
+version = 1.7.4
release = 1
groups = System/Libraries
@@ -26,7 +26,8 @@ build
end
configure_options += \
- --with-devrandom=/dev/urandom
+ --disable-static \
+ --with-installbuilddir=/usr/share/apr-1/build
end
packages
--
2.42.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-17 14:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17 14:29 [PATCH] apr: Update to version 1.7.4 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox