svn commit: r461735 - in branches/2018Q1/net/rsync: . files
Jochen Neumeister
joneum at FreeBSD.org
Tue Feb 13 19:30:02 UTC 2018
Author: joneum
Date: Tue Feb 13 19:30:01 2018
New Revision: 461735
URL: https://svnweb.freebsd.org/changeset/ports/461735
Log:
MFH: r461533
net/rsync: Update to 3.1.3
Changelog:
SECURITY FIXES:
- Fixed a buffer overrun in the protocol's handling of xattr names and
ensure that the received name is null terminated.
- Fix an issue with --protect-args where the user could specify the arg in
the protected-arg list and short-circuit some of the arg-sanitizing code.
BUG FIXES:
- Don't output about a new backup dir without appropriate info verbosity.
- Fixed some issues with the sort functions in support/rsyncstats script.
- Added a way to specify daemon config lists (e.g. users, groups, etc) that
contain spaces (see "auth users" in the latest rsyncd.conf manpage).
- If a backup fails (e.g. full disk) rsync exits with an error.
- Fixed a problem with a doubled --fuzzy option combined with --link-dest.
- Avoid invalid output in the summary if either the start or end time had
an error.
- We don't allow a popt alias to affect the --daemon or --server options.
- Fix daemon exclude code to disallow attribute changes in addition to
disallowing transfers.
- Don't force nanoseconds to match if a non-transferred, non-checksummed
file only passed the quick-check w/o comparing nanosecods.
ENHANCEMENTS:
- Added the ability for rsync to compare nanosecond times in its file-check
comparisons, and added support nanosecond times on Mac OS X.
- Added a short-option (-@) for --modify-window.
- Added the --checksum-choice=NAME[,NAME] option to choose the checksum
algorithms.
- Added hashing of xattr names (with using -X) to improve the handling of
files with large numbers of xattrs.
- Added a way to filter xattr names using include/exclude/filter rules (see
the --xattrs option in the manpage for details).
- Added "daemon chroot|uid|gid" to the daemon config (in addition to the
old chroot|uid|gid settings that affect the daemon's transfer process).
- Added "syslog tag" to the daemon configuration.
- Some manpage improvements.
DEVELOPER RELATED:
- Tweak the "make" output when yodl isn't around to create the man pages.
- Changed an obsolete autoconf compile macro.
- Support newer yodl versions when converting man pages.
remove needless patch
*While here switch to DISTVERSION
PR: 225761
Reported by: os at ist.ac.at
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14324
Approved by: ports-secteam (riggs)
Deleted:
branches/2018Q1/net/rsync/files/patch-CVE-2017-16548
branches/2018Q1/net/rsync/files/patch-CVE-2017-17433
branches/2018Q1/net/rsync/files/patch-CVE-2017-17434-1
branches/2018Q1/net/rsync/files/patch-CVE-2017-17434-2
Modified:
branches/2018Q1/net/rsync/Makefile
branches/2018Q1/net/rsync/distinfo
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/net/rsync/Makefile
==============================================================================
--- branches/2018Q1/net/rsync/Makefile Tue Feb 13 19:15:13 2018 (r461734)
+++ branches/2018Q1/net/rsync/Makefile Tue Feb 13 19:30:01 2018 (r461735)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rsync
-PORTVERSION= 3.1.2
-PORTREVISION= 8
+DISTVERSION= 3.1.3
CATEGORIES= net ipv6
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
https://rsync.samba.org/ftp/rsync/ \
Modified: branches/2018Q1/net/rsync/distinfo
==============================================================================
--- branches/2018Q1/net/rsync/distinfo Tue Feb 13 19:15:13 2018 (r461734)
+++ branches/2018Q1/net/rsync/distinfo Tue Feb 13 19:30:01 2018 (r461735)
@@ -1,4 +1,5 @@
-SHA256 (rsync-3.1.2.tar.gz) = ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
-SIZE (rsync-3.1.2.tar.gz) = 892724
-SHA256 (rsync-patches-3.1.2.tar.gz) = edeebe9f2532ae291ce43fb86c9d7aaf80ba4edfdad25dce6d42dc33286b2326
-SIZE (rsync-patches-3.1.2.tar.gz) = 174333
+TIMESTAMP = 1518368927
+SHA256 (rsync-3.1.3.tar.gz) = 55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
+SIZE (rsync-3.1.3.tar.gz) = 905908
+SHA256 (rsync-patches-3.1.3.tar.gz) = 0dc2848f20ca75c07a30c3237ccf8d61b61082ae7de94758a27dac350c99fb98
+SIZE (rsync-patches-3.1.3.tar.gz) = 174524
More information about the svn-ports-all
mailing list