aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* - Allow build with custom CFLAGSpav2006-09-021-0/+4
|
* - Rid the tree of double slashes in URL pathssat2006-07-281-1/+1
|
* - Remove dead master sitepav2006-06-011-2/+1
|
* - Patch strip for everyone!pav2006-05-312-9/+7
| | | | Reported by: Tobias Roth <ports@fsck.ch>
* - Apply vendor patch to fix 'unexpected tag 3' errorspav2006-05-302-1/+99
| | | | | Requested by: Zoltan Frombach <zoltan@frombach.com> Obtained from: http://lists.samba.org/archive/rsync/2006-May/015607.html
* - Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSDpav2006-05-101-0/+2
| | | | | | is not complete enough Reported by: John Winger <JWWinger@marketvisionresearch.com>
* - Fix typopav2006-05-101-1/+1
| | | | Submitted by: Simun Mikecin <numisemis@yahoo.com>
* - Convert to OPTIONSpav2006-05-101-31/+28
| | | | | | | | | | - Add an option for ACL support patch, default on - Add an option for file flags support patch, default on - Drop support for < 400014 - Cleanup PR: ports/97050 (based on) Submitted by: Simun Mikecin <numisemis@yahoo.com>
* - Update to 2.6.8pav2006-04-253-25/+4
| | | | | PR: ports/96210 Submitted by: delphij
* - Fix logging of "connect from" messagepav2006-04-042-0/+21
| | | | Obtained from: http://lists.samba.org/archive/rsync/2006-March/015143.html
* - Update to 2.6.7pav2006-03-153-7/+5
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - Add some SHA256spav2005-11-241-0/+1
|
* - Update to 2.6.6pav2005-07-303-24/+3
|
* - Update to 2.6.5, make fetchable againpav2005-06-063-16/+4
| | | | | | | | | | - Reset eik's maintainership, he has been MIA for too long I will look after this port for now, seriously interested people should contact me PR: ports/81927 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Approved by: portmgr (krion)
* - Fix incompatibility with older version when used with --exclude optionpav2005-05-212-0/+12
| | | | | | | | | without --delete option PR: ports/81337 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Obtained from: author via http://lists.samba.org/archive/rsync/2005-April/012317.html
* - Update to 2.6.4pav2005-05-178-508/+5
| | | | | | | - Use new infrastructure for rc script - Remove pkg-message, it's 4 years since the change Approved by: marcus (portmgr hat)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Re-enable "!"s in .cvsignore fileseik2004-10-243-1/+44
| | | | - Fix an off-by-one error in the handling of --max-delete=N
* - updae to version 2.6.3eik2004-10-1210-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
* enable copying of fifos/socketseik2004-08-254-1/+60
| | | | | | Requested by: Eike Bernhardt <eike@unorganized.net> PR: 59814 Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org>
* mirror.ac.uk -> mirrorservice.orgvs2004-08-191-1/+1
| | | | | | PR: ports/69481 Submitted by: Tim Bishop, Dejan Lesjak Approved by: maintainers
* fix security hole in non-chroot rsync daemon.eik2004-08-126-28/+115
| | | | <http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html>
* fix --delete SEGVeik2004-05-032-0/+25
| | | | <http://lists.samba.org/archive/rsync/2004-May/009380.html>
* update to version 2.6.2:eik2004-05-014-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
* Fix sorting bug when --relative is usedeik2004-04-302-1/+25
| | | | <http://lists.samba.org/archive/rsync-announce/2004/000015.html>
* Fixed the use of an uninitialized variable in map_uid() and map_gid()eik2004-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)
* The rsync developent team has rerolled the tarball,eik2004-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.
* Update to version 2.6.1eik2004-04-283-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)
* SIZEifyeik2004-03-181-0/+1
| | | | Prompted by: trevor
* - update to version 2.6.0eik2004-01-202-4/+4
| | | | | | | Paged by: Johannes Angeldorff <johannes@smartnet.se> PR: ports/61542 Submitted by: Xin LI <delphij@frontfree.net> Approved by: marcus (mentor)
* Security update to rsync 2.5.7. This fixes a remotely-exploitablekris2003-12-042-3/+2
| | | | heap overflow, see http://rsync.samba.org/ for the details.
* - add rc.subr(8) start/stop scripteik2003-11-175-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)
* Reset maintainer to ports@ since rsync is not written in Haskell ;o)obraun2003-05-111-1/+1
|
* Bump PORTREVISION due to my last commit.obraun2003-03-041-0/+1
| | | | Requested by: knu
* * Add rsyncd.conf.sample and rsyncd.sh.sample.obraun2003-03-045-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.
* De-pkg-comment and make portlint a little bit happier.obraun2003-02-182-1/+1
|
* Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit.obraun2003-01-291-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
* Upgrade to 2.5.6.obraun2003-01-297-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>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-1/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT variable instead of pkg-comment file.obraun2002-11-062-1/+1
|
* * Add knob WITH_POPT_PORT to build rsync with devel/popt.obraun2002-08-311-2/+15
| | | | | | | * Use included popt by default. Reviewed by: alane Approved by: dwcjr (mentor)
* Change MAINTAINER to my FreeBSD address.obraun2002-08-211-1/+1
| | | | Approved by: dwcjr (mentor)
* Dont remove .bak filespat2002-06-201-2/+0
| | | | | PR: 39535 Submitted by: maintainer
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* Remove perl dependencypat2002-06-191-1/+0
| | | | | PR: 39488 Submitted by: maintainer
* fix REINPLACE_CMD last commitijliao2002-06-171-0/+2
| | | | | PR: 39365 Submitted by: maintainer
* Replace ${PERL} with ${REINPLACE_CMD}.ijliao2002-06-141-3/+3
| | | | | PR: 39243, 39244, 39245, 39249 Submitted by: maintainer
* Needs perl to build.obrien2002-05-171-0/+1
|
* Use popt in portsdwcjr2002-04-271-0/+4
| | | | | PR: 37348 Submitted by: maintainer
* Revoke previous changes to fix -z (compress) option in favor of a GCCanders2002-04-222-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
* Make port set -O2 in CFLAGS. Necessary for -z (compress) option to workanders2002-04-211-1/+6
| | | | | | | properly. PR: 36998 Submitted by: maintainer
* Remove #include <malloc.h>pat2002-04-041-0/+2
| | | | | PR: 36707 Submitted by: maintainer
* Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).roam2002-04-022-3/+3
| | | | | PR: 36649 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Upgrade to version 2.5.4.obrien2002-03-152-4/+4
|
* This vendor security fix, was part of 2.5.3 and later.obrien2002-03-151-27/+0
| | | | So we don't need it anymore.
* Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't needobrien2002-03-151-1276/+0
| | | | this patch to upgrade 1.1.2 to 1.1.3 anymore.
* Add vendor patch to correctly drop group privileges when changing uid.obrien2002-02-222-1/+28
|
* Update to 2.5.2obrien2002-01-263-318/+3
| | | | Contains SECURITY FIXES along with bug fixes and enhancements.
* Fix a signedness security vunerability discovered by Todd@openbsd.org whereobrien2002-01-242-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
* Update to 2.5.1.sobomax2002-01-212-3/+2
| | | | | | | PR: 33668 Submitted by: Sean Chittenden sobomax Approved by: maintainer timeout
* Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages.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.
* Upgrade to 2.5.0.obrien2001-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
* Spell rsync correctly.steve2001-12-031-1/+1
|
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingobrien2001-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
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingobrien2001-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
* Numerically note the rsync w/ssh as rsh problem was fixed.obrien2001-04-101-1/+1
|
* rsync sometimes freezes during execution if it is run over ssh.obrien2001-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
* Change the default remote protocol from RSH to SSH.obrien2001-03-086-0/+58
| | | | Submitted by: knu
* Put back my editor hints that were removed w/o permission.obrien2001-02-071-0/+1
| | | | Note these are *FULLY* Satoshi approved for the past 4 years.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+3
|
* Add a missing \obrien2001-01-101-1/+1
| | | | Submitted by: Rich Winkel <rich@math.missouri.edu>
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-081-3/+2
|
* Remove Y2k. Satoshi said it wasn't needed any more.obrien2000-12-221-2/+0
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Enable IPv6 supporting.sumikawa2000-09-142-1/+2
|
* Update to 2.4.6.obrien2000-09-092-4/+3
|
* use latest IPv6 patch.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
* Enable IPv6 patch.sumikawa2000-08-262-1/+2
|
* Uprade to version 2.4.5.obrien2000-08-262-3/+2
|
* Upgrade to version 2.4.4.obrien2000-08-092-3/+3
|
* Re-enable IPv6 supporting.sumikawa2000-07-192-1/+6
|
* Upgrade to 2.4.3.obrien2000-04-282-7/+2
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Re-add 'ipv6' on CATEGORIES. I've forgot it.sumikawa2000-02-171-1/+1
|
* Re-enable IPv6 support.sumikawa2000-02-172-10/+10
|
* If either USE_SSH or WITH_SSH is defined, compile in `ssh' rather than `rsh'.obrien2000-02-171-0/+3
|
* upgrade to 2.4.1 synce old distfile disapearse from master sitesache2000-02-172-14/+14
| | | | Temp. disable ipv6 support until ipv6 patch will reflect new version
* Style nits in the ports I maintain.obrien2000-02-131-5/+5
|
* fix building error on bento.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
* Use ${OSVERSION} instead of ${USE_INET6}.sumikawa2000-01-261-2/+5
| | | | Approved by: maintainer
* Add 'ipv6' on CATEGORIES.sumikawa2000-01-181-1/+1
|
* IPv6 is now supported by a 2.3.2 KAME patch.obrien2000-01-162-2/+2
| | | | Submitted by: sumikawa
* Update to version 2.3.2.obrien2000-01-143-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]
* Correct 'version required' in header.peter2000-01-101-1/+1
|
* Support IPv6.sumikawa2000-01-092-0/+11
| | | | Approved by: obrien(maintainer)
* Use perl's in-place editing rather than large patches.obrien1999-10-122-55/+2
|
* synchronisation != synchronizationobrien1999-09-032-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-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
* Upgrade to 2.3.1. Fixes security hole described atobrien1999-04-103-17/+17
| | | | | | | http://rsync.samba.org/cgi-bin/rsync?findid=1706. PR: ports/10987 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
* Add Y2K= linksscrappy1999-01-131-1/+3
|
* Fix PREFIX expansion in manpage.obrien1998-12-181-1/+6
|
* Null commit. Last commit was to upgrade to 2.2.1, not 2.0.1 as stated in the ↵billf1998-12-091-1/+1
| | | | | | message. Pointed Out: roberto
* Upgrade to 2.0.1billf1998-12-092-3/+3
| | | | Submitted by: Ron Rosson
* upgrade to 2.2.0.obrien1998-11-083-56/+66
|
* upgrade to 2.1.1obrien1998-10-092-3/+3
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-2/+0
|
* Upgrade to 2.1.0obrien1998-08-142-5/+3
|
* Can't fetch....asami1998-07-251-1/+3
|
* Upgrade to ver 2.0.18.obrien1998-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>
* Upgrade to version 1.7.4 (hope distfile hangs around for a few days...)obrien1998-04-242-5/+3
|
* Add trailing slash to one of the mastersites. Mark this broken, it isasami1998-04-211-2/+4
| | | | not available from any of them.
* upgrade to 1.7.1obrien1998-04-202-3/+3
|
* Upgrade to 1.6.8. Includes more sane deletion processing.obrien1998-01-033-7/+10
| | | | | Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd is installed in PREFIX/libexec, not PREFIX/bin.
* Change my email address to @FreeBSDobrien1997-10-101-2/+2
|
* Upgrade to 1.6.3.obrien1997-10-062-6/+6
|
* Also install the notes for the daemon mode extention.peter1997-09-282-1/+5
|
* Patches for using rsync as a client/server system without usingpeter1997-09-282-1/+7
| | | | | | rsh or ssh for transport. Obtained from: Warren Toomey <wkt@cs.adfa.oz.au>
* General Makefile cleanupobrien1996-12-011-3/+3
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* "mkdir -p" --> ${MKDIR}obrien1996-12-011-2/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-5/+3
|
* Upgrade, 1.5.1 -> 1.6.2.max1996-10-232-5/+6
| | | | | | (Closing PR #1862.) Submitted by: obrien@NUXI.cs.ucdavis.edu
* A network file distribution/synchronisation utility.asami1996-08-165-0/+48
Submitted by: David O'Brien (obrien@cs.ucdavis.edu)