Summary: | net/rsync: Update to 3.2.6 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Herbert J. Skuhra <herbert> | ||||
Component: | Individual Port(s) | Assignee: | Rodrigo Osorio <rodrigo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | patch | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(rodrigo) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://download.samba.org/pub/rsync/NEWS#3.2.6 | ||||||
Attachments: |
|
Thanks. Triage: it is (or should be) customary to use 'Affects Only Me' in update situations such as this. 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(-) Committed, thanks for the heads-up. |
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).