Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 10:30:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 263187] unzip doesn't know infozip's -D option
Message-ID:  <bug-263187-227-fWlSWhfcLB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263187-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263187-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263187

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 trie=
s to
restore all meta-information for extracted items that are supplied in the Z=
ip
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263187-227-fWlSWhfcLB>