Bug 267153 - net/rsync: Update to 3.2.6
Summary: net/rsync: Update to 3.2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rodrigo Osorio
URL: https://download.samba.org/pub/rsync/...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2022-10-17 16:14 UTC by Herbert J. Skuhra
Modified: 2022-10-18 07:21 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments
Patch to update rsync to 3.2.6 (1.09 KB, patch)
2022-10-17 16:14 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2022-10-17 16:14:40 UTC
Created attachment 237411 [details]
Patch to update rsync to 3.2.6

The attached patch updates net/rsync to 3.2.6 (released September 9th, 2022).
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 17:10:13 UTC
Thanks. 

Triage: it is (or should be) customary to use 'Affects Only Me' in update situations such as this.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-18 07:17:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b655e4ef790f556473c8ad8b560154e41b06cd3

commit 4b655e4ef790f556473c8ad8b560154e41b06cd3
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2022-10-18 06:45:20 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
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 <herbert@gojira.at>

 net/rsync/Makefile |  2 +-
 net/rsync/distinfo | 14 +++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)
Comment 3 Rodrigo Osorio freebsd_committer freebsd_triage 2022-10-18 07:21:22 UTC
Committed, thanks for the heads-up.