From a5e14f6ab6be84689aca92829428ebad3bfa672f Mon Sep 17 00:00:00 2001 From: hanwckf Date: Mon, 25 Sep 2023 22:14:23 +0800 Subject: [PATCH] package: remove usign padding warning message --- package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Makefile b/package/Makefile index 4b8df7f484..65ffdf18e3 100644 --- a/package/Makefile +++ b/package/Makefile @@ -89,7 +89,7 @@ $(curdir)/index: FORCE $(SCRIPT_DIR)/ipkg-make-index.sh . 2>&1 > Packages.manifest; \ grep -vE '^(Maintainer|LicenseFiles|Source|SourceName|Require|SourceDateEpoch)' Packages.manifest > Packages; \ case "$$(((64 + $$(stat -L -c%s Packages)) % 128))" in 110|111) \ - $(call ERROR_MESSAGE,WARNING: Applying padding in $$d/Packages to workaround usign SHA-512 bug!); \ + #$(call ERROR_MESSAGE,WARNING: Applying padding in $$d/Packages to workaround usign SHA-512 bug!); \ { echo ""; echo ""; } >> Packages;; \ esac; \ echo -n '{"architecture": "$(ARCH_PACKAGES)", "packages":{' > index.json; \