https://bugzilla.samba.org/show_bug.cgi?id=6916
Wayne Davison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Wayne Davison <[email protected]> 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. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
