diff --git a/rsync-3.0.5.tar.bz2 b/rsync-3.0.5.tar.bz2 deleted file mode 100644 index 9193d6d..0000000 --- a/rsync-3.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0249d49c928cdb65a56b510093c14a7da514217231667b48d75b96ff90235178 -size 638512 diff --git a/rsync-3.0.6pre1.tar.bz2 b/rsync-3.0.6pre1.tar.bz2 new file mode 100644 index 0000000..711205a --- /dev/null +++ b/rsync-3.0.6pre1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7df0d580a350c0ea50144cade8abcb0abc1efe5813aa63bfd7b4d9c34d64801 +size 645867 diff --git a/rsync-patches-3.0.5.tar.bz2 b/rsync-patches-3.0.5.tar.bz2 deleted file mode 100644 index 44b63e8..0000000 --- a/rsync-patches-3.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7506a9a9024636af3373ecfa284e82e6074cf8abc64b682c608d6a9257bfe4 -size 112174 diff --git a/rsync-patches-3.0.6pre1.tar.bz2 b/rsync-patches-3.0.6pre1.tar.bz2 new file mode 100644 index 0000000..d02d9cc --- /dev/null +++ b/rsync-patches-3.0.6pre1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca1a7d60397208f09637bf57b4ec8b780d2f0059e0b74283b9259ecc5430439 +size 112053 diff --git a/rsync.changes b/rsync.changes index 43e2a82..d665102 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Apr 16 12:16:41 CEST 2009 - puzel@suse.cz + +- update to 3.0.6pre1 (bugfix release) +- noteworthy changes: + - Fixed a --read-batch hang when rsync is reading a batch file that was + created from an incremental-recursion transfer + - Fixed the daemon's socket code to handle the simultaneous arrival of + multiple connections. + - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that + have consecutive slashes in the value. + - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed. + - The sender now skips a (bogus) symlink that has a 0-length value, which + avoids a transfer error in the receiver. + - Fixed a case where the sender could die with a tag-0 error if there was + an I/O during the sending of the file list. + - Fixed the rrsync script to avoid a server-side problem when -e is at the + start of the short options. + - Fixed a problem where a vanished directory could turn into an exit code + 23 instead of the proper exit code 24. + - Fixed the --iconv conversion of symlinks when doing a local copy. + receiving side when a mount-point directory did not match a directory in + the transfer. + - Fixed the dropping of an ACL mask when no named ACL values were present. + - Fixed an ACL/xattr corruption issue where the --backup option could cause + rsync to associate the wrong ACL/xattr information with received files. + - Fixed the use of --xattrs with --only-write-batch. + - Fixed the use of --dry-run with --read-batch. + - Fixed a run-time issue for systems that can't find iconv_open() by adding + the --disable-iconv-open configure option. + - Complain and die if the user tries to combine --remove-source-files (or + the deprecated --remove-sent-files) with --read-batch. + ------------------------------------------------------------------- Tue Mar 24 11:16:57 CET 2009 - puzel@suse.cz diff --git a/rsync.spec b/rsync.spec index 292295f..fb881d6 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,5 +1,5 @@ # -# spec file for package rsync (Version 3.0.5) +# spec file for package rsync (Version 3.0.5.91) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -31,11 +31,12 @@ License: GPL v3 or later Group: Productivity/Networking/Other PreReq: %fillup_prereq %insserv_prereq sed grep AutoReqProv: on -Version: 3.0.5 -Release: 2 +Version: 3.0.5.91 +Release: 1 +%define tar_version 3.0.6pre1 Summary: Replacement for RCP/mirror that has Many More Features -Source: %{name}-%{version}.tar.bz2 -Source1: %{name}-patches-%{version}.tar.bz2 +Source: %{name}-%{tar_version}.tar.bz2 +Source1: %{name}-patches-%{tar_version}.tar.bz2 Source2: logrotate.rsync Source3: rsync.xinetd Source4: rsyncd.rc @@ -68,7 +69,7 @@ Authors: Paul Mackerras %prep -%setup -q -b 1 +%setup -q -b 1 -n %{name}-%{tar_version} %if %with_system_zlib rm -f zlib/*.h %patch3 @@ -139,6 +140,36 @@ fi %doc COPYING NEWS README tech_report.ps tech_report.tex %changelog +* Thu Apr 16 2009 puzel@suse.cz +- update to 3.0.6pre1 (bugfix release) +- noteworthy changes: + - Fixed a --read-batch hang when rsync is reading a batch file that was + created from an incremental-recursion transfer + - Fixed the daemon's socket code to handle the simultaneous arrival of + multiple connections. + - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that + have consecutive slashes in the value. + - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed. + - The sender now skips a (bogus) symlink that has a 0-length value, which + avoids a transfer error in the receiver. + - Fixed a case where the sender could die with a tag-0 error if there was + an I/O during the sending of the file list. + - Fixed the rrsync script to avoid a server-side problem when -e is at the + start of the short options. + - Fixed a problem where a vanished directory could turn into an exit code + 23 instead of the proper exit code 24. + - Fixed the --iconv conversion of symlinks when doing a local copy. + receiving side when a mount-point directory did not match a directory in + the transfer. + - Fixed the dropping of an ACL mask when no named ACL values were present. + - Fixed an ACL/xattr corruption issue where the --backup option could cause + rsync to associate the wrong ACL/xattr information with received files. + - Fixed the use of --xattrs with --only-write-batch. + - Fixed the use of --dry-run with --read-batch. + - Fixed a run-time issue for systems that can't find iconv_open() by adding + the --disable-iconv-open configure option. + - Complain and die if the user tries to combine --remove-source-files (or + the deprecated --remove-sent-files) with --read-batch. * Tue Mar 24 2009 puzel@suse.cz - add rsync-3.0.5-doc-fix.patch (bnc#487591) * Thu Feb 19 2009 puzel@suse.cz @@ -353,7 +384,7 @@ fi - don't build as root * Mon Aug 18 2003 ro@suse.de - added stop_on_removal and restart_on_update macro calls -* Mon May 12 2003 ro@suse.de +* Tue May 13 2003 ro@suse.de - use defattr * Wed Mar 05 2003 ro@suse.de - add xinetd-config to filelist