You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Jo-Philipp Wich e1f588e446 packages: apply usign padding workarounds to package indexes if needed
Since usign miscalculates SHA-512 digests for input sizes of exactly
64 + N * 128 + 110 or 64 + N * 128 + 111 bytes, we need to apply some
white space padding to avoid triggering the hashing edge case.

While usign itself has been fixed already, there is still many firmwares
in the wild which use broken usign versions to verify current package
indexes so we'll need to carry this workaround in the forseeable future.

Ref: https://forum.openwrt.org/t/signature-check-failed/41945
Ref: https://git.openwrt.org/5a52b379902471cef495687547c7b568142f66d2
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years ago
..
base-files base-files: drop support for the platform_nand_pre_upgrade() 5 years ago
boot build: include BUILD_VARIANT in PKG_BUILD_DIR 5 years ago
devel perf: simplify the build process 5 years ago
firmware wireless-regdb: fix build when python2 from package feeds exists 5 years ago
kernel kernel: drop mvebu support in kmod-usb3 5 years ago
libs build: include BUILD_VARIANT in PKG_BUILD_DIR 5 years ago
network linux-atm: Add missing headers 5 years ago
system config: introduce separate CONFIG_SIGNATURE_CHECK option 5 years ago
utils adb: fix build breakage on recent musl 5 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago