Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.6 15 Sep 2009 08:30:12
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Prevent the unnecessary usage of perl (if present) during configure.
PR: 138834 (based on)
Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com> |
3.0.6 07 Sep 2009 09:57:53
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.
Notified by: pjd |
3.0.6 15 Jul 2009 16:56:10
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
3.0.6 11 May 2009 09:07:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.6 |
3.0.5 27 Mar 2009 09:53:36
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark MAKE_JOBS_SAFE |
3.0.5 29 Dec 2008 08:00:52
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.5
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS |
3.0.4 06 Sep 2008 18:40:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.4 |
3.0.3 21 Aug 2008 06:18:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 (Only the first 15 lines of the commit message are shown above ) |
3.0.3 09 Jul 2008 12:44:02
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
koitsu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add support for --atimes patch, which preserves access times.
Reviewed by: ehaupt
Approved by: ehaupt |
3.0.3 02 Jul 2008 15:55:01
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.3 |
3.0.2_1 26 Jun 2008 14:03:48
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Provide an optional "Time limit patch"
PR: 124553
Submitted by: Adrian Thearle <adrian@thearle.com.au> |
3.0.2_1 02 Jun 2008 08:11:52
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.
PR: 124199
Submitted by: rafan |
3.0.2_1 31 May 2008 10:34:41
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
3.0.2 07 May 2008 12:32:17
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Rework WITHOUT_ICONV build option
PR: 123469
Submitted by: Dan Nelson <dnelson@allantgroup.com> |
3.0.2 08 Apr 2008 19:24:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
3.0.1 04 Apr 2008 09:23:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.0.1
- Add 3 additional mirrors
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS |
3.0.0 26 Mar 2008 12:36:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Only download patchset if needed. |
3.0.0 12 Mar 2008 14:09:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add optional iconv support |
3.0.0 07 Mar 2008 08:29:45
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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> |
3.0.0 06 Mar 2008 22:12:12
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
3.0.0 03 Mar 2008 22:39:18
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.0.0 |
2.6.9_2 22 Feb 2008 11:50:38
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add a knob to apply atimes patch from vendor distribution
Submitted by: koitsu |
2.6.9_2 02 Dec 2007 21:14:43
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
2.6.9_1 22 Aug 2007 16:17:01
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
2.6.9 04 Aug 2007 11:41:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
gabor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
2.6.9 23 Jul 2007 09:36:52
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
2.6.9 27 Apr 2007 08:00:52
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Respect CFLAGS with POPT option
Reported by: kris |
2.6.9 09 Apr 2007 13:55:32
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix --acls with --delete
Submitted by: Gary <gary@mups.co.uk>
Obtained from: http://lists.samba.org/archive/rsync/2006-November/016706.html |
2.6.9 17 Dec 2006 15:58:03
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix IGNORE conditional (typo) |
2.6.9 22 Nov 2006 10:05:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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> |
2.6.8_2 02 Sep 2006 08:00:16
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Allow build with custom CFLAGS |
2.6.8_2 28 Jul 2006 14:42:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Rid the tree of double slashes in URL paths |
2.6.8_2 01 Jun 2006 13:30:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove dead master site |
2.6.8_2 30 May 2006 16:39:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Patch strip for everyone!
Reported by: Tobias Roth <ports@fsck.ch> |
2.6.8_2 30 May 2006 09:35:28
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
2.6.8_1 10 May 2006 13:29:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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> |
2.6.8_1 10 May 2006 08:16:18
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix typo
Submitted by: Simun Mikecin <numisemis@yahoo.com> |
2.6.8_1 09 May 2006 22:27:08
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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> |
2.6.8 24 Apr 2006 22:47:27
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.6.8
PR: ports/96210
Submitted by: delphij |
2.6.7_1 03 Apr 2006 21:12:25
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix logging of "connect from" message
Obtained from: http://lists.samba.org/archive/rsync/2006-March/015143.html |
2.6.7 15 Mar 2006 10:36:08
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.6.7 |
2.6.6 20 Feb 2006 20:47:50
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
2.6.6 23 Nov 2005 17:38:02
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add some SHA256s |
2.6.6 29 Jul 2005 16:52:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.6.6 |
2.6.5 06 Jun 2005 12:39:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
2.6.4_1 21 May 2005 11:31:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
2.6.4 16 May 2005 21:07:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
2.6.3_1 12 Apr 2005 03:26:57
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.6.3_1 11 Apr 2005 08:04:41
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.6.3_1 24 Oct 2004 01:59:42
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Re-enable "!"s in .cvsignore files
- Fix an off-by-one error in the handling of --max-delete=N |
2.6.3 11 Oct 2004 23:25:38
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
2.6.2_3 24 Aug 2004 16:30:50
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
enable copying of fifos/sockets
Requested by: Eike Bernhardt <eike@unorganized.net>
PR: 59814
Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org> |
2.6.2_2 19 Aug 2004 13:25:38
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
vs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
mirror.ac.uk -> mirrorservice.org
PR: ports/69481
Submitted by: Tim Bishop, Dejan Lesjak
Approved by: maintainers |
2.6.2_2 12 Aug 2004 10:45:27
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
fix security hole in non-chroot rsync daemon.
<http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html> |
2.6.2_1 03 May 2004 11:15:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
fix --delete SEGV
<http://lists.samba.org/archive/rsync/2004-May/009380.html> |
2.6.2 30 Apr 2004 21:18:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.6.1_2 30 Apr 2004 08:53:34
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix sorting bug when --relative is used
<http://lists.samba.org/archive/rsync-announce/2004/000015.html> |
2.6.1_1 29 Apr 2004 14:36:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2.6.1 28 Apr 2004 13:42:58
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The rsync developent team has rerolled the tarball,
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. |
2.6.1 27 Apr 2004 21:59:19
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2.6.0 18 Mar 2004 01:04:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify
Prompted by: trevor |
2.6.0 19 Jan 2004 22:32:43
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
2.5.7 04 Dec 2003 14:45:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Security update to rsync 2.5.7. This fixes a remotely-exploitable
heap overflow, see http://rsync.samba.org/ for the details. |
2.5.6_2 16 Nov 2003 23:08:12
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
2.5.6_1 11 May 2003 10:06:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset maintainer to ports@ since rsync is not written in Haskell ;o) |
2.5.6_1 04 Mar 2003 07:27:04
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION due to my last commit.
Requested by: knu |
2.5.6 03 Mar 2003 19:37:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* 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. |
2.5.6 18 Feb 2003 10:50:48
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
De-pkg-comment and make portlint a little bit happier. |
2.5.6 28 Jan 2003 20:30:36
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.5.6 28 Jan 2003 16:50:01
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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> |
2.5.5_1 05 Nov 2002 21:55:21
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use PORTCOMMENT variable instead of pkg-comment file. |
2.5.5_1 31 Aug 2002 06:20:26
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* Add knob WITH_POPT_PORT to build rsync with devel/popt.
* Use included popt by default.
Reviewed by: alane
Approved by: dwcjr (mentor) |
2.5.5_1 21 Aug 2002 14:46:07
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obraun ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor) |
2.5.5_1 19 Jun 2002 18:58:05
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Dont remove .bak files
PR: 39535
Submitted by: maintainer |
2.5.5_1 19 Jun 2002 08:18:10
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add USE_REINPLACE where appropriate. |
2.5.5_1 18 Jun 2002 22:04:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove perl dependency
PR: 39488
Submitted by: maintainer |
2.5.5_1 16 Jun 2002 19:00:33
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
fix REINPLACE_CMD last commit
PR: 39365
Submitted by: maintainer |
2.5.5_1 14 Jun 2002 07:21:10
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Replace ${PERL} with ${REINPLACE_CMD}.
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer |
2.5.5_1 16 May 2002 23:33:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Needs perl to build. |
2.5.5_1 26 Apr 2002 18:40:14
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dwcjr ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use popt in ports
PR: 37348
Submitted by: maintainer |
2.5.5_1 21 Apr 2002 22:01:17
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anders ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.5.5_1 20 Apr 2002 20:19:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anders ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Make port set -O2 in CFLAGS. Necessary for -z (compress) option to work
properly.
PR: 36998
Submitted by: maintainer |
2.5.5 03 Apr 2002 21:52:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove #include <malloc.h>
PR: 36707
Submitted by: maintainer |
2.5.5 02 Apr 2002 12:27:29
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
roam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).
PR: 36649
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
2.5.4 15 Mar 2002 07:58:44
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to version 2.5.4. |
2.5.4 15 Mar 2002 07:58:13
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
This vendor security fix, was part of 2.5.3 and later.
So we don't need it anymore. |
2.5.4 15 Mar 2002 07:57:50
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't need
this patch to upgrade 1.1.2 to 1.1.3 anymore. |
21 Feb 2002 18:40:21
![commit hash: fp1.25045@dev.null.freshports.org commit hash: fp1.25045@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.25045@dev.null.freshports.org commit hash: fp1.25045@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.25045@dev.null.freshports.org commit hash: fp1.25045@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add vendor patch to correctly drop group privileges when changing uid. |
26 Jan 2002 01:39:48
![commit hash: fp1.23915@dev.null.freshports.org commit hash: fp1.23915@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.23915@dev.null.freshports.org commit hash: fp1.23915@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.23915@dev.null.freshports.org commit hash: fp1.23915@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.5.2 |
23 Jan 2002 23:32:21
![commit hash: fp1.23842@dev.null.freshports.org commit hash: fp1.23842@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.23842@dev.null.freshports.org commit hash: fp1.23842@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.23842@dev.null.freshports.org commit hash: fp1.23842@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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>. |
21 Jan 2002 12:42:04
![commit hash: fp1.23644@dev.null.freshports.org commit hash: fp1.23644@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.23644@dev.null.freshports.org commit hash: fp1.23644@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.23644@dev.null.freshports.org commit hash: fp1.23644@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.5.1. |
25 Dec 2001 01:59:36
![commit hash: fp1.22509@dev.null.freshports.org commit hash: fp1.22509@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.22509@dev.null.freshports.org commit hash: fp1.22509@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.22509@dev.null.freshports.org commit hash: fp1.22509@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages. |
04 Dec 2001 01:13:37
![commit hash: fp1.21577@dev.null.freshports.org commit hash: fp1.21577@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.21577@dev.null.freshports.org commit hash: fp1.21577@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.21577@dev.null.freshports.org commit hash: fp1.21577@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
02 Dec 2001 22:15:09
![commit hash: fp1.21513@dev.null.freshports.org commit hash: fp1.21513@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.21513@dev.null.freshports.org commit hash: fp1.21513@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.21513@dev.null.freshports.org commit hash: fp1.21513@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
steve ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Spell rsync correctly. |
20 May 2001 08:28:06
![commit hash: fp1.13904@dev.null.freshports.org commit hash: fp1.13904@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13904@dev.null.freshports.org commit hash: fp1.13904@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13904@dev.null.freshports.org commit hash: fp1.13904@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
20 May 2001 08:27:00
![commit hash: fp1.13903@dev.null.freshports.org commit hash: fp1.13903@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13903@dev.null.freshports.org commit hash: fp1.13903@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13903@dev.null.freshports.org commit hash: fp1.13903@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
09 Apr 2001 18:33:59
![commit hash: fp1.12328@dev.null.freshports.org commit hash: fp1.12328@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.12328@dev.null.freshports.org commit hash: fp1.12328@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.12328@dev.null.freshports.org commit hash: fp1.12328@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Numerically note the rsync w/ssh as rsh problem was fixed. |
08 Apr 2001 16:48:29
![commit hash: fp1.12255@dev.null.freshports.org commit hash: fp1.12255@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.12255@dev.null.freshports.org commit hash: fp1.12255@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.12255@dev.null.freshports.org commit hash: fp1.12255@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
rsync sometimes freezes during execution if it is run over ssh. 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. |
08 Mar 2001 11:40:26
![commit hash: fp1.10476@dev.null.freshports.org commit hash: fp1.10476@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.10476@dev.null.freshports.org commit hash: fp1.10476@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.10476@dev.null.freshports.org commit hash: fp1.10476@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Change the default remote protocol from RSH to SSH. |
07 Feb 2001 14:51:16
![commit hash: fp1.9320@dev.null.freshports.org commit hash: fp1.9320@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.9320@dev.null.freshports.org commit hash: fp1.9320@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.9320@dev.null.freshports.org commit hash: fp1.9320@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Put back my editor hints that were removed w/o permission. Note these are
*FULLY* Satoshi approved for the past 4 years. |