Bug 11831 – std.zip no longer allows setting madeVersion field in zip file
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-12-27T11:54:00Z
Last change time
2014-01-02T09:37:34Z
Keywords
pull
Assigned to
nobody
Creator
bugzilla
Comments
Comment #0 by bugzilla — 2013-12-27T11:54:21Z
std.zip needs to allow access to all fields in zip file's data structures. The data structures written to disk should not have inaccessible private fields.
This regression blocks compilation of the chmodzip tool, which needs to be able to set madeVersion because Linux unzippers look for specific version numbers there.
https://github.com/D-Programming-Language/tools/pull/61