Sun Sep 11 13:52:40 2022 UTC ()
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.


(wiz)
diff -r1.122 -r1.123 pkgsrc/net/rsync/Makefile
diff -r1.56 -r1.57 pkgsrc/net/rsync/distinfo

cvs diff -r1.122 -r1.123 pkgsrc/net/rsync/Makefile (expand / switch to unified diff)

--- pkgsrc/net/rsync/Makefile 2022/08/22 11:11:49 1.122
+++ pkgsrc/net/rsync/Makefile 2022/09/11 13:52:40 1.123
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.122 2022/08/22 11:11:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.123 2022/09/11 13:52:40 wiz Exp $
2 2
3DISTNAME= rsync-3.2.5 3DISTNAME= rsync-3.2.6
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://rsync.samba.org/ftp/rsync/ 5MASTER_SITES= http://rsync.samba.org/ftp/rsync/
6MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/ 6MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://rsync.samba.org/ 9HOMEPAGE= https://rsync.samba.org/
10COMMENT= Network file distribution/synchronisation utility 10COMMENT= Network file distribution/synchronisation utility
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_TOOLS+= bash:run 13USE_TOOLS+= bash:run
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf 15CONFIGURE_ARGS+= --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf
16CONFIGURE_ARGS+= --with-included-zlib=no 16CONFIGURE_ARGS+= --with-included-zlib=no

cvs diff -r1.56 -r1.57 pkgsrc/net/rsync/distinfo (expand / switch to unified diff)

--- pkgsrc/net/rsync/distinfo 2022/08/22 11:11:49 1.56
+++ pkgsrc/net/rsync/distinfo 2022/09/11 13:52:40 1.57
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.56 2022/08/22 11:11:49 wiz Exp $ 1$NetBSD: distinfo,v 1.57 2022/09/11 13:52:40 wiz Exp $
2 2
3BLAKE2s (rsync-3.2.5.tar.gz) = f712d59eed2c74180634ecb1cb1700f06913e334e6e624c0d6f3b8611c814f75 3BLAKE2s (rsync-3.2.6.tar.gz) = f944460bf07d8069d6011e4cbda44ba7649c0bfbe4484a901a79317ecac8df10
4SHA512 (rsync-3.2.5.tar.gz) = 6d115acb5bae546cd2b5df2c11390f8609107b7a45aa649158d8daa0c9290ab5f15640fdd4000b21d1ab39f7385b85d77cd8fe4628fa13b2adeea6fcd53d057a 4SHA512 (rsync-3.2.6.tar.gz) = d141d04732c91e055708e8d1f14b976f9483208a93076bb66dc75cbf87d54f2dcbffc11423f0c9c005d2d4e20cb9c147a7672f7a9c0b987f4e2c39b4c3645cfe
5Size (rsync-3.2.5.tar.gz) = 1129957 bytes 5Size (rsync-3.2.6.tar.gz) = 1138593 bytes
6SHA1 (patch-Makefile.in) = 34c3cc57846e451a0adbd19fcb19ae682b7e1ae3 6SHA1 (patch-Makefile.in) = 34c3cc57846e451a0adbd19fcb19ae682b7e1ae3