| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Jan 2010 03:50:38
3.0.7
|
ehaupt  |
Update to 3.0.7 |
15 Sep 2009 09:30:12
3.0.6
|
ehaupt  |
Prevent the unnecessary usage of perl (if present) during configure.
PR: 138834 (based on)
Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com> |
07 Sep 2009 10:57:53
3.0.6
|
ehaupt  |
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.
Notified by: pjd |
15 Jul 2009 17:56:10
3.0.6
|
dougb  |
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. |
11 May 2009 10:07:56
3.0.6
|
ehaupt  |
Update to 3.0.6 |
27 Mar 2009 09:53:36
3.0.5
|
ehaupt  |
Mark MAKE_JOBS_SAFE |
29 Dec 2008 08:00:52
3.0.5
|
ehaupt  |
Update to 3.0.5
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS |
06 Sep 2008 19:40:47
3.0.4
|
ehaupt  |
Update to 3.0.4 |
21 Aug 2008 07:18:49
3.0.3
|
rafan  |
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 ) |
09 Jul 2008 13:44:02
3.0.3
|
koitsu  |
Add support for --atimes patch, which preserves access times.
Reviewed by: ehaupt
Approved by: ehaupt |
02 Jul 2008 16:55:01
3.0.3
|
ehaupt  |
Update to 3.0.3 |
26 Jun 2008 15:03:48
3.0.2_1
|
ehaupt  |
Provide an optional "Time limit patch"
PR: 124553
Submitted by: Adrian Thearle <adrian@thearle.com.au> |
02 Jun 2008 09:11:52
3.0.2_1
|
ehaupt  |
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.
PR: 124199
Submitted by: rafan |
31 May 2008 11:34:41
3.0.2_1
|
ehaupt  |
Merge a patch from cvs which fixes a file-globbing bug in the daemon when chroot
is on.
rsync-cvs@lists.samba.org/msg05785.html">http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html
Submitted by: sem
Obtained from: rsync cvs |
07 May 2008 13:32:17
3.0.2
|
ehaupt  |
Rework WITHOUT_ICONV build option
PR: 123469
Submitted by: Dan Nelson <dnelson@allantgroup.com> |
08 Apr 2008 20:24:06
3.0.2
|
ehaupt  |
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 |
04 Apr 2008 10:23:06
3.0.1
|
ehaupt  |
- Update to 3.0.1
- Add 3 additional mirrors
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS |
26 Mar 2008 12:36:47
3.0.0
|
ehaupt  |
Only download patchset if needed. |
12 Mar 2008 14:09:22
3.0.0
|
ehaupt  |
Add optional iconv support |
07 Mar 2008 08:29:45
3.0.0
|
ehaupt  |
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> |
06 Mar 2008 22:12:12
3.0.0
|
ehaupt  |
- 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) |
03 Mar 2008 22:39:18
3.0.0
|
pav  |
- Update to 3.0.0 |
22 Feb 2008 11:50:38
2.6.9_2
|
pav  |
- Add a knob to apply atimes patch from vendor distribution
Submitted by: koitsu |
02 Dec 2007 21:14:43
2.6.9_2
|
pav  |
- 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 |
22 Aug 2007 17:17:01
2.6.9_1
|
pav  |
- 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 |
04 Aug 2007 12:41:31
2.6.9  |
gabor  |
- 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) |
23 Jul 2007 10:36:52
2.6.9  |
rafan  |
- 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 |
27 Apr 2007 09:00:52
2.6.9  |
pav  |
- Respect CFLAGS with POPT option
Reported by: kris |
09 Apr 2007 14:55:32
2.6.9  |
pav  |
- Fix --acls with --delete
Submitted by: Gary <gary@mups.co.uk>
Obtained from: http://lists.samba.org/archive/rsync/2006-November/016706.html |
17 Dec 2006 15:58:03
2.6.9  |
pav  |
- Fix IGNORE conditional (typo) |
22 Nov 2006 10:05:47
2.6.9  |
pav  |
- 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> |
02 Sep 2006 09:00:16
2.6.8_2  |
pav  |
- Allow build with custom CFLAGS |
28 Jul 2006 15:42:54
2.6.8_2  |
sat  |
- Rid the tree of double slashes in URL paths |
01 Jun 2006 14:30:54
2.6.8_2  |
pav  |
- Remove dead master site |
30 May 2006 17:39:49
2.6.8_2  |
pav  |
- Patch strip for everyone!
Reported by: Tobias Roth <ports@fsck.ch> |
30 May 2006 10:35:28
2.6.8_2  |
pav  |
- 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 |
10 May 2006 14:29:22
2.6.8_1  |
pav  |
- 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> |
10 May 2006 09:16:18
2.6.8_1  |
pav  |
- Fix typo
Submitted by: Simun Mikecin <numisemis@yahoo.com> |
09 May 2006 23:27:08
2.6.8_1  |
pav  |
- 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> |
24 Apr 2006 23:47:27
2.6.8  |
pav  |
- Update to 2.6.8
PR: ports/96210
Submitted by: delphij |
03 Apr 2006 22:12:25
2.6.7_1  |
pav  |
- Fix logging of "connect from" message
Obtained from: http://lists.samba.org/archive/rsync/2006-March/015143.html |
15 Mar 2006 10:36:08
2.6.7  |
pav  |
- Update to 2.6.7 |
20 Feb 2006 20:47:50
2.6.6  |
dougb  |
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. |
23 Nov 2005 17:38:02
2.6.6  |
pav  |
- Add some SHA256s |
29 Jul 2005 17:52:06
2.6.6  |
pav  |
- Update to 2.6.6 |
06 Jun 2005 13:39:39
2.6.5  |
pav  |
- 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) |
21 May 2005 12:31:31
2.6.4_1  |
pav  |
- 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 |
16 May 2005 22:07:54
2.6.4  |
pav  |
- 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) |
12 Apr 2005 04:26:57
2.6.3_1  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
2.6.3_1  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
24 Oct 2004 02:59:42
2.6.3_1  |
eik  |
- Re-enable "!"s in .cvsignore files
- Fix an off-by-one error in the handling of --max-delete=N |
12 Oct 2004 00:25:38
2.6.3  |
eik  |
- 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 |
24 Aug 2004 17:30:50
2.6.2_3  |
eik  |
enable copying of fifos/sockets
Requested by: Eike Bernhardt <eike@unorganized.net>
PR: 59814
Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org> |
19 Aug 2004 14:25:38
2.6.2_2  |
vs  |
mirror.ac.uk -> mirrorservice.org
PR: ports/69481
Submitted by: Tim Bishop, Dejan Lesjak
Approved by: maintainers |
12 Aug 2004 11:45:27
2.6.2_2  |
eik  |
fix security hole in non-chroot rsync daemon.
<http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html> |
03 May 2004 12:15:22
2.6.2_1  |
eik  |
fix --delete SEGV
<http://lists.samba.org/archive/rsync/2004-May/009380.html> |
30 Apr 2004 22:18:39
2.6.2  |
eik  |
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 |
30 Apr 2004 09:53:34
2.6.1_2  |
eik  |
Fix sorting bug when --relative is used
<http://lists.samba.org/archive/rsync-announce/2004/000015.html> |
29 Apr 2004 15:36:39
2.6.1_1  |
eik  |
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) |
28 Apr 2004 14:42:58
2.6.1  |
eik  |
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. |
27 Apr 2004 22:59:19
2.6.1  |
eik  |
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) |
18 Mar 2004 01:04:31
2.6.0  |
eik  |
SIZEify
Prompted by: trevor |
19 Jan 2004 22:32:43
2.6.0  |
eik  |
- 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) |
04 Dec 2003 14:45:06
2.5.7  |
kris  |
Security update to rsync 2.5.7. This fixes a remotely-exploitable
heap overflow, see http://rsync.samba.org/ for the details. |
16 Nov 2003 23:08:12
2.5.6_2  |
eik  |
- 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) |
11 May 2003 11:06:31
2.5.6_1  |
obraun  |
Reset maintainer to ports@ since rsync is not written in Haskell ;o) |
04 Mar 2003 07:27:04
2.5.6_1  |
obraun  |
Bump PORTREVISION due to my last commit.
Requested by: knu |
03 Mar 2003 19:37:22
2.5.6  |
obraun  |
* 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. |
18 Feb 2003 10:50:48
2.5.6  |
obraun  |
De-pkg-comment and make portlint a little bit happier. |
28 Jan 2003 20:30:36
2.5.6  |
obraun  |
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 |
28 Jan 2003 16:50:01
2.5.6  |
obraun  |
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> |
05 Nov 2002 21:55:21
2.5.5_1  |
obraun  |
Use PORTCOMMENT variable instead of pkg-comment file. |
31 Aug 2002 07:20:26
2.5.5_1  |
obraun  |
* Add knob WITH_POPT_PORT to build rsync with devel/popt.
* Use included popt by default.
Reviewed by: alane
Approved by: dwcjr (mentor) |
21 Aug 2002 15:46:07
2.5.5_1  |
obraun  |
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor) |
19 Jun 2002 19:58:05
2.5.5_1  |
pat  |
Dont remove .bak files
PR: 39535
Submitted by: maintainer |
19 Jun 2002 09:18:10
2.5.5_1  |
sobomax  |
Add USE_REINPLACE where appropriate. |
18 Jun 2002 23:04:47
2.5.5_1  |
pat  |
Remove perl dependency
PR: 39488
Submitted by: maintainer |
16 Jun 2002 20:00:33
2.5.5_1  |
ijliao  |
fix REINPLACE_CMD last commit
PR: 39365
Submitted by: maintainer |
14 Jun 2002 08:21:10
2.5.5_1  |
ijliao  |
Replace ${PERL} with ${REINPLACE_CMD}.
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer |
17 May 2002 00:33:22
2.5.5_1  |
obrien  |
Needs perl to build. |
26 Apr 2002 19:40:14
2.5.5_1  |
dwcjr  |
Use popt in ports
PR: 37348
Submitted by: maintainer |
21 Apr 2002 23:01:17
2.5.5_1  |
anders  |
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 |
20 Apr 2002 21:19:47
2.5.5_1  |
anders  |
Make port set -O2 in CFLAGS. Necessary for -z (compress) option to work
properly.
PR: 36998
Submitted by: maintainer |
03 Apr 2002 22:52:39
2.5.5  |
pat  |
Remove #include <malloc.h>
PR: 36707
Submitted by: maintainer |
02 Apr 2002 13:27:29
2.5.5  |
roam  |
Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).
PR: 36649
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
15 Mar 2002 07:58:44
2.5.4  |
obrien  |
Upgrade to version 2.5.4. |
15 Mar 2002 07:58:13
2.5.4  |
obrien  |
This vendor security fix, was part of 2.5.3 and later.
So we don't need it anymore. |
15 Mar 2002 07:57:50
2.5.4  |
obrien  |
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 
|
obrien  |
Add vendor patch to correctly drop group privileges when changing uid. |
26 Jan 2002 01:39:48 
|
obrien  |
Update to 2.5.2 |
23 Jan 2002 23:32:21 
|
obrien  |
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 
|
sobomax  |
Update to 2.5.1. |
25 Dec 2001 01:59:36 
|
kuriyama  |
Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages. |
04 Dec 2001 01:13:37 
|
obrien  |
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 
|
steve  |
Spell rsync correctly. |
20 May 2001 09:28:06 
|
obrien  |
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 09:27:00 
|
obrien  |
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 19:33:59 
|
obrien  |
Numerically note the rsync w/ssh as rsh problem was fixed. |
08 Apr 2001 17:48:29 
|
obrien  |
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 
|
obrien  |
Change the default remote protocol from RSH to SSH. |