aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment and make portlint a little bit happier.Oliver Braun2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75793
* Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit.Oliver Braun2003-01-281-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=74165
* Upgrade to 2.5.6.Oliver Braun2003-01-287-62/+16
| | | | | | | | | SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead. Tested on sparc64 by: Hiroki Sato <hrs@eos.ocn.ne.jp> Notes: svn path=/head/; revision=74149
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-1/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT variable instead of pkg-comment file.Oliver Braun2002-11-052-1/+1
| | | | Notes: svn path=/head/; revision=69551
* * Add knob WITH_POPT_PORT to build rsync with devel/popt.Oliver Braun2002-08-311-2/+15
| | | | | | | | | | * Use included popt by default. Reviewed by: alane Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=65357
* Change MAINTAINER to my FreeBSD address.Oliver Braun2002-08-211-1/+1
| | | | | | | Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=64751
* Dont remove .bak filesPatrick Li2002-06-191-2/+0
| | | | | | | | PR: 39535 Submitted by: maintainer Notes: svn path=/head/; revision=61581
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* Remove perl dependencyPatrick Li2002-06-181-1/+0
| | | | | | | | PR: 39488 Submitted by: maintainer Notes: svn path=/head/; revision=61530
* fix REINPLACE_CMD last commitYing-Chieh Liao2002-06-161-0/+2
| | | | | | | | PR: 39365 Submitted by: maintainer Notes: svn path=/head/; revision=61386
* Replace ${PERL} with ${REINPLACE_CMD}.Ying-Chieh Liao2002-06-141-3/+3
| | | | | | | | PR: 39243, 39244, 39245, 39249 Submitted by: maintainer Notes: svn path=/head/; revision=61249
* Needs perl to build.David E. O'Brien2002-05-161-0/+1
| | | | Notes: svn path=/head/; revision=59284
* Use popt in portsDavid W. Chapman Jr.2002-04-261-0/+4
| | | | | | | | PR: 37348 Submitted by: maintainer Notes: svn path=/head/; revision=58186
* Revoke previous changes to fix -z (compress) option in favor of a GCCAnders Nordby2002-04-212-5/+21
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=57962
* Make port set -O2 in CFLAGS. Necessary for -z (compress) option to workAnders Nordby2002-04-201-1/+6
| | | | | | | | | | properly. PR: 36998 Submitted by: maintainer Notes: svn path=/head/; revision=57941
* Remove #include <malloc.h>Patrick Li2002-04-031-0/+2
| | | | | | | | PR: 36707 Submitted by: maintainer Notes: svn path=/head/; revision=57285
* Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).Peter Pentchev2002-04-022-3/+3
| | | | | | | | PR: 36649 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=57193
* Upgrade to version 2.5.4.David E. O'Brien2002-03-152-4/+4
| | | | Notes: svn path=/head/; revision=56133
* This vendor security fix, was part of 2.5.3 and later.David E. O'Brien2002-03-151-27/+0
| | | | | | | So we don't need it anymore. Notes: svn path=/head/; revision=56132
* Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't needDavid E. O'Brien2002-03-151-1276/+0
| | | | | | | this patch to upgrade 1.1.2 to 1.1.3 anymore. Notes: svn path=/head/; revision=56131
* Add vendor patch to correctly drop group privileges when changing uid.David E. O'Brien2002-02-212-1/+28
| | | | Notes: svn path=/head/; revision=55050
* Update to 2.5.2David E. O'Brien2002-01-263-318/+3
| | | | | | | Contains SECURITY FIXES along with bug fixes and enhancements. Notes: svn path=/head/; revision=53741
* Fix a signedness security vunerability discovered by Todd@openbsd.org whereDavid E. O'Brien2002-01-232-0/+316
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=53661
* Update to 2.5.1.Maxim Sobolev2002-01-212-3/+2
| | | | | | | | | | PR: 33668 Submitted by: Sean Chittenden sobomax Approved by: maintainer timeout Notes: svn path=/head/; revision=53450
* Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages.Jun Kuriyama2001-12-251-3/+3
| | | | | | | | | | 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. Notes: svn path=/head/; revision=52136
* Upgrade to 2.5.0.David E. O'Brien2001-12-044-21/+4
| | | | | | | | | | 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 Notes: svn path=/head/; revision=50999
* Spell rsync correctly.Steve Price2001-12-021-1/+1
| | | | Notes: svn path=/head/; revision=50909
* 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