forked from pool/rsync
Accepting request 87460 from home:elvigia:branches:network
- Update to version 3.0.9 * Apply drop-cache patch from rsync-patches tarball, adds option --drop-cache so rsync is drop the memory cache of files when finished (aka. stop trashing the system) * Fix a crash bug in checksum scanning when --inplace is used. * Fix a memory leak in the xattr code. * See NEWS for more detail OBS-URL: https://build.opensuse.org/request/show/87460 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=16
This commit is contained in:
parent
7ffe685934
commit
2cb3837a14
@ -1,14 +0,0 @@
|
||||
diff -up rsync-3.0.8/rsync.1.orig rsync-3.0.8/rsync.1
|
||||
--- rsync-3.0.8/rsync.1.orig 2011-03-29 13:45:53.211306762 +0200
|
||||
+++ rsync-3.0.8/rsync.1 2011-03-29 13:46:29.420079020 +0200
|
||||
@@ -450,8 +450,8 @@ to the detailed description below for a
|
||||
\-\-remove\-source\-files sender removes synchronized files (non\-dir)
|
||||
\-\-del an alias for \-\-delete\-during
|
||||
\-\-delete delete extraneous files from dest dirs
|
||||
- \-\-delete\-before receiver deletes before transfer (default)
|
||||
- \-\-delete\-during receiver deletes during xfer, not before
|
||||
+ \-\-delete\-before receiver deletes before xfer, not during
|
||||
+ \-\-delete\-during receiver deletes during transfer (default)
|
||||
\-\-delete\-delay find deletions during, delete after
|
||||
\-\-delete\-after receiver deletes after transfer, not before
|
||||
\-\-delete\-excluded also delete excluded files from dest dirs
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a34febcee2e36d327d630413fccd9b136e1a4ef57a31dc6952fa6918faf2edc8
|
||||
size 628955
|
3
rsync-3.0.9.tar.bz2
Normal file
3
rsync-3.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:356abccb741689d28ac0ee4320c35ad32f8aaaf109b00d07b0b2de0765017f35
|
||||
size 635435
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f5f36d3873465fe8aeff7a88b4a314f7b1a4d24efb4d9a52210754b0d60d5b9
|
||||
size 120568
|
3
rsync-patches-3.0.9.tar.bz2
Normal file
3
rsync-patches-3.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d806b9f8d9fc26068a020fba427a8a848c7cbd6f297fe7b60123665f8d2b9a31
|
||||
size 120685
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 03:40:40 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to version 3.0.9
|
||||
* Apply drop-cache patch from rsync-patches tarball, adds option
|
||||
--drop-cache so rsync is drop the memory cache of files when
|
||||
finished (aka. stop trashing the system)
|
||||
* Fix a crash bug in checksum scanning when --inplace is used.
|
||||
* Fix a memory leak in the xattr code.
|
||||
* See NEWS for more detail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 13:08:59 UTC 2011 - chris@computersalat.de
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: rsync
|
||||
Version: 3.0.8
|
||||
Version: 3.0.9
|
||||
Release: 8
|
||||
License: GPLv3+
|
||||
Summary: Versatile tool for fast incremental file transfer
|
||||
@ -37,8 +37,6 @@ Source5: rsyncd.conf
|
||||
Source6: rsyncd.secrets
|
||||
Source7: rsync-server.firewall
|
||||
Patch3: system-zlib.diff
|
||||
#PATCH-FIX-UPSTREAM rsync-3.0.5-doc-fix.patch bnc487591 petr.uzel@suse.cz -- based on upstream changes to rsync.yo
|
||||
Patch4: rsync-3.0.5-doc-fix.patch
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libpng
|
||||
BuildRequires: openslp-devel
|
||||
@ -78,7 +76,7 @@ rm -f zlib/*.h
|
||||
patch -p1 < patches/acls.diff
|
||||
patch -p1 < patches/xattrs.diff
|
||||
patch -p1 < patches/slp.diff
|
||||
%patch4 -p1
|
||||
patch -p1 < patches/drop-cache.diff
|
||||
|
||||
%build
|
||||
autoheader
|
||||
|
Loading…
Reference in New Issue
Block a user