Mon Oct 3 09:49:56 2011 UTC ()
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.


(tron)
diff -r1.85 -r1.86 pkgsrc/net/rsync/Makefile
diff -r1.36 -r1.37 pkgsrc/net/rsync/distinfo

cvs diff -r1.85 -r1.86 pkgsrc/net/rsync/Makefile (expand / switch to unified diff)

--- pkgsrc/net/rsync/Makefile 2011/04/08 12:36:24 1.85
+++ pkgsrc/net/rsync/Makefile 2011/10/03 09:49:56 1.86
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.85 2011/04/08 12:36:24 taca Exp $ 1# $NetBSD: Makefile,v 1.86 2011/10/03 09:49:56 tron Exp $
2 2
3DISTNAME= rsync-3.0.8 3DISTNAME= rsync-3.0.9
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ 5MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
6 http://rsync.samba.org/ftp/rsync/old-versions/ \ 6 http://rsync.samba.org/ftp/rsync/old-versions/ \
7 ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ 7 ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
8 ftp://ftp.fu-berlin.de/unix/network/rsync/ 8 ftp://ftp.fu-berlin.de/unix/network/rsync/
9 9
10OWNER= tron@NetBSD.org 10OWNER= tron@NetBSD.org
11HOMEPAGE= http://rsync.samba.org/ 11HOMEPAGE= http://rsync.samba.org/
12COMMENT= Network file distribution/synchronisation utility 12COMMENT= Network file distribution/synchronisation utility
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.36 -r1.37 pkgsrc/net/rsync/distinfo (expand / switch to unified diff)

--- pkgsrc/net/rsync/distinfo 2011/04/08 12:36:24 1.36
+++ pkgsrc/net/rsync/distinfo 2011/10/03 09:49:56 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2011/04/08 12:36:24 taca Exp $ 1$NetBSD: distinfo,v 1.37 2011/10/03 09:49:56 tron Exp $
2 2
3SHA1 (rsync-3.0.8.tar.gz) = 10e80173c7e9ed8b8a4dc9e8fdab08402da5f08d 3SHA1 (rsync-3.0.9.tar.gz) = c64c8341984aea647506eb504496999fd968ddfc
4RMD160 (rsync-3.0.8.tar.gz) = f00c5ba42e33a1745976c9af5e770c220a6fa4a6 4RMD160 (rsync-3.0.9.tar.gz) = e5ee8d786defb0d8f937c8d027466f418c63c97e
5Size (rsync-3.0.8.tar.gz) = 790722 bytes 5Size (rsync-3.0.9.tar.gz) = 792725 bytes
6SHA1 (patch-ab) = f7895312568d1ff5ca7031cf9b1ddd2b6e0b02d8 6SHA1 (patch-ab) = f7895312568d1ff5ca7031cf9b1ddd2b6e0b02d8