summaryrefslogtreecommitdiff
path: root/net/rsync (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge a patch from cvs which fixes a file-globbing bug in the daemon when chrootEmanuel Haupt2008-05-312-0/+12
| | | | | | | | | | | | is on. http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html Submitted by: sem Obtained from: rsync cvs Notes: svn path=/head/; revision=214016
* Rework WITHOUT_ICONV build optionEmanuel Haupt2008-05-071-6/+3
| | | | | | | | PR: 123469 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=212792
* Update to 3.0.2, and really disable iconv support if WITHOUT_ICONV is defined.Emanuel Haupt2008-04-082-7/+14
| | | | | | | Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.2-NEWS Notes: svn path=/head/; revision=210876
* - Update to 3.0.1Emanuel Haupt2008-04-042-8/+9
| | | | | | | | | - Add 3 additional mirrors Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS Notes: svn path=/head/; revision=210479
* Only download patchset if needed.Emanuel Haupt2008-03-261-1/+4
| | | | Notes: svn path=/head/; revision=209855
* Add optional iconv supportEmanuel Haupt2008-03-121-1/+9
| | | | Notes: svn path=/head/; revision=208892
* Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls supportEmanuel Haupt2008-03-071-1/+1
| | | | | | | | | | by default. Use this patch if you want to make rsync 3.0.x communicate with an older (patched) release. Notified by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=208558
* - Provide two additional build OPTIONS:Emanuel Haupt2008-03-062-2/+21
| | | | | | | | | | | | * File system flags support patch, adds --fileflags * ACL support patch, adds --acls - Takeover maintainership PR: 121444 Approved by: pav (maintainer) Notes: svn path=/head/; revision=208537
* - Update to 3.0.0Pav Lucistnik2008-03-035-472/+4
| | | | Notes: svn path=/head/; revision=208402
* - Add a knob to apply atimes patch from vendor distributionPav Lucistnik2008-02-221-0/+20
| | | | | | | Submitted by: koitsu Notes: svn path=/head/; revision=207747
* - Add a vendor patch that adds a new option "munge symlinks".Pav Lucistnik2007-12-022-1/+341
| | | | | | | | | | | | | Users running rsyncd daemon in certain non-default configuration (use_chroot = no) should consult http://rsync.samba.org/security.html and see, what munging symlinks can do for them. Submitted by: delphij Approved by: portmgr (hat) Security: CVE-2007-6199 Notes: svn path=/head/; revision=202880
* - Fix off-by-one buffer overflow in f_name() function. It is not clear if thisPav Lucistnik2007-08-222-0/+61
| | | | | | | | | | | | problem can be exploited. Submitted by: several Obtained from: http://www.suse.de/~krahmer/rsync-2.6.9-fname-obo.diff Security: CVE-2007-4091 Security: http://www.novell.com/linux/security/advisories/2007_17_sr.html Notes: svn path=/head/; revision=198133
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-7/+7
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Respect CFLAGS with POPT optionPav Lucistnik2007-04-271-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=190999
* - Fix --acls with --deletePav Lucistnik2007-04-092-3/+27
| | | | | | | | Submitted by: Gary <gary@mups.co.uk> Obtained from: http://lists.samba.org/archive/rsync/2006-November/016706.html Notes: svn path=/head/; revision=189566
* - Fix IGNORE conditional (typo)Pav Lucistnik2006-12-171-1/+1
| | | | Notes: svn path=/head/; revision=180023
* - Update to 2.6.9Pav Lucistnik2006-11-223-108/+13
| | | | | | | | | | - Flip ACLs and flags patches default off, as they conflict each another PR: ports/105731 (based on) Submitted by: Antony Mawer <gnats@mawer.org> Notes: svn path=/head/; revision=177797
* - Allow build with custom CFLAGSPav Lucistnik2006-09-021-0/+4
| | | | Notes: svn path=/head/; revision=171849
* - Rid the tree of double slashes in URL pathsAndrew Pantyukhin2006-07-281-1/+1
| | | | Notes: svn path=/head/; revision=168966
* - Remove dead master sitePav Lucistnik2006-06-011-2/+1
| | | | Notes: svn path=/head/; revision=164154
* - Patch strip for everyone!Pav Lucistnik2006-05-302-9/+7
| | | | | | | Reported by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=163984
* - Apply vendor patch to fix 'unexpected tag 3' errorsPav Lucistnik2006-05-302-1/+99
| | | | | | | | Requested by: Zoltan Frombach <zoltan@frombach.com> Obtained from: http://lists.samba.org/archive/rsync/2006-May/015607.html Notes: svn path=/head/; revision=163955
* - Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSDPav Lucistnik2006-05-101-0/+2
| | | | | | | | | is not complete enough Reported by: John Winger <JWWinger@marketvisionresearch.com> Notes: svn path=/head/; revision=161924
* - Fix typoPav Lucistnik2006-05-101-1/+1
| | | | | | | Submitted by: Simun Mikecin <numisemis@yahoo.com> Notes: svn path=/head/; revision=161897
* - Convert to OPTIONSPav Lucistnik2006-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> Notes: svn path=/head/; revision=161846
* - Update to 2.6.8Pav Lucistnik2006-04-243-25/+4
| | | | | | | | PR: ports/96210 Submitted by: delphij Notes: svn path=/head/; revision=160400
* - Fix logging of "connect from" messagePav Lucistnik2006-04-032-0/+21
| | | | | | | Obtained from: http://lists.samba.org/archive/rsync/2006-March/015143.html Notes: svn path=/head/; revision=158742
* - Update to 2.6.7Pav Lucistnik2006-03-153-7/+5
| | | | Notes: svn path=/head/; revision=157197
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-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. Notes: svn path=/head/; revision=156534
* - Add some SHA256sPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149199
* - Update to 2.6.6Pav Lucistnik2005-07-293-24/+3
| | | | Notes: svn path=/head/; revision=140413
* - Update to 2.6.5, make fetchable againPav Lucistnik2005-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) Notes: svn path=/head/; revision=136905
* - Fix incompatibility with older version when used with --exclude optionPav Lucistnik2005-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 Notes: svn path=/head/; revision=135752
* - Update to 2.6.4Pav Lucistnik2005-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) Notes: svn path=/head/; revision=135410
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - 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