-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi, I'm a developer with MacPorts. The hfs-compression.diff patch enabled the use of HFS+ compression on macOS, which is a nice capability to have. As far as I know, despite its name, this transparent compression technology continues to live on in Apple's new APFS filesystem.
Both MacPorts and homebrew used to use the this patch in their rsync packages, but it was removed when updating to 3.1.3 because the patch was deliberately broken in 3a87167 by the addition of this line:
+$$$ERROR$$$ the old patch needs reworking since rsync_xal_get() has totally changed!
Before I dive into this (I've never looked at rsync's code before), do you know if anybody else is already working on reviving this patch?
Do you have any information about the ways in which rsync_xal_get
totally changed or in what ways the patch would need to be modified? If not, I understand; just trying to avoid doing unnecessary work if I can.