pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rsync
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 11 13:52:40 UTC 2022
Modified Files:
pkgsrc/net/rsync: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/rsync/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/rsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/rsync/Makefile
diff -u pkgsrc/net/rsync/Makefile:1.122 pkgsrc/net/rsync/Makefile:1.123
--- pkgsrc/net/rsync/Makefile:1.122 Mon Aug 22 11:11:49 2022
+++ pkgsrc/net/rsync/Makefile Sun Sep 11 13:52:40 2022
@@ -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/
Index: pkgsrc/net/rsync/distinfo
diff -u pkgsrc/net/rsync/distinfo:1.56 pkgsrc/net/rsync/distinfo:1.57
--- pkgsrc/net/rsync/distinfo:1.56 Mon Aug 22 11:11:49 2022
+++ pkgsrc/net/rsync/distinfo Sun Sep 11 13:52:40 2022
@@ -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