diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-04-08 11:54:31 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-04-08 11:54:31 +0000 |
commit | 7721ca02299f8eb4f1261ab9748b2600f6455ae2 (patch) | |
tree | 85ea9d55107de01e8ffcc7e42de52446f8e40f5d /net/rsync/distinfo | |
parent | 3f71ec6d781b962f99092fe1cf51b122e9fc7433 (diff) | |
download | pkgsrc-7721ca02299f8eb4f1261ab9748b2600f6455ae2.tar.gz |
Update to rsync 3.0.1. Changes between 2.6.9 and 3.0.0 are just too many,
mostly improvements in speed of execution (usually up by around factor 10)
and memory use (the same factor down). Please see <http://samba.rsync.org/>
or ${WRKSRC}/CHANGES for more detailed information.
Changes between 3.0.0 and 3.0.1:
- New flag "c" for itemizing non-regular files.
- Fix crash when running rsyncd without --config-file= .
- Fix crash when backing up a directory which has default ACLs.
- Fixed the working of --fake-super with --link-dest and --xattrs.
- Fixed a hang when combining --dry-run with --remove-source-files.
- Fixed a bug with --iconv preventing gobbled file names from causing
transfer failures.
- Fixed the use of the --protect-args (-s) option when talking to a daemon.
- Fixed the --ignore-existing symlink problems.
- Avoid setting the mtime on a directory that already has the right one.
- Improved the daemon-exclude handling.
- Fixed a glitch in the itemizing of permissions with the -E option.
- Various other bugfixes.
- Fixed a couple minor bugs in the included popt library.
- Fixed a stat() call that should have been do_stat() for 64-bit
functionality.
- Changed the file-glob code to do a more memory efficient directory scan.
Approved-by: tron
Diffstat (limited to 'net/rsync/distinfo')
-rw-r--r-- | net/rsync/distinfo | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 5122fb0958b..380a44b6f70 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.28 2008/03/11 10:16:43 tron Exp $ +$NetBSD: distinfo,v 1.29 2008/04/08 11:54:31 tonnerre Exp $ -SHA1 (rsync-2.6.9.tar.gz) = 341618e230ea2e0e551d0ccf06f840d4f824c843 -RMD160 (rsync-2.6.9.tar.gz) = 36d270d9f01e9a8e808f426196796001bdd3d5d2 -Size (rsync-2.6.9.tar.gz) = 811841 bytes -SHA1 (patch-aa) = f8193d10197d44f78d923b9c2e4809072d25e988 -SHA1 (patch-ab) = 1666dbc37c04c219886b2e5d160792e9b9e2b97d +SHA1 (rsync-3.0.1.tar.gz) = e76b6ed0b8f59dfb30123228b8495578019181d7 +RMD160 (rsync-3.0.1.tar.gz) = ff5bb3d17b9f159d75752d464e183cf91c7f77e0 +Size (rsync-3.0.1.tar.gz) = 765881 bytes +SHA1 (patch-ab) = b5afcb96dc3fc85722d5b8f8e1542676abab450a |