public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] apr: Update to version 1.7.4
Date: Sun, 17 Sep 2023 16:29:32 +0200	[thread overview]
Message-ID: <20230917142932.124826-1-adolf.belka@ipfire.org> (raw)

[-- 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


                 reply	other threads:[~2023-09-17 14:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230917142932.124826-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox