aboutsummaryrefslogtreecommitdiff
path: root/tools/zip/patches/011-add-option-for-reproducible-archives.patch
Commit message (Collapse)AuthorAge
* tools: zip: fetch SOURCE_DATE_EPOCH directlySungbo Eo2022-03-09
| | | | | | | | | 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>
* tools: zip: add option for reproducible archivesMathias Kresin2019-01-15
Add the option -mt/--mtime to pass a timestamp which is used as filedate for the containing files. So far, it isn't used for anything written to the extra fields, therefore requires the -X (eXclude eXtra file attributes) parameter to be effective. Signed-off-by: Mathias Kresin <dev@kresin.me>