From nobody Thu Jan 16 07:02:50 2025 X-Original-To: dev-commits-ports-branches@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 4YYYjC6VcGz5lHs3; Thu, 16 Jan 2025 07:02:55 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from smtp.osorio.me (mvd.osorio.me [37.187.111.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4YYYjC31YKz3ZNx; Thu, 16 Jan 2025 07:02:55 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.1.39] (lfbn-idf1-1-971-net.w86-238.abo.wanadoo.fr [86.238.50.0]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 9B6A6C7EC1; Thu, 16 Jan 2025 07:03:03 +0000 (UTC) Message-ID: Date: Thu, 16 Jan 2025 08:02:50 +0100 List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-branches@freebsd.org Sender: owner-dev-commits-ports-branches@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 0076d20a9671 - 2025Q1 - net/rsync: update to 3.4.0 To: "Sergey A. Osokin" , Cy Schubert Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-branches@freebsd.org References: <202501150008.50F08gFm067796@gitrepo.freebsd.org> <20250115044157.4FB92114@slippy.cwsent.com> <20250115044542.02F9C2F@slippy.cwsent.com> <20250115052757.0111628C@slippy.cwsent.com> <20250115153146.221C01B6@slippy.cwsent.com> <20250115155051.5517D22F@slippy.cwsent.com> Content-Language: en-US From: Rodrigo Osorio In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4YYYjC31YKz3ZNx X-Spamd-Bar: ---- 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)[]; ASN(0.00)[asn:16276, ipnet:37.187.0.0/16, country:FR] On 15/01/25 17:30, Sergey A. Osokin wrote: > On Wed, Jan 15, 2025 at 04:16:52PM +0000, Sergey A. Osokin wrote: > > [skipped] > >> I do believe that instead of adding a patch, it's better to update >> the port with the following changes (not tested): >> >> +PATCH_SITES= https://github.com/RsyncProject/rsync/commit/ >> +PATCHFILES= efb85fd8db9e8f74eb3ab91ebf44f6ed35e3da5b.patch:-p1 >> >> and update distinfo by `make makesum' command accordingly. > The patch is attached. > Hi, Rsync 3.4.1 was released during the night (CET time) with the fix for the -H flag issue reported by cy@. I pushed a commit on latest branch so you can test from now if nothing else was broken. The fix for the quarter branch will follow in the upcoming hours. All the best -- Rodrigo