[Bug 263187] unzip doesn't know infozip's -D option
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263187] unzip doesn't know infozip's -D option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 10:30:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263187 Alex Kozlov <ak@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ak@FreeBSD.org --- Comment #2 from Alex Kozlov <ak@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.