From: David Levine Date: Wed, 14 Nov 2012 14:47:14 +0000 (-0600) Subject: Removed support for zip from sendfiles. I added it as part of the X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/c6669231a6cb61da7b7ceee7264101948cf1df35?ds=sidebyside;hp=c6669231a6cb61da7b7ceee7264101948cf1df35 Removed support for zip from sendfiles. I added it as part of the sendfiles rewrite, f8baa5a34335fc0fc8ccabfabc601d0af73ab769, a few weeks ago. But because sendfiles fed zip from standard input, zip would use Zip64 extensions. That would require unzip 6.0 or later to extract, according to the zip man page. But current MacOS X uses unzip 5.52, so it broke there. ---