From: Paul Spooren Date: Tue, 6 Aug 2024 12:22:00 +0000 (+0200) Subject: apk: switch to index-trust branch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ef8c1adb61186d6059c960fea4e362f7cd26fd23;p=openwrt%2Fstaging%2Fthess.git apk: switch to index-trust branch Initially APK would sign packages and package index and verify signatures individually. With the latest change, all packages inside a trusted index are automatically trusted. This is important within the OpenWrt eco-system since signing the index happens on another machine than the package creation. Signed-off-by: Paul Spooren --- diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index a372e7cc9c..b8fdc05104 100644 --- a/package/system/apk/Makefile +++ b/package/system/apk/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_URL=https://gitlab.alpinelinux.org/alpine/apk-tools.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2024-05-23 -PKG_SOURCE_VERSION:=6052bfef57a81d82451b4cad86f78a2d01959767 -PKG_MIRROR_HASH:=bf14da82cc363ee32a956dd880343018361079018a48701dc2b05cb88c18010e +PKG_SOURCE_DATE:=2024-08-06 +PKG_SOURCE_VERSION:=54caa31be633efc5f655700b77af290124f71689 +PKG_MIRROR_HASH:=f3be762deac4f1469a4a2839691175e78019cb44295089befafa279a3390067c PKG_VERSION=3.0.0_pre$(subst -,,$(PKG_SOURCE_DATE))