work-around for the zlib that comes with rsync. Obtained from -current.
(Yes, rsync insists on using a home-rolled zlib.)
PR: 36998
Approved by: maintainer
rsync was not sufficiently careful about reading integers from the network.
This is fixed in the rsync CVS repo by a patch from Sebastian Krahmer
<krahmer@suse.de>.
Submitted by: naddy
Approved by: steve
Obtained from: rsync CVS repo
bugs we are seeing quite often at ftp-master. We cannot just use the system
libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade
contains those hacks.
Submitted by: peter
rsync turns on blocking I/O mode if remote shell command is rsh
(ie. matched RSYNC_RSH) to work around some broken rsh implementations
on other platforms.
The submitter of the rsh->ssh patches overloaded RSYNC_RSH for ssh.
That turns out to be a Wrong Thing. This change implements the parallel
RSYNC_SSH.
PR: 26376
Submitted by: adrian
Note the "server" extension is now part of rsync. HOWEVER, it is very
different from the previous FreeBSD specific version we were patching in.
Submitted by: Hiroki HAMAOKA <hama@xaxon.co.jp>