pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rsync rsync: update to 3.2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/449e93caa923
branches:  trunk
changeset: 385150:449e93caa923
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 13:52:40 2022 +0000

description:
rsync: update to 3.2.6.

### BUG FIXES:

- More path-cleaning improvements in the file-list validation code to avoid
  rejecting of valid args.

- A file-list validation fix for a [`--files-from`](rsync.1#opt) file that ends
  without a line-terminating character.

- Added a safety check that prevents the sender from removing destination files
  when a local copy using [`--remove-source-files`](rsync.1#opt) has some files
  that are shared between the sending & receiving hierarchies, including the
  case where the source dir & destination dir are identical.

- Fixed a bug in the internal MD4 checksum code that could cause the digest
  to be sporadically incorrect (the openssl version was/is fine).

- A minor tweak to rrsync added "copy-devices" to the list of known args, but
  left it disabled by default.

### ENHANCEMENTS:

- Rename `--protect-args` to [`--secluded-args`](rsync.1#opt) to make it
  clearer how it differs from the default backslash-escaped arg-protecting
  behavior of rsync.  The old option names are still accepted.  The
  environment-variable override did not change its name.

diffstat:

 net/rsync/Makefile |  4 ++--
 net/rsync/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 1add6959ed10 -r 449e93caa923 net/rsync/Makefile
--- a/net/rsync/Makefile        Sun Sep 11 13:49:48 2022 +0000
+++ b/net/rsync/Makefile        Sun Sep 11 13:52:40 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2022/08/22 11:11:49 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2022/09/11 13:52:40 wiz Exp $
 
-DISTNAME=      rsync-3.2.5
+DISTNAME=      rsync-3.2.6
 CATEGORIES=    net
 MASTER_SITES=  http://rsync.samba.org/ftp/rsync/
 MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/
diff -r 1add6959ed10 -r 449e93caa923 net/rsync/distinfo
--- a/net/rsync/distinfo        Sun Sep 11 13:49:48 2022 +0000
+++ b/net/rsync/distinfo        Sun Sep 11 13:52:40 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2022/08/22 11:11:49 wiz Exp $
+$NetBSD: distinfo,v 1.57 2022/09/11 13:52:40 wiz Exp $
 
-BLAKE2s (rsync-3.2.5.tar.gz) = f712d59eed2c74180634ecb1cb1700f06913e334e6e624c0d6f3b8611c814f75
-SHA512 (rsync-3.2.5.tar.gz) = 6d115acb5bae546cd2b5df2c11390f8609107b7a45aa649158d8daa0c9290ab5f15640fdd4000b21d1ab39f7385b85d77cd8fe4628fa13b2adeea6fcd53d057a
-Size (rsync-3.2.5.tar.gz) = 1129957 bytes
+BLAKE2s (rsync-3.2.6.tar.gz) = f944460bf07d8069d6011e4cbda44ba7649c0bfbe4484a901a79317ecac8df10
+SHA512 (rsync-3.2.6.tar.gz) = d141d04732c91e055708e8d1f14b976f9483208a93076bb66dc75cbf87d54f2dcbffc11423f0c9c005d2d4e20cb9c147a7672f7a9c0b987f4e2c39b4c3645cfe
+Size (rsync-3.2.6.tar.gz) = 1138593 bytes
 SHA1 (patch-Makefile.in) = 34c3cc57846e451a0adbd19fcb19ae682b7e1ae3



Home | Main Index | Thread Index | Old Index