aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.6.1Oliver Eikemeier2004-04-273-197/+14
| | | | | | | | | | | | | | | | <http://rsync.samba.org/ftp/rsync/rsync-2.6.1-NEWS>: SECURITY FIXES: - Paths sent to an rsync daemon are more thoroughly sanitized when chroot is not used. If you're running a non-read-only rsync daemon with chroot disabled, *please upgrade*, ESPECIALLY if the user privs you run rsync under is anything above "nobody". Approved by: marcus (portmgr) Notes: svn path=/head/; revision=107814
* SIZEifyOliver Eikemeier2004-03-181-0/+1
| | | | | | | Prompted by: trevor Notes: svn path=/head/; revision=104342
* - update to version 2.6.0Oliver Eikemeier2004-01-192-4/+4
| | | | | | | | | | Paged by: Johannes Angeldorff <johannes@smartnet.se> PR: ports/61542 Submitted by: Xin LI <delphij@frontfree.net> Approved by: marcus (mentor) Notes: svn path=/head/; revision=98606
* Security update to rsync 2.5.7. This fixes a remotely-exploitableKris Kennaway2003-12-042-3/+2
| | | | | | | heap overflow, see http://rsync.samba.org/ for the details. Notes: svn path=/head/; revision=95005
* - add rc.subr(8) start/stop scriptOliver Eikemeier2003-11-165-33/+77
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=94131
* Reset maintainer to ports@ since rsync is not written in Haskell ;o)Oliver Braun2003-05-111-1/+1
| | | | Notes: svn path=/head/; revision=80663
* Bump PORTREVISION due to my last commit.Oliver Braun2003-03-041-0/+1
| | | | | | | Requested by: knu Notes: svn path=/head/; revision=76834
* * Add rsyncd.conf.sample and rsyncd.sh.sample.Oliver Braun2003-03-035-4/+241
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=76813
* 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