From nobody Tue Oct 18 08:05:27 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Ms5yz3tW3z4gN2t; Tue, 18 Oct 2022 08:06:03 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from smtp.osorio.me (mvd.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id 4Ms5yz39Szz3nhk; Tue, 18 Oct 2022 08:06:03 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from [192.168.1.28] (lfbn-idf1-1-1947-157.w90-127.abo.wanadoo.fr [90.127.121.157]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id F02C518596A; Tue, 18 Oct 2022 08:05:55 +0000 (UTC) Message-ID: <7cd9c551-5a52-cb6d-8056-394703e2f0cd@FreeBSD.org> Date: Tue, 18 Oct 2022 10:05:27 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Reply-To: rodrigo@FreeBSD.org Subject: Re: git: 4b655e4ef790 - main - net/rsync: Update to 3.2.6 To: "Herbert J. Skuhra" Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202210180717.29I7HRGP084378@gitrepo.freebsd.org> Content-Language: en-US From: Rodrigo Osorio In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4Ms5yz39Szz3nhk X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Fixed, sorry for the mistake and thanks for the heads-up. On 10/18/22 09:57, Herbert J. Skuhra wrote: > Hi, > > On Tue, Oct 18, 2022 at 07:17:27AM +0000, Rodrigo Osorio wrote: >> The branch main has been updated by rodrigo: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=4b655e4ef790f556473c8ad8b560154e41b06cd3 >> >> commit 4b655e4ef790f556473c8ad8b560154e41b06cd3 >> Author: Rodrigo Osorio >> AuthorDate: 2022-10-18 06:45:20 +0000 >> Commit: Rodrigo Osorio >> CommitDate: 2022-10-18 07:07:13 +0000 >> >> net/rsync: Update to 3.2.6 >> >> Major changes: >> * fix file-list validator in --files-from for files that ends without a >> line-terminating character >> * safety check when using --remove-source-files in a local copy that prevents >> removing file shared between src and dest >> * fix internal MD4 checksum code who causes sporadic invalid sums >> * rrsync: added "copy-devices" to the list of known args, but left it disabled >> by default >> * rename --protect-args to --secluded-args, environment-variable override did >> not change its name >> * configure option --with-protected-args was renamed to --with-secluded-args >> This option makes --secluded-args the default rsync behavior >> >> Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md >> >> PR: 267153 >> Reported by: Herbert J. Skuhra >> --- >> net/rsync/Makefile | 2 +- >> net/rsync/distinfo | 14 +++++++++----- >> 2 files changed, 10 insertions(+), 6 deletions(-) >> >> diff --git a/net/rsync/Makefile b/net/rsync/Makefile >> index 99f58fb15b7a..6d9a68ccca1d 100644 >> --- a/net/rsync/Makefile >> +++ b/net/rsync/Makefile >> @@ -1,5 +1,5 @@ >> PORTNAME= rsync >> -DISTVERSION= 3.2.5 >> +DISTVERSION= 3.2.6 >> CATEGORIES= net >> MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \ >> http://rsync.mirror.garr.it/src/ \ >> diff --git a/net/rsync/distinfo b/net/rsync/distinfo >> index faaff002f023..c5e72d26f6b2 100644 >> --- a/net/rsync/distinfo >> +++ b/net/rsync/distinfo >> @@ -1,5 +1,9 @@ >> -TIMESTAMP = 1660557599 >> -SHA256 (rsync-3.2.5.tar.gz) = 2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba >> -SIZE (rsync-3.2.5.tar.gz) = 1129957 >> -SHA256 (rsync-patches-3.2.5.tar.gz) = e7b1fdf1fc0fca68fd254246c2dc04f6ac90241e665dcf9dfc21dccd8270b6bb >> -SIZE (rsync-patches-3.2.5.tar.gz) = 141521 >> +TIMESTAMP = 1666074411 >> +SHA256 (rsync-3.2.6.tar.gz) = fb3365bab27837d41feaf42e967c57bd3a47bc8f10765a3671efd6a3835454d3 >> +SIZE (rsync-3.2.6.tar.gz) = 1138593 >> +SHA256 (rsync-patches-3.2.6.tar.gz) = c3d13132b560f456fd8fc9fdf9f59377e91adf0dfc8117e33800d14b483d1a85 >> +SIZE (rsync-patches-3.2.6.tar.gz) = 148382 > This was not my patch. :-) Please remove the extra lines: > >> +SHA256 (rsync-patches-3.2.6.tar.gz) = c3d13132b560f456fd8fc9fdf9f59377e91adf0dfc8117e33800d14b483d1a85 >> +SIZE (rsync-patches-3.2.6.tar.gz) = 148382 >> +SHA256 (rsync-patches-3.2.6.tar.gz) = c3d13132b560f456fd8fc9fdf9f59377e91adf0dfc8117e33800d14b483d1a85 >> +SIZE (rsync-patches-3.2.6.tar.gz) = 148382 > Thanks. >