From patchwork Mon Jun 3 09:50:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7836 Return-Path: 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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Vt8B44GLhz3wxV for ; Mon, 3 Jun 2024 09:51:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vt8B13krcz1RH; Mon, 3 Jun 2024 09:51:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Vt8B12Pm1z336y; Mon, 3 Jun 2024 09:51:05 +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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Vt89z38w4z32wt for ; Mon, 3 Jun 2024 09:51:03 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Vt89y5Pw2zFV; Mon, 3 Jun 2024 09:51:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1717408262; 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=lWyI3vgXK7wa14hf3HyUWH7M4mnDbw7Ss+gkf5sQlqY=; b=oa3GniLk+XGBvK849vTx34ML+qZhqlq7cb+qHkK1RuUo1xyM5dYsEH9T4k5zQf4Nld6y1g mwhW6qrvoscd3cBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1717408262; 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=lWyI3vgXK7wa14hf3HyUWH7M4mnDbw7Ss+gkf5sQlqY=; b=RzTR6rAMu+HucdMR82yUwNyasloC9AXKW0/+Tbgz0j9GHfUUp+pL/Jlma7qxYsSnoLzq+T Wr723p8xbcvnyxfMZkRtfqATS7ZV6uctYdDkGUptAdXoXWlWOVCi3dVXmfFhh9t9iyd/t+ Z9WAIbuEP4ywW2D1nqwJ6nzbMCVUxslc/MSLvPAEQoCkTpqaAqW/9CVzN+5ds9l1B6D/3f +ngTf4HQ3MjpQBrlKOOPmwljosTiVVSLdjoxKViAHncuCVN57HGsqdHlsiQpdNbdhLB5qt j10+IZJChZTQk0J7FQl3NUNXGllBNqA/784UIcM6yNpnBLv5+vzhAElX46sV2g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] rsync: Update to version 3.3.0 Date: Mon, 3 Jun 2024 11:50:56 +0200 Message-ID: <20240603095056.2725-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 77F3LZKMMFXD72U25O4OS5LG22VTSWSZ X-Message-ID-Hash: 77F3LZKMMFXD72U25O4OS5LG22VTSWSZ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 3.2.7 to 3.3.0 - Update of rootfile not required - Changelog 3.3.0 ### BUG FIXES: - Fixed a bug with `--sparse --inplace` where a trailing gap in the source file would not clear out the trailing data in the destination file. - Fixed an buffer overflow in the checksum2 code if SHA1 is being used for the checksum2 algorithm. - Fixed an issue when rsync is compiled using `_FORTIFY_SOURCE` so that the extra tests don't complain about a strlcpy() limit value (which was too large, even though it wasn't possible for the larger value to cause an overflow). - Add a backtick to the list of characters that the filename quoting needs to escape using backslashes. - Fixed a string-comparison issue in the internal handling of `--progress` (a locale such as tr_TR.utf-8 needed the internal triggering of `--info` options to use upper-case flag names to ensure that they match). - Make sure that a local transfer marks the sender side as trusted. - Change the argv handling to work with a newer popt library -- one that likes to free more data than it used to. - Rsync now calls `OpenSSL_add_all_algorithms()` when compiled against an older openssl library. - Fixed a problem in the daemon auth for older protocols (29 and before) if the openssl library is being used to compute MD4 checksums. - Fixed `rsync -VV` on Cygwin -- it needed a flush of stdout. - Fixed an old stats bug that counted devices as symlinks. ### ENHANCEMENTS: - Enhanced rrsync with the `-no-overwrite` option that allows you to ensure that existing files on your restricted but writable directory can't be modified. - Enhanced the manpages to mark links with .UR & .UE. If your nroff doesn't support these idioms, touch the file `.md2man-force` in the source directory so that `md-convert` gets called with the `--force-link-text` option, and that should ensure that your manpages are still readable even with the ignored markup. - Some manpage improvements on the handling of [global] modules. - Changed the mapfrom & mapto perl scripts (in the support dir) into a single python script named idmap. Converted a couple more perl scripts into python. - Changed the mnt-excl perl script (in the support dir) into a python script. ### DEVELOPER RELATED: - Updated config.guess (timestamp 2023-01-01) and config.sub (timestamp 2023-01-21). Signed-off-by: Adolf Belka --- lfs/rsync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/rsync b/lfs/rsync index 7e5543704..fcbcd0ab9 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -26,7 +26,7 @@ include Config SUMMARY = Versatile tool for fast incremental file transfer -VER = 3.2.7 +VER = 3.3.0 THISAPP = rsync-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rsync -PAK_VER = 18 +PAK_VER = 19 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1b910b321e8d6b49af9f26bef813509f0da12dedd6857897de136d3617c68d38368ce05de13b9b0ef35a5452dca141ebdcdfb6af8456151d0ca0ad546452b504 +$(DL_FILE)_BLAKE2 = 75a3cc50452086aebd16f42d7a309c173cbc1ea156227afb10d2106d0b9043e973676995b8199d22840775ae3df8db97d1c0de5f3aa58afa130c5b1348c3f825 install : $(TARGET)