./net/rsync, Network file distribution/synchronisation utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 3.1.0nb1, Package name: rsync-3.1.0nb1, Maintainer: tron

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/synchronisation utility
in a dialup PPP/SLIP environment.

Note: it requires rsync on the destination machine.

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


Master sites: (Expand)

SHA1: eb58ab04bcb6293da76b83f58327c038b23fcba3
RMD160: d072ab02c31468aa72270a4cf90b5865c5139e1b
Filesize: 863.185 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-19 07:19:38 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #4380 - requested by tron
net/rsync: security patch

Revisions pulled up:
- net/rsync/Makefile                                            1.93
- net/rsync/distinfo                                            1.39
- net/rsync/patches/patch-authenticate.c                        1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Fri Apr 18 23:29:39 UTC 2014

   Modified Files:
   	pkgsrc/net/rsync: Makefile distinfo
   Added Files:
   	pkgsrc/net/rsync/patches: patch-authenticate.c

   Log message:
   Add security patch from Samba GIT repository to address remote DoS
   vulnerability in rsync's daemon mode (CVE-2014-2855).

   To generate a diff of this commit:
   cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/rsync/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/rsync/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/net/rsync/patches/patch-authenticate.c