Re: git: 4b655e4ef790 - main - net/rsync: Update to 3.2.6
Date: Tue, 18 Oct 2022 07:57:15 UTC
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 <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(-) > > 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. -- Herbert