https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263187
Alex Kozlov <a...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a...@freebsd.org --- Comment #2 from Alex Kozlov <a...@freebsd.org> --- I assume it is: -D skip restoration of timestamps for extracted items. Normally, unzip tries to restore all meta-information for extracted items that are supplied in the Zip archive (and do not require privileges or impose a security risk). By specifying -D, unzip is told to suppress restoration of timestamps for directories explicitly created from Zip archive entries. -DD forces suppression of timestamp restoration for all extracted entries (files and directories). This option results in setting the timestamps for all extracted entries to the current time. Should be trivial to implement. -- You are receiving this mail because: You are the assignee for the bug.