Changelog for
rsync-debugsource-3.0.4-2.2.x86_64.rpm :
Wed Nov 18 13:00:00 2009 puzelAATTsuse.de
- backport \'use slp\' feature from upstream (fate#306331)
Wed Oct 8 14:00:00 2008 puzelAATTsuse.cz
- fix build: do not run tests as they fail in chrooted environment
Mon Sep 22 14:00:00 2008 puzelAATTsuse.cz
- update to 3.0.4
- update to stable release
- removed rsync-3.0.4pre2-xattrs-test-fix.patch
- fixed in upstream
Thu Sep 4 14:00:00 2008 puzelAATTsuse.cz
- update to 3.0.4pre2
- Fixed the handling of a --partial-dir that cannot be created.
- Fixed a couple issues in the --fake-super handling of xattrs when the
destination files have root-level attributes (e.g. selinux values) that
a non-root copy can\'t affect.
- The --iconv option now converts the content of a symlink too, instead
of leaving it in the wrong character-set.
- Fixed a bug where --delete-during could delete in a directory before it
noticed that the sending side sent an I/O error for that directory.
- Fixed a crash bug in the hard-link code.
- Fixed the sending of xattr directory information when the code finds a
- -link-dest or --copy-dest directory with unchanged xattrs
- Fixed deletion handling when copying a single, empty directory (with no
files) to a differently named, non-existent directory.
- too many other changes and fixes - please, see NEWS and NEWS-rsync-3.0.3
files
- specfile fixes :
- use %configure and %makeinstall macros
- use %_bindir and %sbindir macros
- removed lutimes-hack.diff (not needed anymore)
- removed rsync-patches-3.0.2.dif (fixed in upstream)
Tue Aug 12 14:00:00 2008 puzelAATTsuse.cz
- rsyncd.rc: use Should-Start instead of X-UnitedLinux-Should-Start
- specfile fixes:
* added Should-Stop
* \'make test\' moved to %check
* recommend logrotate
Mon Apr 14 14:00:00 2008 roAATTsuse.de
- update to version 3.0.2
- Fixed a potential buffer overflow in the xattr code.
- update to version 3.0.1
- Added the \'c\'-flag to the itemizing of non-regular files so that the
itemized output doesn\'t get hidden if there were no attribute changes,
and also so that the itemizing of a --copy-links run will distinguish
between copying an identical non-regular file and the creation of a
revised version with a new value (e.g. a changed symlink referent, a
new device number, etc.).
- quite a lot of other bugfixes, please see OLDNEWS file
Tue Mar 11 13:00:00 2008 roAATTsuse.de
- update to version 3.0.0 (shortened, more details see NEWS file)
- The handling of implied directories when using --relative has changed to
send them as directories (e.g. no implied dir is ever sent as a symlink).
- Requesting a remote file-listing without specifying -r (--recursive) now
sends the -d (--dirs) option to the remote rsync rather than sending -r
along with an extra exclude of /
*/
*.
- In --dry-run mode, the last line of the verbose summary text is output
with a \"(DRY RUN)\" suffix to help remind you that no updates were made.
Similarly, --only-write-batch outputs \"(BATCH ONLY)\".
- A writable rsync daemon with \"use chroot\" disabled now defaults to a
symlink-munging behavior designed to make symlinks safer while also
allowing absolute symlinks to be stored and retrieved.
- Starting up an extra copy of an rsync daemon will not clobber the pidfile
for the running daemon -- if the pidfile exists, the new daemon will exit
with an error.
- re-applied patches from upstream kit:
- acls.diff,xattrs.diff,slp.diff
- removed patches:
- rsync-overlong.patch (upstream code cleaned up)
- lutimes-hack.diff (should not be needed any more)
- rsync-fix_fuzzy.patch (fixed upstream)
- rsync-hlink_crash.patch (upstream cleaned up)
- munge-symlinks-2.6.9.diff (integrated upstream)
Tue Dec 4 13:00:00 2007 roAATTsuse.de
- added munge-symlinks patch (#345507) CVE-2007-6199
Thu Nov 8 13:00:00 2007 roAATTsuse.de
- fix uninitialized struct sx in hlink.c:hard_link_cluster
to prevent crash when using acls (#338358)
Fri Sep 14 14:00:00 2007 roAATTsuse.de
- fix (#300526) restart will start standalone rsync if running
under xinetd
- use a pid file for rsyncd in init script so that rcrsyncd
will not show status running for an rsync started by xinetd
- insert \"pid file\" entry into rsyncd.conf if not present
Wed Sep 12 14:00:00 2007 dmuellerAATTsuse.de
- build parallel
- fix hardlinks accross partition
Mon Sep 10 14:00:00 2007 roAATTsuse.de
- fix abort in rsync when acls and fuzzy are used together
(#306263)
Fri Aug 17 14:00:00 2007 cthielAATTsuse.de
- added lutimes-hack.diff to work around a glibc bug in lutimes.c
Thu Aug 2 14:00:00 2007 roAATTsuse.de
- protect from overlong filenames (#294073) CVE-2007-4091
Mon May 14 14:00:00 2007 mrueckertAATTsuse.de
- make build work on older distros again.
Tue May 8 14:00:00 2007 dmuellerAATTsuse.de
- use builtin zlib copy again
Mon May 7 14:00:00 2007 dmuellerAATTsuse.de
- update to 2.6.9:
* several important bugfixes
* new features, see included NEWS file
- build against system zlib instead of own zlib copy
- build against system popt instead of own popt copy
Wed Apr 18 14:00:00 2007 ajAATTsuse.de
- Use texlive for building.
Tue Sep 12 14:00:00 2006 roAATTsuse.de
- apply fix for xattr.diff from rsync mailing list
Tue Aug 22 14:00:00 2006 roAATTsuse.de
- apply patches/xattr.diff as well (fate#300565)
Thu Aug 10 14:00:00 2006 dmuellerAATTsuse.de
- fix rc script error code when there\'s an error in the config
file (#198406)