Bug 267921 - rsync update to 3.2.7
Summary: rsync update to 3.2.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-22 11:04 UTC by Daniel
Modified: 2022-12-11 15:21 UTC (History)
2 users (show)

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


Attachments
bump rsync to 3.2.7 (1.55 KB, patch)
2022-11-22 18:35 UTC, Dave Cottlehuber
dch: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2022-11-22 11:04:02 UTC
Please update rsync 3.2.6 to latest - 3.2.7, there is a bug we hit and affects our production environments.

https://bugzilla.redhat.com/show_bug.cgi?id=2123815

VERSION="13.1-RELEASE-p3

using latest, not quaterly.

 ~]# pkg info rsync
rsync-3.2.6
Name           : rsync
Version        : 3.2.6
Installed on   : Tue Nov 22 11:57:16 2022 EET
Origin         : net/rsync
Architecture   : FreeBSD:13:amd64
Prefix         : /usr/local
Categories     : net
Licenses       : GPLv3+
Maintainer     : rodrigo@FreeBSD.org
WWW            : https://rsync.samba.org/
Comment        : Network file distribution/synchronization utility
Options        :
Comment 1 Dave Cottlehuber freebsd_committer freebsd_triage 2022-11-22 18:35:38 UTC
Created attachment 238258 [details]
bump rsync to 3.2.7

needs to be backported to quarterly, per bug reports on IRC.
Comment 2 Daniel 2022-11-23 08:56:17 UTC
Applied the patch, and reinstalled rsync 3.2.7 - incompatibility errors are gone, seems to be fine.
Comment 3 Corey Hinshaw 2022-11-30 20:36:01 UTC
It would be great to see rsync updated to 3.2.7. This version includes a fix for  a bug that is present in both the 3.2.5 and 3.2.6 versions currently in quarterly/latest: https://github.com/WayneD/rsync/issues/375
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-12-11 15:20:28 UTC
A commit in branch main references this bug:

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

commit ea0265c789bb5a920d6d4af6b475083024ac8bcb
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2022-12-10 21:44:21 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2022-12-11 15:09:11 +0000

    net/rsync: Update to 3.2.7

    Major changes:
        * Fixed the client-side validating of the remote sender's filtering behavior.
        * More fixes for the "unrequested file-list name" name
        * When rsync gets an unpack error on an ACL, mention the filename.
        * Avoid over-setting sanitize_paths when a daemon is serving "/"

    Full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.7

    PR:             267921
    Reported by:    daniel <daniel@nav.ro>

 net/rsync/Makefile |  4 ++--
 net/rsync/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 5 Rodrigo Osorio freebsd_committer freebsd_triage 2022-12-11 15:21:38 UTC
Committed in master branch, thanks