]> git.ipfire.org Git - thirdparty/openwrt.git/commit
package: make APK embedded help gzip reproducible 23736/head
authorPaul Spooren <mail@aparcar.org>
Wed, 10 Jun 2026 15:18:37 +0000 (17:18 +0200)
committerPaul Spooren <mail@aparcar.org>
Wed, 10 Jun 2026 18:15:15 +0000 (20:15 +0200)
commit353e23dfbc15feb9557bf09095cf54ab77f3042b
tree9b52431355586768ca4be519a9a9e6147d91c35f
parent631d74d1b7e5c1757960c85d0a813e2bf5daa61d
package: make APK embedded help gzip reproducible

APK compresses it's helptext using LUA and require `zlib`, which isn't
available on the Buildbots. It thens falls back to `gzip`, which embeds the
MTIME, making the binary itself unreproducible.

This commits adds a downstream patch to run `gzip` with `-n`, setting the time
to 0.

Link: https://github.com/openwrt/openwrt/pull/23736
Signed-off-by: Paul Spooren <mail@aparcar.org>
package/system/apk/patches/0011-genhelp-reproducible-gzip.patch [new file with mode: 0644]