tools: add zip utility
authorMathias Kresin <dev@kresin.me>
Sat, 5 Jan 2019 19:51:00 +0000 (20:51 +0100)
committerMathias Kresin <dev@kresin.me>
Tue, 15 Jan 2019 18:11:53 +0000 (19:11 +0100)
commitad8c2d6099a7da5192ee6e2c52a8303642271877
tree29b3bc72d1e7448bc41636af088419eda1055339
parent4029788ff36a05a8731183269b675624269da84e
tools: add zip utility

One image requires a zip compressed image, so add the zip util found in
the packages feed, and extend it with some useful debian patches.

Signed-off-by: Mathias Kresin <dev@kresin.me>
tools/Makefile
tools/zip/Makefile [new file with mode: 0644]
tools/zip/patches/001-unix-configure-borrow-the-LFS-test-from-autotools.patch [new file with mode: 0644]
tools/zip/patches/004-do-not-set-unwanted-cflags.patch [new file with mode: 0644]
tools/zip/patches/006-stack-markings-to-avoid-executable-stack.patch [new file with mode: 0644]
tools/zip/patches/007-fclose-in-file-not-fclose-x.patch [new file with mode: 0644]
tools/zip/patches/008-hardening-build-fix-1.patch [new file with mode: 0644]
tools/zip/patches/009-hardening-build-fix-2.patch [new file with mode: 0644]
tools/zip/patches/010-remove-build-date.patch [new file with mode: 0644]