aboutsummaryrefslogtreecommitdiffstats
path: root/tools/zip/patches/011-reproducible-mtime.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools: zip: fetch SOURCE_DATE_EPOCH directlySungbo Eo2022-03-091-0/+41
Remove "--mtime" option introduced in commit 18c9faa03211 ("tools: zip: add option for reproducible archives") and instead fetch SOURCE_DATE_EPOCH environment variable directly in the code. Ref: https://sourceforge.net/p/infozip/patches/25/ Signed-off-by: Sungbo Eo <mans0n@gorani.run>