Commit graph

14 commits

Author SHA1 Message Date
Anders Nordby
9812fe9540 Revoke previous changes to fix -z (compress) option in favor of a GCC
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
2002-04-21 22:01:17 +00:00
David E. O'Brien
13da324988 This vendor security fix, was part of 2.5.3 and later.
So we don't need it anymore.
2002-03-15 07:58:13 +00:00
David E. O'Brien
f18bffdf90 Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't need
this patch to upgrade 1.1.2 to 1.1.3 anymore.
2002-03-15 07:57:50 +00:00
David E. O'Brien
c8bdef2e13 Add vendor patch to correctly drop group privileges when changing uid. 2002-02-21 18:40:21 +00:00
David E. O'Brien
2f32ba326d Update to 2.5.2
Contains SECURITY FIXES along with bug fixes and enhancements.
2002-01-26 01:39:48 +00:00
David E. O'Brien
4bbf513623 Fix a signedness security vunerability discovered by Todd@openbsd.org where
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
2002-01-23 23:32:21 +00:00
David E. O'Brien
75ead950c0 Upgrade to 2.5.0.
The main change is the integration of the KAME IPv6 patch.
Also one minor nit was fixed about the rsyncd PID file.

Submitted by:	naddy
2001-12-04 01:13:37 +00:00
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