Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LhYNN4h2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=hbQhJ7qA Received: by mail.netbsd.org (Postfix, from userid 605) id 00B1284E6E; Mon, 8 Apr 2024 18:52:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712602323; bh=IVBW7cQz/Qvjh/5NYQ14XYHcJurT2RKUOfcHVXX0ano=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LhYNN4h2DCR3QdzL/ktSvd282//3eFKrjNWLz3444k/kOIkesIPEK/xyGKg2QhsyS iWIeUWAsJLv+A65Vk8KUFLgethWF0Ml/336ZbbT5XBRxWgU20rryuBVBSRiRFgogW2 gDS3hl1XpocLd0MoJWYuOBh4zrgDW+Fu2J4F2luY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6BBD84D58 for ; Mon, 8 Apr 2024 18:52:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ghe9ubP46MVm for ; Mon, 8 Apr 2024 18:52:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0D84F84D2F for ; Mon, 8 Apr 2024 18:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712602321; bh=IVBW7cQz/Qvjh/5NYQ14XYHcJurT2RKUOfcHVXX0ano=; h=Date:From:Subject:To:Reply-To; b=hbQhJ7qAaLkxgk3wUnueY5HdqfElktDoZLQaNKOnBqFm9xqIwLVV7IjE2KpQaDMbN uVSX2kfUvAK/6yeYv/+K4KkXVKHmOVDdlOOgSmhXu2ALHk+vx4r+RLsL1jxGTkaJQ4 rmIEtx34SEXfStg33hnjdJJfiRndclOWiOk637K8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 040C2FA2C; Mon, 8 Apr 2024 18:52:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712602320220370" MIME-Version: 1.0 Date: Mon, 8 Apr 2024 18:52:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/rsync To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240408185201.040C2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712602320220370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 8 18:52:00 UTC 2024 Modified Files: pkgsrc/net/rsync: Makefile distinfo options.mk Log Message: rsync: updated to 3.3.0 NEWS for rsync 3.3.0 (6 Apr 2024) Changes in this version: 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). To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/net/rsync/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/rsync/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/rsync/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712602320220370 Content-Disposition: inline Content-Length: 2229 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/rsync/Makefile diff -u pkgsrc/net/rsync/Makefile:1.126 pkgsrc/net/rsync/Makefile:1.127 --- pkgsrc/net/rsync/Makefile:1.126 Tue Oct 24 22:10:32 2023 +++ pkgsrc/net/rsync/Makefile Mon Apr 8 18:52:00 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.126 2023/10/24 22:10:32 wiz Exp $ +# $NetBSD: Makefile,v 1.127 2024/04/08 18:52:00 adam Exp $ -DISTNAME= rsync-3.2.7 -PKGREVISION= 2 +DISTNAME= rsync-3.3.0 CATEGORIES= net MASTER_SITES= http://rsync.samba.org/ftp/rsync/ MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/ Index: pkgsrc/net/rsync/distinfo diff -u pkgsrc/net/rsync/distinfo:1.58 pkgsrc/net/rsync/distinfo:1.59 --- pkgsrc/net/rsync/distinfo:1.58 Mon Oct 24 10:28:22 2022 +++ pkgsrc/net/rsync/distinfo Mon Apr 8 18:52:00 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.58 2022/10/24 10:28:22 adam Exp $ +$NetBSD: distinfo,v 1.59 2024/04/08 18:52:00 adam Exp $ -BLAKE2s (rsync-3.2.7.tar.gz) = 3f0c5407e9b854f3807b68c4e9935f72dac1dec65da75801d202f44d50fbe91b -SHA512 (rsync-3.2.7.tar.gz) = c2afba11a352fd88133f9e96e19d6df80eb864450c83eced13a7faa23df947bccf2ef093f2101df6ee30abff4cbbd39ac802e9aa5f726e42c9caff274fad8377 -Size (rsync-3.2.7.tar.gz) = 1149787 bytes +BLAKE2s (rsync-3.3.0.tar.gz) = 0b750564ba4fac3d52f0855633d8976902d040f335012bb99a72d7f95f7992e7 +SHA512 (rsync-3.3.0.tar.gz) = df5c53bc2f2b0e7e30f475903e5e4296dc2fbcf08e9ea6c3c61462d0e52b067c27e82deeb4be79102c86e9aa55a825182e126f22df44dabf5b7328acb2a01d10 +Size (rsync-3.3.0.tar.gz) = 1153969 bytes SHA1 (patch-Makefile.in) = 34c3cc57846e451a0adbd19fcb19ae682b7e1ae3 Index: pkgsrc/net/rsync/options.mk diff -u pkgsrc/net/rsync/options.mk:1.6 pkgsrc/net/rsync/options.mk:1.7 --- pkgsrc/net/rsync/options.mk:1.6 Fri Nov 10 10:01:37 2023 +++ pkgsrc/net/rsync/options.mk Mon Apr 8 18:52:00 2024 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2023/11/10 10:01:37 nia Exp $ +# $NetBSD: options.mk,v 1.7 2024/04/08 18:52:00 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rsync @@ -14,7 +14,7 @@ PKG_SUGGESTED_OPTIONS+= zstd .include "../../mk/bsd.options.mk" .if empty(PKG_OPTIONS:Macl) -CONFIGURE_ARGS+= --disable-acl-support +CONFIGURE_ARGS+= --disable-acl-support .endif .if !empty(PKG_OPTIONS:Mzstd) --_----------=_1712602320220370--