summaryrefslogtreecommitdiffstats
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* - 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-091-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-243-25/+4
| | | | | PR: ports/96210 Submitted by: delphij
* - Fix logging of "connect from" messagepav2006-04-032-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-201-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-231-0/+1
|
* - Update to 2.6.6pav2005-07-293-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-168-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-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
* enable copying of fifos/socketseik2004-08-244-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-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
* 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-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)
* SIZEifyeik2004-03-181-0/+1
| | | | Prompted by: trevor
* - update to version 2.6.0eik2004-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)
* 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-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)
* 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-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.
* 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-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
* Upgrade to 2.5.6.obraun2003-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>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT variable instead of pkg-comment file.obraun2002-11-052-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-191-2/+0
| | | | | PR: 39535 Submitted by: maintainer
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* Remove perl dependencypat2002-06-181-1/+0
| | | | | PR: 39488 Submitted by: maintainer
* fix REINPLACE_CMD last commitijliao2002-06-161-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-161-0/+1
|
* Use popt in portsdwcjr2002-04-261-0/+4
| | | | | PR: 37348 Submitted by: maintainer
* Revoke previous changes to fix -z (compress) option in favor of a GCCanders2002-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
* Make port set -O2 in CFLAGS. Necessary for -z (compress) option to workanders2002-04-201-1/+6
| | | | | | | properly. PR: 36998 Submitted by: maintainer
* Remove #include <malloc.h>pat2002-04-031-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>
OpenPOWER on IntegriCloud