diff options
author | tron <tron@pkgsrc.org> | 2011-10-03 09:49:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-10-03 09:49:56 +0000 |
commit | 63ccc131e6a10f627980eb38664a63ae5d7651fb (patch) | |
tree | 58b47ca71d5f7b53fcb40f8126f5b626a82dbab1 /net/rsync | |
parent | 5b4b93c05ec53f867935426e7472afb3fc9316a1 (diff) | |
download | pkgsrc-63ccc131e6a10f627980eb38664a63ae5d7651fb.tar.gz |
Uopdate "rsync" package to version 3.0.9. Changes since 3.0.8:
- Fix a crash bug in checksum scanning when --inplace is used.
- Fix a hang if a hard-linked file cannot be opened by the sender (e.g.
if it has no read permission).
- Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux.
- Fix a memory leak in the xattr code.
- Fixed a bug with --delete-excluded when a filter merge file has a rule
that specifies a receiver-only side restriction.
- Fix a bug with the modifying of unwritable directories.
- Fix --fake-super's interaction with --link-dest same-file comparisons.
- Fix the updating of the curr_dir buffer to avoid a duplicate slash.
- Fix the directory permissions on an implied dot-dir when using --relative
(e.g. /outside/path/././send/path).
- Fixed some too-long sleeping instances when using --bwlimit.
- Fixed when symlink ownership difference-checking gets compiled into
unchanged_attrs().
- Improved the socket-error reporting when multiple protocols fail.
- Fixed a case where a socket error could reference just-freed memory.
- Failing to use a password file that was specified on the command-line is
now a fatal error.
- Fix the non-root updating of directories that don't have the read and/or
execute permission.
- Make daemon-excluded file errors more error-like.
- Fix a compilation issue on older C compilers (due to a misplaced var
declaration).
- Make configure avoid finding socketpair on cygwin.
- Avoid trying to reference SO_BROADCAST if the OS doesn't support it.
- Fix some issues with the post-processing of the man pages.
- Fixed the user home-dir handling in the support/lsh script.
- Some minor manpage improvements.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index fb0ff322766..b560c6a8a1a 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2011/04/08 12:36:24 taca Exp $ +# $NetBSD: Makefile,v 1.86 2011/10/03 09:49:56 tron Exp $ -DISTNAME= rsync-3.0.8 +DISTNAME= rsync-3.0.9 CATEGORIES= net MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ http://rsync.samba.org/ftp/rsync/old-versions/ \ diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 68936591da8..74c6d81adec 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2011/04/08 12:36:24 taca Exp $ +$NetBSD: distinfo,v 1.37 2011/10/03 09:49:56 tron Exp $ -SHA1 (rsync-3.0.8.tar.gz) = 10e80173c7e9ed8b8a4dc9e8fdab08402da5f08d -RMD160 (rsync-3.0.8.tar.gz) = f00c5ba42e33a1745976c9af5e770c220a6fa4a6 -Size (rsync-3.0.8.tar.gz) = 790722 bytes +SHA1 (rsync-3.0.9.tar.gz) = c64c8341984aea647506eb504496999fd968ddfc +RMD160 (rsync-3.0.9.tar.gz) = e5ee8d786defb0d8f937c8d027466f418c63c97e +Size (rsync-3.0.9.tar.gz) = 792725 bytes SHA1 (patch-ab) = f7895312568d1ff5ca7031cf9b1ddd2b6e0b02d8 |