From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b37s56pw3z3364 for ; Thu, 22 May 2025 13:08:41 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b37s23lvTz2yTm for ; Thu, 22 May 2025 13:08:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b37s10583ztr; Thu, 22 May 2025 13:08:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747919317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=48QugOliWWdFkEtHn2LK7A2i/jf+kXVnH+U1zrKx8lk=; b=hr2sLmsiNwpii3db3nF6pY9r9YBLuxcvDX7kV7GntthHqQ68/ZpXdHnm0++eKeMYjc7bnO veD0izskq6SZ4fDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747919317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=48QugOliWWdFkEtHn2LK7A2i/jf+kXVnH+U1zrKx8lk=; b=wi4oWkGWDqdv/+gbolNKChG6cf9oqh1K7Wg8L4h+VzUpF9mA+q573ZZyoWlE+Es2BfaGSG us53Jt1ZafIh9WMmYdk/KZGtS6URMbfdK5hUrDIO3Yamk0EaPw5i7O7gzrUzqvq2Ee/9xW KDtKtgasFCFXDgHzxwMMeYS8FQUsegkJT8H8l/CKhCohqGR41EG/7xEnuRfwZQjVljPX2U 2YJQZVoIPiV4coiGyKkwRLAlotC94g5yxo1PnJYio/ZH+8gt2RigqVai3irSCoZiDMpgtm fFh1+LT2bLufe0lVQhwOccTRpgF7zAgKZbbTAu5skGmzGGJpFyT8aECUaWEnuA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] apr: Update to version 1.7.6 Date: Thu, 22 May 2025 15:08:29 +0200 Message-ID: <20250522130831.3292097-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 1.7.5 to 1.7.6 - Update of rootfile - Changelog 1.7.6 *) test/testsock.c (test_get_addr): Fix test to portably switch the socket to non-blocking mode using apr_socket_timeout_set(). Also make the test SKIP for the case where the connect() completes synchronously. [Ivan Zhakov] *) network_io/win32/sockets.c: (apr_socket_connect): Copy the remote address by value rather than by reference. This ensures that the sockaddr object returned by apr_socket_addr_get is allocated from the same pool as the socket object itself, as apr_socket_accept does; avoiding any potential lifetime mismatches. [Ivan Zhakov] *) CMake: Install include/apr_encode.h. [Ivan Zhakov] *) CMake: Fix installation PDB files with multi-config generators. [Ivan Zhakov] Signed-off-by: Adolf Belka --- config/rootfiles/common/apr | 2 +- lfs/apr | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/apr b/config/rootfiles/common/apr index 3de0b28e5..199d4bfc5 100644 --- a/config/rootfiles/common/apr +++ b/config/rootfiles/common/apr @@ -45,7 +45,7 @@ usr/bin/apr-1-config #usr/lib/libapr-1.la #usr/lib/libapr-1.so usr/lib/libapr-1.so.0 -usr/lib/libapr-1.so.0.7.5 +usr/lib/libapr-1.so.0.7.6 #usr/lib/pkgconfig/apr-1.pc #usr/share/apr-1 #usr/share/apr-1/build diff --git a/lfs/apr b/lfs/apr index 5df4e9925..41bff30f5 100644 --- a/lfs/apr +++ b/lfs/apr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,7 +25,7 @@ include Config -VER = 1.7.5 +VER = 1.7.6 THISAPP = apr-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1feacb24e213843c4d3312806abf698e332c45557b7cfd74c9c654d4f9d835dd3a8bf4f9a3bb8328483dcc244948ca118ed6fab9655e482ac6fb53cc7fd92908 +$(DL_FILE)_BLAKE2 = 6762df4f062392a352603ac6a17961a71c77e39682b40eedab721ee07e50793b5d1529abb58654513c750a5d219bd33aaa3dabfbd4a25223f3a13af7fc9726d0 install : $(TARGET) @@ -72,11 +72,11 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - - cd $(DIR_APP) && ./configure --prefix=/usr \ - --disable-static --with-installbuilddir=/usr/share/apr-1/build + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-static \ + --with-installbuilddir=/usr/share/apr-1/build cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.49.0