1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
David E. O'Brien
68776b3e4e Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hanging
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
2001-05-20 07:28:06 +00:00
David E. O'Brien
b66527ab46 rsync sometimes freezes during execution if it is run over ssh.
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
2001-04-08 15:48:29 +00:00
David E. O'Brien
31bb97e684 Change the default remote protocol from RSH to SSH.
Submitted by:	knu
2001-03-08 11:40:26 +00:00
David E. O'Brien
cbeaaa75eb Use perl's in-place editing rather than large patches. 1999-10-12 04:57:12 +00:00
David E. O'Brien
dd761bd963 Upgrade to 2.3.1. Fixes security hole described at
http://rsync.samba.org/cgi-bin/rsync?findid=1706.

PR:		ports/10987
Submitted by:	Cy Schubert <cschuber@uumail.gov.bc.ca>
1999-04-09 18:08:59 +00:00
David E. O'Brien
4e07acdc1a upgrade to 2.2.0. 1998-11-08 09:54:45 +00:00
David E. O'Brien
fdcacc4197 Upgrade to ver 2.0.18.
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>
1998-07-06 09:51:27 +00:00