aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingDavid E. O'Brien2001-05-201-0/+1276
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=42795
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingDavid E. O'Brien2001-05-201-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=42794
* Numerically note the rsync w/ssh as rsh problem was fixed.David E. O'Brien2001-04-091-1/+1
| | | | Notes: svn path=/head/; revision=41141
* rsync sometimes freezes during execution if it is run over ssh.David E. O'Brien2001-04-082-4/+12
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=41068
* Change the default remote protocol from RSH to SSH.David E. O'Brien2001-03-086-0/+58
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=39247
* Put back my editor hints that were removed w/o permission.David E. O'Brien2001-02-071-0/+1
| | | | | | | Note these are *FULLY* Satoshi approved for the past 4 years. Notes: svn path=/head/; revision=38061
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+3
| | | | Notes: svn path=/head/; revision=37252
* Add a missing \David E. O'Brien2001-01-091-1/+1
| | | | | | | Submitted by: Rich Winkel <rich@math.missouri.edu> Notes: svn path=/head/; revision=37018
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-3/+2
| | | | Notes: svn path=/head/; revision=36897
* Remove Y2k. Satoshi said it wasn't needed any more.David E. O'Brien2000-12-211-2/+0
| | | | Notes: svn path=/head/; revision=36208
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35324
* Enable IPv6 supporting.Munechika SUMIKAWA2000-09-132-1/+2
| | | | Notes: svn path=/head/; revision=32587
* Update to 2.4.6.David E. O'Brien2000-09-082-4/+3
| | | | Notes: svn path=/head/; revision=32445
* use latest IPv6 patch.Munechika SUMIKAWA2000-09-012-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=32169
* Enable IPv6 patch.Munechika SUMIKAWA2000-08-262-1/+2
| | | | Notes: svn path=/head/; revision=31990
* Uprade to version 2.4.5.David E. O'Brien2000-08-252-3/+2
| | | | Notes: svn path=/head/; revision=31977
* Upgrade to version 2.4.4.David E. O'Brien2000-08-092-3/+3
| | | | Notes: svn path=/head/; revision=31441
* Re-enable IPv6 supporting.Munechika SUMIKAWA2000-07-192-1/+6
| | | | Notes: svn path=/head/; revision=30885
* Upgrade to 2.4.3.David E. O'Brien2000-04-272-7/+2
| | | | Notes: svn path=/head/; revision=28043
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Re-add 'ipv6' on CATEGORIES. I've forgot it.Munechika SUMIKAWA2000-02-171-1/+1
| | | | Notes: svn path=/head/; revision=25926
* Re-enable IPv6 support.Munechika SUMIKAWA2000-02-172-10/+10
| | | | Notes: svn path=/head/; revision=25925
* If either USE_SSH or WITH_SSH is defined, compile in `ssh' rather than `rsh'.David E. O'Brien2000-02-171-0/+3
| | | | Notes: svn path=/head/; revision=25918
* upgrade to 2.4.1 synce old distfile disapearse from master sitesAndrey A. Chernov2000-02-162-14/+14
| | | | | | | Temp. disable ipv6 support until ipv6 patch will reflect new version Notes: svn path=/head/; revision=25896
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-5/+5
| | | | Notes: svn path=/head/; revision=25734
* fix building error on bento.Munechika SUMIKAWA2000-01-272-2/+2
| | | | | | | | | | It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: obrien Notes: svn path=/head/; revision=25108
* Use ${OSVERSION} instead of ${USE_INET6}.Munechika SUMIKAWA2000-01-261-2/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=25092
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* IPv6 is now supported by a 2.3.2 KAME patch.David E. O'Brien2000-01-162-2/+2
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=24768
* Update to version 2.3.2.David E. O'Brien2000-01-133-3/+6
| | | | | | | | | | | | Also use our zlib rather than the one in the distfile. Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and has thus be turned off. :-( PR: 15880 Submitted by: Maxim Sobolev <sobomax@altavista.net> [zlib changes] Notes: svn path=/head/; revision=24703
* Correct 'version required' in header.Peter Wemm2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=24618
* Support IPv6.Munechika SUMIKAWA2000-01-082-0/+11
| | | | | | | Approved by: obrien(maintainer) Notes: svn path=/head/; revision=24574
* Use perl's in-place editing rather than large patches.David E. O'Brien1999-10-122-55/+2
| | | | Notes: svn path=/head/; revision=22365
* synchronisation != synchronizationDavid E. O'Brien1999-09-032-2/+2
| | | | Notes: svn path=/head/; revision=21206
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Upgrade to 2.3.1. Fixes security hole described atDavid E. O'Brien1999-04-093-17/+17
| | | | | | | | | | http://rsync.samba.org/cgi-bin/rsync?findid=1706. PR: ports/10987 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca> Notes: svn path=/head/; revision=17749
* Add Y2K= linksMarc G. Fournier1999-01-121-1/+3
| | | | Notes: svn path=/head/; revision=16020
* Fix PREFIX expansion in manpage.David E. O'Brien1998-12-181-1/+6
| | | | Notes: svn path=/head/; revision=15411
* Null commit. Last commit was to upgrade to 2.2.1, not 2.0.1 as stated in the ↵Bill Fumerola1998-12-091-1/+1
| | | | | | | | | message. Pointed Out: roberto Notes: svn path=/head/; revision=15212
* Upgrade to 2.0.1Bill Fumerola1998-12-082-3/+3
| | | | | | | Submitted by: Ron Rosson Notes: svn path=/head/; revision=15210
* upgrade to 2.2.0.David E. O'Brien1998-11-083-56/+66
| | | | Notes: svn path=/head/; revision=14404
* upgrade to 2.1.1David E. O'Brien1998-10-092-3/+3
| | | | Notes: svn path=/head/; revision=13782
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12624
* Upgrade to 2.1.0David E. O'Brien1998-08-142-5/+3
| | | | Notes: svn path=/head/; revision=12514
* Can't fetch....Satoshi Asami1998-07-251-1/+3
| | | | Notes: svn path=/head/; revision=12112
* Upgrade to ver 2.0.18.David E. O'Brien1998-07-064-13/+63
| | | | | | | | | | 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> Notes: svn path=/head/; revision=11758