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

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


Branch: pkgsrc-2021Q3, Version: 3.2.3nb1, Package name: rsync-3.2.3nb1, Maintainer: pkgsrc-users

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: 00823f43901e7da39f3f0daf20ec9efae47e959e
RMD160: 6eea543c7034f1ef4997f72011d4fcdda2a960da
Filesize: 1044.711 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-08 15:15:53 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #6507 - requested by tm
net/rsync: security fix

Revisions pulled up:
- net/rsync/Makefile                                            1.116
- net/rsync/distinfo                                            1.52
- net/rsync/patches/patch-rsync-ssl                             1.1

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Oct  6 08:15:57 UTC 2021

   Modified Files:
   	pkgsrc/net/rsync: Makefile distinfo
   Added Files:
   	pkgsrc/net/rsync/patches: patch-rsync-ssl

   Log message:
   rsync: fix CVE-2020-14387 using upstream patch.

   Bump PKGREVISION.