- assume maintainership, I don't speak Haskell .-P
- install some additional documentation
- USE_SSH => !WITHOUT_SSH, no extra warning
since this is default for OSVERSION >= 400016
- added a test target
- bumped PORTREVISION
Approved by: marcus (mentor)
PR: ports/48883
Submitted by: Morettoni Luca <luca@morettoni.net>
* Add patch for -current submitted by ume@
Quote from ume@'s mail:
It seems the daemon mode of rsync depends on an IPv4-mapped IPv6 address.
Since an IPv4-mapped IPv6 address is off by default on 5-CURRENT, rsync
doesn't listen on IPv4. Further, rsync has a bug that it always listen on
1st entry's address of the result of getaddrinfo() call. With this patch,
rsync listen on both an IPv4 and an IPv6.
* Make pkg-plist respect PORTDOCS.
Apologies!
Fix it: s/@{STRIP_CMD}/@${STRIP_CMD}/
Pointed out by: Mike Harding <mvh@ix.netcom.com>
Franz Klammer <klammer@webonaut.com>
Stacey Roberts <stacey@vickiandstacey.com>
Bill Trost <trost@grey.cloud.rain.com>
and lots more
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
rsync 2.5.0 was released with --enable-debug by default, but rsync team
turn this off for next release (may be 2.5.1) in their CVS repository.
# David, please back this out if you cannot accept this change.
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
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
- freeaddrinfo(NULL) was executed when reverse looking up of
the client was failed in server mode.
- -4/-6 options did not work in rsync client mode.
Reported by: matusita@jp.FreeBSD.org
Submitted by: yoshfuji@v6.linux.or.jp