CVS log for ports/net/rsync/Makefile
Up to [FreeBSD] / ports / net / rsync
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Sep 23 23:44:35 2011 UTC (4 months, 2 weeks ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +3 -3 lines
Update to 3.0.9
Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:24:35 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +3 -3 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat Mar 26 22:27:07 2011 UTC (10 months, 2 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
Update to 3.0.8
Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Jan 25 19:59:38 2011 UTC (12 months, 2 weeks ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -0 lines
Add LICENSE and remove MD5 sums. Feature safe: yes
Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Oct 13 18:57:09 2010 UTC (15 months, 3 weeks ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +0 -1 lines
Remove dead mirror
Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Jan 1 03:50:38 2010 UTC (2 years, 1 month ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Update to 3.0.7
Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Sep 15 08:30:12 2009 UTC (2 years, 4 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +3 -1 lines
Prevent the unnecessary usage of perl (if present) during configure. PR: 138834 (based on) Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com>
Revision 1.143: download - view: text, markup, annotated - select for diffs
Mon Sep 7 09:57:53 2009 UTC (2 years, 5 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +0 -1 lines
Remove USE_PERL5_BUILD, since perl is not needed anymore to build. Notified by: pjd
Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon May 11 09:07:56 2009 UTC (2 years, 9 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +1 -1 lines
Update to 3.0.6
Revision 1.141: download - view: text, markup, annotated - select for diffs
Fri Mar 27 09:53:29 2009 UTC (2 years, 10 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -1 lines
Mark MAKE_JOBS_SAFE
Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Dec 29 08:00:52 2008 UTC (3 years, 1 month ago) by ehaupt
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -1 lines
Update to 3.0.5 Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS
Revision 1.139: download - view: text, markup, annotated - select for diffs
Sat Sep 6 18:40:46 2008 UTC (3 years, 5 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -1 lines
Update to 3.0.4
Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:56 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.137: download - view: text, markup, annotated - select for diffs
Wed Jul 9 12:44:01 2008 UTC (3 years, 7 months ago) by koitsu
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +13 -1 lines
Add support for --atimes patch, which preserves access times. Reviewed by: ehaupt Approved by: ehaupt
Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Jul 2 15:55:01 2008 UTC (3 years, 7 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -2 lines
Update to 3.0.3
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Jun 26 14:03:48 2008 UTC (3 years, 7 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +11 -2 lines
Provide an optional "Time limit patch" PR: 124553 Submitted by: Adrian Thearle <adrian@thearle.com.au>
Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Jun 2 08:11:52 2008 UTC (3 years, 8 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -2 lines
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD. PR: 124199 Submitted by: rafan
Revision 1.133: download - view: text, markup, annotated - select for diffs
Sat May 31 10:34:41 2008 UTC (3 years, 8 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -0 lines
Merge a patch from cvs which fixes a file-globbing bug in the daemon when chroot is on. http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html Submitted by: sem Obtained from: rsync cvs
Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed May 7 12:32:17 2008 UTC (3 years, 9 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +3 -6 lines
Rework WITHOUT_ICONV build option PR: 123469 Submitted by: Dan Nelson <dnelson@allantgroup.com>
Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Apr 8 19:24:06 2008 UTC (3 years, 10 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +8 -1 lines
Update to 3.0.2, and really disable iconv support if WITHOUT_ICONV is defined. Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.2-NEWS
Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Apr 4 09:23:05 2008 UTC (3 years, 10 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +3 -2 lines
- Update to 3.0.1 - Add 3 additional mirrors Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Mar 26 12:36:47 2008 UTC (3 years, 10 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +4 -1 lines
Only download patchset if needed.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Mar 12 14:09:22 2008 UTC (3 years, 10 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +9 -1 lines
Add optional iconv support
Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Mar 7 08:29:45 2008 UTC (3 years, 11 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -1 lines
Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls support 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>
Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Mar 6 22:12:12 2008 UTC (3 years, 11 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +18 -2 lines
- Provide two additional build OPTIONS: * File system flags support patch, adds --fileflags * ACL support patch, adds --acls - Takeover maintainership PR: 121444 Approved by: pav (maintainer)
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Mar 3 22:39:18 2008 UTC (3 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -43 lines
- Update to 3.0.0
Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Feb 22 11:50:38 2008 UTC (3 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +20 -0 lines
- Add a knob to apply atimes patch from vendor distribution Submitted by: koitsu
Revision 1.123: download - view: text, markup, annotated - select for diffs
Sun Dec 2 21:14:42 2007 UTC (4 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +1 -1 lines
- Add a vendor patch that adds a new option "munge symlinks". 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
Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Aug 22 16:17:00 2007 UTC (4 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -0 lines
- Fix off-by-one buffer overflow in f_name() function. It is not clear if this 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
Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:41:08 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +7 -7 lines
- Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:18 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script 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
Revision 1.119: download - view: text, markup, annotated - select for diffs
Fri Apr 27 08:00:51 2007 UTC (4 years, 9 months ago) by pav
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -1 lines
- Respect CFLAGS with POPT option Reported by: kris
Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Apr 9 13:55:31 2007 UTC (4 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -3 lines
- Fix --acls with --delete Submitted by: Gary <gary@mups.co.uk> Obtained from: http://lists.samba.org/archive/rsync/2006-November/016706.html
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Dec 17 15:58:02 2006 UTC (5 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -1 lines
- Fix IGNORE conditional (typo)
Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Nov 22 10:05:46 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +10 -7 lines
- Update to 2.6.9 - Flip ACLs and flags patches default off, as they conflict each another PR: ports/105731 (based on) Submitted by: Antony Mawer <gnats@mawer.org>
Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Sep 2 08:00:16 2006 UTC (5 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +4 -0 lines
- Allow build with custom CFLAGS
Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Jul 28 14:42:54 2006 UTC (5 years, 6 months ago) by sat
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -1 lines
- Rid the tree of double slashes in URL paths
Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Jun 1 13:30:54 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -2 lines
- Remove dead master site
Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue May 30 16:39:49 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -3 lines
- Patch strip for everyone! Reported by: Tobias Roth <ports@fsck.ch>
Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue May 30 09:35:28 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
- Apply vendor patch to fix 'unexpected tag 3' errors Requested by: Zoltan Frombach <zoltan@frombach.com> Obtained from: http://lists.samba.org/archive/rsync/2006-May/015607.html
Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed May 10 13:29:22 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -0 lines
- Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSD is not complete enough Reported by: John Winger <JWWinger@marketvisionresearch.com>
Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed May 10 08:16:18 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
- Fix typo Submitted by: Simun Mikecin <numisemis@yahoo.com>
Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue May 9 22:27:08 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +28 -31 lines
- Convert to OPTIONS - 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>
Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Apr 24 22:47:27 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -2 lines
- Update to 2.6.8 PR: ports/96210 Submitted by: delphij
Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Apr 3 21:12:24 2006 UTC (5 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -0 lines
- Fix logging of "connect from" message Obtained from: http://lists.samba.org/archive/rsync/2006-March/015143.html
Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Mar 15 10:36:08 2006 UTC (5 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -2 lines
- Update to 2.6.7
Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jul 29 16:52:06 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
- Update to 2.6.6
Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:39:39 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -3 lines
- Update to 2.6.5, make fetchable again - 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)
Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat May 21 11:31:30 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -0 lines
- Fix incompatibility with older version when used with --exclude option 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
Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon May 16 21:07:54 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -13 lines
- Update to 2.6.4 - Use new infrastructure for rc script - Remove pkg-message, it's 4 years since the change Approved by: marcus (portmgr hat)
Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:16 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:27 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun Oct 24 01:59:41 2004 UTC (7 years, 3 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -1 lines
- Re-enable "!"s in .cvsignore files - Fix an off-by-one error in the handling of --max-delete=N
Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Oct 11 23:25:38 2004 UTC (7 years, 4 months ago) by eik
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3 lines
- updae to version 2.6.3 + http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS - copy FIFOs and sockets + https://bugzilla.samba.org/show_bug.cgi?id=1804
Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Aug 24 16:30:50 2004 UTC (7 years, 5 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
enable copying of fifos/sockets Requested by: Eike Bernhardt <eike@unorganized.net> PR: 59814 Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org>
Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Aug 19 13:25:38 2004 UTC (7 years, 5 months ago) by vs
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
mirror.ac.uk -> mirrorservice.org PR: ports/69481 Submitted by: Tim Bishop, Dejan Lesjak Approved by: maintainers
Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Aug 12 10:45:27 2004 UTC (7 years, 5 months ago) by eik
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +15 -12 lines
fix security hole in non-chroot rsync daemon. <http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html>
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon May 3 11:15:21 2004 UTC (7 years, 9 months ago) by eik
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -0 lines
fix --delete SEGV <http://lists.samba.org/archive/rsync/2004-May/009380.html>
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Apr 30 21:18:39 2004 UTC (7 years, 9 months ago) by eik
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -2 lines
update to version 2.6.2: <http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS> Note that the --relative bug has been fix in 2.6.1_2
Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Apr 30 08:53:33 2004 UTC (7 years, 9 months ago) by eik
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
Fix sorting bug when --relative is used <http://lists.samba.org/archive/rsync-announce/2004/000015.html>
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Apr 29 14:36:39 2004 UTC (7 years, 9 months ago) by eik
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +5 -0 lines
Fixed the use of an uninitialized variable in map_uid() and map_gid() <http://lists.samba.org/archive/rsync/2004-April/009334.html> Added timelimit patches by default (--stop-at and --time-limit, see rsync -h)
Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Apr 27 21:59:18 2004 UTC (7 years, 9 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +12 -17 lines
Update to version 2.6.1 <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)
Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Jan 19 22:32:43 2004 UTC (8 years ago) by eik
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3 lines
- update to version 2.6.0 Paged by: Johannes Angeldorff <johannes@smartnet.se> PR: ports/61542 Submitted by: Xin LI <delphij@frontfree.net> Approved by: marcus (mentor)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Dec 4 14:45:06 2003 UTC (8 years, 2 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -2 lines
Security update to rsync 2.5.7. This fixes a remotely-exploitable heap overflow, see http://rsync.samba.org/ for the details.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Nov 16 23:08:12 2003 UTC (8 years, 2 months ago) by eik
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +29 -12 lines
- add rc.subr(8) start/stop script - 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)
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun May 11 10:06:31 2003 UTC (8 years, 9 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Reset maintainer to ports@ since rsync is not written in Haskell ;o)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Mar 4 07:27:04 2003 UTC (8 years, 11 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -0 lines
Bump PORTREVISION due to my last commit. Requested by: knu
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Mar 3 19:37:22 2003 UTC (8 years, 11 months ago) by obraun
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +6 -0 lines
* Add rsyncd.conf.sample and rsyncd.sh.sample. 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.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Feb 18 10:50:47 2003 UTC (8 years, 11 months ago) by obraun
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -0 lines
De-pkg-comment and make portlint a little bit happier.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Jan 28 20:30:36 2003 UTC (9 years ago) by obraun
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit.
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
Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Jan 28 16:50:01 2003 UTC (9 years ago) by obraun
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +15 -14 lines
Upgrade to 2.5.6. SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead. Tested on sparc64 by: Hiroki Sato <hrs@eos.ocn.ne.jp>
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:33 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +0 -1 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Nov 5 21:55:21 2002 UTC (9 years, 3 months ago) by obraun
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -0 lines
Use PORTCOMMENT variable instead of pkg-comment file.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Aug 31 06:20:26 2002 UTC (9 years, 5 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +15 -2 lines
* Add knob WITH_POPT_PORT to build rsync with devel/popt. * Use included popt by default. Reviewed by: alane Approved by: dwcjr (mentor)
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Aug 21 14:46:05 2002 UTC (9 years, 5 months ago) by obraun
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Change MAINTAINER to my FreeBSD address. Approved by: dwcjr (mentor)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Jun 19 18:58:05 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +0 -2 lines
Dont remove .bak files PR: 39535 Submitted by: maintainer
Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Jun 19 08:18:09 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
Add USE_REINPLACE where appropriate.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Jun 18 22:04:47 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +0 -1 lines
Remove perl dependency PR: 39488 Submitted by: maintainer
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Jun 16 19:00:32 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -0 lines
fix REINPLACE_CMD last commit PR: 39365 Submitted by: maintainer
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jun 14 07:21:10 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -3 lines
Replace ${PERL} with ${REINPLACE_CMD}.
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu May 16 23:33:21 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -0 lines
Needs perl to build.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Apr 26 18:40:14 2002 UTC (9 years, 9 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -0 lines
Use popt in ports PR: 37348 Submitted by: maintainer
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Apr 21 22:01:17 2002 UTC (9 years, 9 months ago) by anders
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +0 -5 lines
Revoke previous changes to fix -z (compress) option in favor of a GCC 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
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Apr 20 20:19:47 2002 UTC (9 years, 9 months ago) by anders
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +6 -1 lines
Make port set -O2 in CFLAGS. Necessary for -z (compress) option to work properly. PR: 36998 Submitted by: maintainer
Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Apr 3 21:52:38 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -0 lines
Remove #include <malloc.h> PR: 36707 Submitted by: maintainer
Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Apr 2 12:27:29 2002 UTC (9 years, 10 months ago) by roam
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Update to 2.5.5 and give maintainership to Oliver Braun (the submitter). PR: 36649 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Mar 15 07:58:44 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
Upgrade to version 2.5.4.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 21 18:40:21 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Add vendor patch to correctly drop group privileges when changing uid.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jan 26 01:39:48 2002 UTC (10 years ago) by obrien
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Update to 2.5.2 Contains SECURITY FIXES along with bug fixes and enhancements.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jan 23 23:32:21 2002 UTC (10 years ago) by obrien
Branches: MAIN
CVS tags: rsync_2_5_1, RELEASE_4_5_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
Fix a signedness security vunerability discovered by Todd@openbsd.org where 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
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jan 21 12:42:03 2002 UTC (10 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -2 lines
Update to 2.5.1. PR: 33668 Submitted by: Sean Chittenden sobomax Approved by: maintainer timeout
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Dec 25 01:59:36 2001 UTC (10 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages. 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.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Dec 4 01:13:37 2001 UTC (10 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -8 lines
Upgrade to 2.5.0. 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
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun May 20 07:27:00 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hanging 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
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Apr 9 17:33:59 2001 UTC (10 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Numerically note the rsync w/ssh as rsh problem was fixed.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Mar 8 11:40:19 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +13 -1 lines
Change the default remote protocol from RSH to SSH. Submitted by: knu
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Feb 7 14:51:15 2001 UTC (11 years ago) by obrien
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:31:56 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -5 lines
Massive style enforcement - use ^I instead of spaces for variables identation.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:09:44 2001 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Add a missing \ Submitted by: Rich Winkel <rich@math.missouri.edu>
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jan 7 17:49:49 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -4 lines
Clean up inefficient perl invocations; use multiple REs in the same call.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Dec 21 20:16:09 2000 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -3 lines
Remove Y2k. Satoshi said it wasn't needed any more.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Sep 13 20:02:10 2000 UTC (11 years, 4 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Enable IPv6 supporting.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Sep 8 20:15:03 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Update to 2.4.6.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Sep 1 13:08:58 2000 UTC (11 years, 5 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
use latest IPv6 patch.
- 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
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Aug 26 07:54:19 2000 UTC (11 years, 5 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Enable IPv6 patch.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Aug 25 19:27:56 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Uprade to version 2.4.5.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Aug 9 10:25:32 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Upgrade to version 2.4.4.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jul 19 15:36:18 2000 UTC (11 years, 6 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -1 lines
Re-enable IPv6 supporting.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Apr 27 18:59:00 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -7 lines
Upgrade to 2.4.3.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:18:34 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:13:27 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:27:41 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
Restore useless version required comments.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:37:14 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
Remove the "version required" line.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Feb 17 07:37:23 2000 UTC (11 years, 11 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Re-add 'ipv6' on CATEGORIES. I've forgot it.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Feb 17 07:01:20 2000 UTC (11 years, 11 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +10 -11 lines
Re-enable IPv6 support.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Feb 17 05:43:24 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -1 lines
If either USE_SSH or WITH_SSH is defined, compile in `ssh' rather than `rsh'.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Feb 16 23:37:03 2000 UTC (11 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +14 -13 lines
upgrade to 2.4.1 synce old distfile disapearse from master sites Temp. disable ipv6 support until ipv6 patch will reflect new version
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Feb 13 03:24:12 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -6 lines
Style nits in the ports I maintain.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jan 27 07:58:51 2000 UTC (12 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
fix building error on bento. It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: obrien
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 26 09:22:00 2000 UTC (12 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -3 lines
Use ${OSVERSION} instead of ${USE_INET6}.
Approved by: maintainer
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 18 12:34:21 2000 UTC (12 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Add 'ipv6' on CATEGORIES.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jan 16 00:26:38 2000 UTC (12 years ago) by obrien
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
IPv6 is now supported by a 2.3.2 KAME patch. Submitted by: sumikawa
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jan 13 23:06:40 2000 UTC (12 years ago) by obrien
Branches: MAIN
CVS tags: rsync_2_3_2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -3 lines
Update to version 2.3.2. 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]
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 10 08:36:56 2000 UTC (12 years, 1 month ago) by peter
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Correct 'version required' in header.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 8 22:28:55 2000 UTC (12 years, 1 month ago) by sumikawa
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +11 -1 lines
Support IPv6. Approved by: obrien(maintainer)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 12 04:57:10 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: rsync_2_3_1, RELEASE_3_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -4 lines
Use perl's in-place editing rather than large patches.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:24:04 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Apr 9 18:08:58 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Upgrade to 2.3.1. Fixes security hole described at http://rsync.samba.org/cgi-bin/rsync?findid=1706. PR: ports/10987 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 12 18:24:16 1999 UTC (13 years, 1 month ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Add Y2K= links
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Dec 18 09:06:29 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -1 lines
Fix PREFIX expansion in manpage.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Dec 9 03:03:13 1998 UTC (13 years, 2 months ago) by billf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Null commit. Last commit was to upgrade to 2.2.1, not 2.0.1 as stated in the message. Pointed Out: roberto
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Dec 8 21:40:06 1998 UTC (13 years, 2 months ago) by billf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Upgrade to 2.0.1 Submitted by: Ron Rosson
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 8 09:54:45 1998 UTC (13 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: rsync_2_2_0, RELEASE_2_2_8
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
upgrade to 2.2.0.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Oct 9 07:37:13 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: rsync_2_1_1, RELEASE_3_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
upgrade to 2.1.1
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Aug 14 09:18:03 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: rsync_2_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -4 lines
Upgrade to 2.1.0
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 25 12:30:06 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Can't fetch....
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jul 6 09:50:53 1998 UTC (13 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: rsync_2_0_18, RELEASE_2_2_7
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -9 lines
Upgrade to ver 2.0.18. 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>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Apr 24 07:04:07 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: rsync_1_7_4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -4 lines
Upgrade to version 1.7.4 (hope distfile hangs around for a few days...)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 21 05:02:58 1998 UTC (13 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -2 lines
Add trailing slash to one of the mastersites. Mark this broken, it is not available from any of them.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:59 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: rsync_1_7_1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
upgrade to 1.7.1
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 3 10:14:21 1998 UTC (14 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: rsync_1_6_8, RELEASE_2_2_6
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -4 lines
Upgrade to 1.6.8. Includes more sane deletion processing. Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd is installed in PREFIX/libexec, not PREFIX/bin.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 10 06:53:34 1997 UTC (14 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Change my email address to @FreeBSD
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 6 03:46:50 1997 UTC (14 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Upgrade to 1.6.3.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 28 05:28:59 1997 UTC (14 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Also install the notes for the daemon mode extention.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 28 04:49:41 1997 UTC (14 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
Patches for using rsync as a client/server system without using rsh or ssh for transport. Obtained from: Warren Toomey <wkt@cs.adfa.oz.au>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Dec 1 01:23:12 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
General Makefile cleanup
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 1 00:22:48 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
"mkdir -p" --> ${MKDIR}
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:36:09 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -5 lines
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 22 17:06:47 1996 UTC (15 years, 3 months ago) by max
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -4 lines
Upgrade, 1.5.1 -> 1.6.2. (Closing PR #1862.) Submitted by: obrien@NUXI.cs.ucdavis.edu
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Aug 16 07:23:00 1996 UTC (15 years, 5 months ago) by asami
Branches: OBRIEN
CVS tags: rsync_1_5_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
A network file distribution/synchronisation utility. Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 16 07:23:00 1996 UTC (15 years, 5 months ago) by asami
Branches: MAIN
Initial revision
