[Bug 6916] Avoid bundling a modified zlib

samba-bugs at samba.org samba-bugs at samba.org
Sat Dec 24 14:00:52 MST 2011


https://bugzilla.samba.org/show_bug.cgi?id=6916

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Wayne Davison <wayned at samba.org> 2011-12-24 21:00:51 UTC ---
3.1.0 has a configure option --with-included-popt=no that can be used to get
rsync to use the system's popt library.  I changed the rsync code to be able to
support this, and in my limited testing it appears to work fine.

There is going to be some new support for adding dictionary data during the
transfer in the official zlib code, but I haven't yet tested to see if using
this new support is identical to the rsync kluges or not.  If it is, the rsync
code will eventually be updated to use the official support.

As for the "0, 0, ff, ff" bytes, Mark Adler mentions that these are documented,
so it should be fine to tweak things based on that.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list