aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* - Re-enable "!"s in .cvsignore filesOliver Eikemeier2004-10-243-1/+44
| | | | | | | - Fix an off-by-one error in the handling of --max-delete=N Notes: svn path=/head/; revision=120053
* - updae to version 2.6.3Oliver Eikemeier2004-10-1110-184/+448
| | | | | | | | | + http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS - copy FIFOs and sockets + https://bugzilla.samba.org/show_bug.cgi?id=1804 Notes: svn path=/head/; revision=118675
* enable copying of fifos/socketsOliver Eikemeier2004-08-244-1/+60
| | | | | | | | | Requested by: Eike Bernhardt <eike@unorganized.net> PR: 59814 Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=117204
* mirror.ac.uk -> mirrorservice.orgVolker Stolz2004-08-191-1/+1
| | | | | | | | | PR: ports/69481 Submitted by: Tim Bishop, Dejan Lesjak Approved by: maintainers Notes: svn path=/head/; revision=116679
* fix security hole in non-chroot rsync daemon.Oliver Eikemeier2004-08-126-28/+115
| | | | | | | <http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html> Notes: svn path=/head/; revision=116016
* fix --delete SEGVOliver Eikemeier2004-05-032-0/+25
| | | | | | | <http://lists.samba.org/archive/rsync/2004-May/009380.html> Notes: svn path=/head/; revision=108256
* update to version 2.6.2:Oliver Eikemeier2004-04-304-52/+3
| | | | | | | | | <http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS> Note that the --relative bug has been fix in 2.6.1_2 Notes: svn path=/head/; revision=108058
* Fix sorting bug when --relative is usedOliver Eikemeier2004-04-302-1/+25
| | | | | | | <http://lists.samba.org/archive/rsync-announce/2004/000015.html> Notes: svn path=/head/; revision=108012
* Fixed the use of an uninitialized variable in map_uid() and map_gid()Oliver Eikemeier2004-04-292-0/+29
| | | | | | | | | <http://lists.samba.org/archive/rsync/2004-April/009334.html> Added timelimit patches by default (--stop-at and --time-limit, see rsync -h) Notes: svn path=/head/; revision=107975
* The rsync developent team has rerolled the tarball,Oliver Eikemeier2004-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | removing an overlooked debugging statement: diff -Nur rsync-2.6.1.old/util.c rsync-2.6.1/util.c --- rsync-2.6.1.old/util.c Fri Apr 23 00:17:15 2004 +++ rsync-2.6.1/util.c Tue Apr 27 18:43:40 2004 @@ -805,7 +805,6 @@ rlen--; buf[rlen] = '\0'; } - fprintf(stderr, "p:`%s'\n", buf); return buf; } use `make distclean' if you still have the old tarball in your distfiles directory. Notes: svn path=/head/; revision=107816
* 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