1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-07 08:06:30 +02:00
openwrt/tools/zip/patches
Sungbo Eo 4f3a565f5d tools: zip: make encrypted archives reproducible
Zip always try to generate new encryption header depending on execution
time and process id, which is far from being reproducible. This commit
changes the zip srand() seed to a predictable value to generate
reproducible random bytes for the encryption header. This will compromise
the goal of secure archive encryption, but it would not be a big problem
for our purpose.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2022-03-09 15:38:23 +09:00
..
001-unix-configure-borrow-the-LFS-test-from-autotools.patch
004-do-not-set-unwanted-cflags.patch
006-stack-markings-to-avoid-executable-stack.patch
007-fclose-in-file-not-fclose-x.patch
008-hardening-build-fix-1.patch
009-hardening-build-fix-2.patch
010-remove-build-date.patch
011-reproducible-mtime.patch tools: zip: fetch SOURCE_DATE_EPOCH directly 2022-03-09 15:38:23 +09:00
012-make-encrypted-archives-reproducible.patch tools: zip: make encrypted archives reproducible 2022-03-09 15:38:23 +09:00