Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2017-07-24 13:04:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsync (Old)
 and      /work/SRC/openSUSE:Factory/.rsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsync"

Mon Jul 24 13:04:31 2017 rev:61 rq:512233 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsync/rsync.changes      2017-07-21 
22:36:02.981716424 +0200
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2017-07-24 
13:04:34.325301073 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 10:45:16 UTC 2017 - [email protected]
+
+- Refresh patch rsync-both-compressions.patch to include
+  fix when using old-compress on new zlib on server too
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ rsync-both-compressions.patch ++++++
--- /var/tmp/diff_new_pack.Auxlgk/_old  2017-07-24 13:04:35.137186529 +0200
+++ /var/tmp/diff_new_pack.Auxlgk/_new  2017-07-24 13:04:35.137186529 +0200
@@ -55,9 +55,18 @@
  
  #ifdef HAVE_SETVBUF
 diff --git a/token.c b/token.c
-index ad9b9bcd..0eb95362 100644
+index ad9b9bcd..a1ceb975 100644
 --- a/token.c
 +++ b/token.c
+@@ -374,7 +374,7 @@ send_deflated_token(int f, int32 token, struct map_struct 
*buf, OFF_T offset,
+                       }
+                       if (nb == 0 && token != -2)
+                               flush = Z_SYNC_FLUSH;
+-                      r = deflate(&tx_strm, flush);
++                      r = deflate_int(&tx_strm, flush);
+                       if (r != Z_OK) {
+                               rprintf(FERROR, "deflate returned %d\n", r);
+                               exit_cleanup(RERR_STREAMIO);
 @@ -405,7 +405,6 @@ send_deflated_token(int f, int32 token, struct map_struct 
*buf, OFF_T offset,
        } else if (token != -2 && do_compression == 1) {
                /* Add the data in the current block to the compressor's



Reply via email to