FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:20 AM GMT
Port details
rsync 3.0.9 net on this many watch lists=323 search for ports that depend on this port An older version of this port was marked as vulnerable.
A network file distribution/synchronization utility
Maintained by: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: ipv6
License: GPLv3
rsync is a replacement for rcp that has many more features.
 
rsync uses the "rsync algorithm" which provides a very fast method for
bringing remote files into sync. It does this by sending just the
differences in the files across the link, without requiring that both
sets of files are present at one of the ends of the link beforehand.
This makes rsync a good remote file distribution/synchronization utility
in a dialup PPP/SLIP environment.

Note, requires rsync on the destination machine.

There is a Computer Science Technical Report on the rsync algorithm is
included in the distribution, and is available as
ftp://samba.anu.edu.au/pub/rsync/tech_report.ps

WWW: http://rsync.samba.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required by:
for Build

for Run

To install the port: cd /usr/ports/net/rsync/ && make install clean
To add the package: pkg_add -r rsync


Configuration Options
===> The following configuration options are available for rsync-3.0.9:
     POPT_PORT=off (default) "Use popt from devel/popt instead of bundled one"
     SSH=on (default) "Use SSH instead of RSH"
     FLAGS=off (default) "File system flags support patch, adds --fileflags"
     ATIMES=off (default) "Preserve access times, adds --atimes"
     ACL=off (default) "Add backward-compatibility for the --acls option"
     ICONV=off (default) "Add iconv support"
     TIMELIMIT=off (default) "Time limit patch"
===> Use 'make config' to modify these settings

Master Sites:
http://rsync.samba.org/ftp/rsync/
ftp://ftp.samba.org/pub/rsync/
ftp://ftp.sunet.se/pub/unix/admin/rsync/
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
http://www.mirrorservice.org/sites/rsync.samba.org/
http://critical.ch/distfiles/rsync/
http://energy.critical.ch/distfiles/rsync/
http://snow.critical.ch/distfiles/rsync/
http://www.bluestop.org/distfiles/rsync/
http://fneu.fr/distfiles/rsync/
ftp://ftp.c.saper.info/distfiles/rsync/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  3.0.9
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
23 Sep 2011 23:44:35
Original commit files touched by this commit  3.0.9
ehaupt search for other commits by this committer
Update to 3.0.9
23 Sep 2011 22:26:39
Original commit files touched by this commit  3.0.8
amdmi3 search for other commits by this committer
- 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
26 Mar 2011 22:27:07
Original commit files touched by this commit  3.0.8
ehaupt search for other commits by this committer
Update to 3.0.8
25 Jan 2011 19:59:40
Original commit files touched by this commit  3.0.7
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Add LICENSE and remove MD5 sums.

Feature safe:   yes
13 Oct 2010 18:57:09
Original commit files touched by this commit  3.0.7
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Remove dead mirror
27 Mar 2010 00:15:24
Original commit files touched by this commit  3.0.7
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
01 Jan 2010 03:50:38
Original commit files touched by this commit  3.0.7
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Update to 3.0.7
15 Sep 2009 08:30:12
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
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 09:57:53
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.

Notified by:    pjd
15 Jul 2009 16:56:10
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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 09:07:56
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Update to 3.0.6
27 Mar 2009 09:53:36
Original commit files touched by this commit  3.0.5
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Mark MAKE_JOBS_SAFE
29 Dec 2008 08:00:52
Original commit files touched by this commit  3.0.5
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Update to 3.0.5

Changelog:      http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS
06 Sep 2008 18:40:47
Original commit files touched by this commit  3.0.4
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Update to 3.0.4
21 Aug 2008 06:18:49
Original commit files touched by this commit  3.0.3
 This port version is marked as vulnerable.
rafan search for other commits by this committer
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 View all of this commit message)
09 Jul 2008 12:44:02
Original commit files touched by this commit  3.0.3
 This port version is marked as vulnerable.
koitsu search for other commits by this committer
Add support for --atimes patch, which preserves access times.

Reviewed by:    ehaupt
Approved by:    ehaupt
02 Jul 2008 15:55:01
Original commit files touched by this commit  3.0.3
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Update to 3.0.3
26 Jun 2008 14:03:48
Original commit files touched by this commit  3.0.2_1
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Provide an optional "Time limit patch"

PR:             124553
Submitted by:   Adrian Thearle <adrian@thearle.com.au>
02 Jun 2008 08:11:52
Original commit files touched by this commit  3.0.2_1
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.

PR:             124199
Submitted by:   rafan
31 May 2008 10:34:41
Original commit files touched by this commit  3.0.2_1
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
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 12:32:17
Original commit files touched by this commit  3.0.2
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Rework WITHOUT_ICONV build option

PR:             123469
Submitted by:   Dan Nelson <dnelson@allantgroup.com>
08 Apr 2008 19:24:06
Original commit files touched by this commit  3.0.2
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
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 09:23:06
Original commit files touched by this commit  3.0.1
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
- 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
Original commit files touched by this commit  3.0.0
ehaupt search for other commits by this committer
Only download patchset if needed.
12 Mar 2008 14:09:22
Original commit files touched by this commit  3.0.0
ehaupt search for other commits by this committer
Add optional iconv support
07 Mar 2008 08:29:45
Original commit files touched by this commit  3.0.0
ehaupt search for other commits by this committer
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
Original commit files touched by this commit  3.0.0
ehaupt search for other commits by this committer
- 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
Original commit files touched by this commit  3.0.0
pav search for other commits by this committer
- Update to 3.0.0
22 Feb 2008 11:50:38
Original commit files touched by this commit  2.6.9_2
pav search for other commits by this committer
- Add a knob to apply atimes patch from vendor distribution

Submitted by:   koitsu
02 Dec 2007 21:14:43
Original commit files touched by this commit  2.6.9_2
pav search for other commits by this committer
- 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 16:17:01
Original commit files touched by this commit  2.6.9_1
pav search for other commits by this committer
- 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 11:41:31
Original commit files touched by this commit  2.6.9
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- 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 09:36:52
Original commit files touched by this commit  2.6.9
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- 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 08:00:52
Original commit files touched by this commit  2.6.9
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Respect CFLAGS with POPT option

Reported by:    kris
09 Apr 2007 13:55:32
Original commit files touched by this commit  2.6.9
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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
Original commit files touched by this commit  2.6.9
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix IGNORE conditional (typo)
22 Nov 2006 10:05:47
Original commit files touched by this commit  2.6.9
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 08:00:16
Original commit files touched by this commit  2.6.8_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Allow build with custom CFLAGS
28 Jul 2006 14:42:54
Original commit files touched by this commit  2.6.8_2
 This port version is marked as vulnerable.
sat search for other commits by this committer
- Rid the tree of double slashes in URL paths
01 Jun 2006 13:30:54
Original commit files touched by this commit  2.6.8_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove dead master site
30 May 2006 16:39:49
Original commit files touched by this commit  2.6.8_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Patch strip for everyone!

Reported by:    Tobias Roth <ports@fsck.ch>
30 May 2006 09:35:28
Original commit files touched by this commit  2.6.8_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 13:29:22
Original commit files touched by this commit  2.6.8_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 08:16:18
Original commit files touched by this commit  2.6.8_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix typo

Submitted by:   Simun Mikecin <numisemis@yahoo.com>
09 May 2006 22:27:08
Original commit files touched by this commit  2.6.8_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 22:47:27
Original commit files touched by this commit  2.6.8
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.6.8

PR:             ports/96210
Submitted by:   delphij
03 Apr 2006 21:12:25
Original commit files touched by this commit  2.6.7_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix logging of "connect from" message

Obtained from:  http://lists.samba.org/archive/rsync/2006-March/015143.html
15 Mar 2006 10:36:08
Original commit files touched by this commit  2.6.7
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.6.7
20 Feb 2006 20:47:50
Original commit files touched by this commit  2.6.6
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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
Original commit files touched by this commit  2.6.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add some SHA256s
29 Jul 2005 16:52:06
Original commit files touched by this commit  2.6.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.6.6
06 Jun 2005 12:39:39
Original commit files touched by this commit  2.6.5
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 11:31:31
Original commit files touched by this commit  2.6.4_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 21:07:54
Original commit files touched by this commit  2.6.4
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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 03:26:57
Original commit files touched by this commit  2.6.3_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  2.6.3_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
24 Oct 2004 01:59:42
Original commit files touched by this commit  2.6.3_1
 This port version is marked as vulnerable.
eik search for other commits by this committer
- Re-enable "!"s in .cvsignore files
- Fix an off-by-one error in the handling of --max-delete=N
11 Oct 2004 23:25:38
Original commit files touched by this commit  2.6.3
 This port version is marked as vulnerable.
eik search for other commits by this committer
- 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 16:30:50
Original commit files touched by this commit  2.6.2_3
 This port version is marked as vulnerable.
eik search for other commits by this committer
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 13:25:38
Original commit files touched by this commit  2.6.2_2
 This port version is marked as vulnerable.
vs search for other commits by this committer
mirror.ac.uk -> mirrorservice.org

PR:             ports/69481
Submitted by:   Tim Bishop, Dejan Lesjak
Approved by:    maintainers
12 Aug 2004 10:45:27
Original commit files touched by this commit  2.6.2_2
 This port version is marked as vulnerable.
eik search for other commits by this committer
fix security hole in non-chroot rsync daemon.

 
<http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html>
03 May 2004 11:15:22
Original commit files touched by this commit  2.6.2_1
 This port version is marked as vulnerable.
eik search for other commits by this committer
fix --delete SEGV
 <http://lists.samba.org/archive/rsync/2004-May/009380.html>
30 Apr 2004 21:18:39
Original commit files touched by this commit  2.6.2
 This port version is marked as vulnerable.
eik search for other commits by this committer
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 08:53:34
Original commit files touched by this commit  2.6.1_2
 This port version is marked as vulnerable.
eik search for other commits by this committer
Fix sorting bug when --relative is used
  <http://lists.samba.org/archive/rsync-announce/2004/000015.html>
29 Apr 2004 14:36:39
Original commit files touched by this commit  2.6.1_1
 This port version is marked as vulnerable.
eik search for other commits by this committer
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 13:42:58
Original commit files touched by this commit  2.6.1
 This port version is marked as vulnerable.
eik search for other commits by this committer
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 21:59:19
Original commit files touched by this commit  2.6.1
 This port version is marked as vulnerable.
eik search for other commits by this committer
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
Original commit files touched by this commit  2.6.0
 This port version is marked as vulnerable.
eik search for other commits by this committer
SIZEify

Prompted by:    trevor
19 Jan 2004 22:32:43
Original commit files touched by this commit  2.6.0
 This port version is marked as vulnerable.
eik search for other commits by this committer
- 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
Original commit files touched by this commit  2.5.7
 This port version is marked as vulnerable.
kris search for other commits by this committer
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
Original commit files touched by this commit  2.5.6_2
 This port version is marked as vulnerable.
eik search for other commits by this committer
- 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 10:06:31
Original commit files touched by this commit  2.5.6_1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Reset maintainer to ports@ since rsync is not written in Haskell ;o)
04 Mar 2003 07:27:04
Original commit files touched by this commit  2.5.6_1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Bump PORTREVISION due to my last commit.

Requested by:   knu
03 Mar 2003 19:37:22
Original commit files touched by this commit  2.5.6
 This port version is marked as vulnerable.
obraun search for other commits by this committer
* 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
Original commit files touched by this commit  2.5.6
 This port version is marked as vulnerable.
obraun search for other commits by this committer
De-pkg-comment and make portlint a little bit happier.
28 Jan 2003 20:30:36
Original commit files touched by this commit  2.5.6
 This port version is marked as vulnerable.
obraun search for other commits by this committer
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
Original commit files touched by this commit  2.5.6
 This port version is marked as vulnerable.
obraun search for other commits by this committer
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
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Use PORTCOMMENT variable instead of pkg-comment file.
31 Aug 2002 06:20:26
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
* 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 14:46:07
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Change MAINTAINER to my FreeBSD address.

Approved by:    dwcjr (mentor)
19 Jun 2002 18:58:05
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
pat search for other commits by this committer
Dont remove .bak files

PR:             39535
Submitted by:   maintainer
19 Jun 2002 08:18:10
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Add USE_REINPLACE where appropriate.
18 Jun 2002 22:04:47
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
pat search for other commits by this committer
Remove perl dependency

PR:             39488
Submitted by:   maintainer
16 Jun 2002 19:00:33
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
fix REINPLACE_CMD last commit

PR:             39365
Submitted by:   maintainer
14 Jun 2002 07:21:10
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}.
PR:     39243, 39244, 39245, 39249
Submitted by:   maintainer
16 May 2002 23:33:22
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Needs perl to build.
26 Apr 2002 18:40:14
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
dwcjr search for other commits by this committer
Use popt in ports

PR:             37348
Submitted by:   maintainer
21 Apr 2002 22:01:17
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
anders search for other commits by this committer
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 20:19:47
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
anders search for other commits by this committer
Make port set -O2 in CFLAGS. Necessary for -z (compress) option to work
properly.

PR:             36998
Submitted by:   maintainer
03 Apr 2002 21:52:39
Original commit files touched by this commit  2.5.5
 This port version is marked as vulnerable.
pat search for other commits by this committer
Remove #include <malloc.h>

PR:             36707
Submitted by:   maintainer
02 Apr 2002 12:27:29
Original commit files touched by this commit  2.5.5
 This port version is marked as vulnerable.
roam search for other commits by this committer
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
Original commit files touched by this commit  2.5.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Upgrade to version 2.5.4.
15 Mar 2002 07:58:13
Original commit files touched by this commit  2.5.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
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
Original commit files touched by this commit  2.5.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
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
files touched by this commit
obrien search for other commits by this committer
Add vendor patch to correctly drop group privileges when changing uid.    
26 Jan 2002 01:39:48
files touched by this commit
obrien search for other commits by this committer
Update to 2.5.2    
23 Jan 2002 23:32:21
files touched by this commit
obrien search for other commits by this committer
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
files touched by this commit
sobomax search for other commits by this committer
Update to 2.5.1.    
25 Dec 2001 01:59:36
files touched by this commit
kuriyama search for other commits by this committer
Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages.    

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours7
new 7 days45
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.587 seconds.