Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
rsync: A program for synchronizing files over a network.
Name: | rsync |
Vendor: | Scientific Linux |
Version: | 2.6.8 |
License: | GPL |
Release: | 3.1 |
URL: | |
- Summary
- Rsync uses a reliable algorithm to bring remote and host files into
sync very quickly. Rsync is fast because it just sends the differences
in the files over the network instead of sending the complete
files. Rsync is often used as a very powerful mirroring process or
just as a more capable replacement for the rcp command. A technical
report which describes the rsync algorithm is included in this
package.
Changelog
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.6.8-3.1
- rebuild
- * Fri Jun 9 17:00:00 2006 Jay Fenlason <fenlason{%}redhat{*}com> 2.6.8-3
- Add my xattrs_bug patch to fix a bug where xattrs don't get sent correctly.
- Add BuildRequires to make sure libattr-devel and libacl-devel are avaliable
- replace --with... with --enable... so they actually work
- Add make, autoconf and gcc to BuildRequires
- * Mon May 8 17:00:00 2006 Jay Fenlason <fenlason{%}redhat{*}com> 2.6.8-2
- New upstream release
- Use the upstream xattr patch instead of mine. This closes
bz#190208 CVE-2006-2083 rsync buffer overflow issue