aboutsummaryrefslogtreecommitdiff
path: root/utils/zip/patches/010-remove-build-date.patch
Commit message (Collapse)AuthorAge
* zip: rename package to infozip to avoid name collision with toolsHannu Nyman2020-02-01
| | | | | | | | | | | Rename "zip" to "infozip" to avoid name collision, as the same zip package has been introduces to the build tools as zip. Buildbot does not like that. Reference to #10985 and #11089 as well as https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* zip: remove build timestampAlexander Couzens2017-11-17
Build timestamps prevents reproducible builds [0]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>