diff options
| author | Paul Spooren | 2024-08-06 12:22:00 +0000 |
|---|---|---|
| committer | Paul Spooren | 2024-08-06 16:07:30 +0000 |
| commit | ef8c1adb61186d6059c960fea4e362f7cd26fd23 (patch) | |
| tree | 16144d5850dd35418c2c6db4699452180f7276f9 | |
| parent | aeb9028aabf6bf90638a822d563f54a2c4146e6d (diff) | |
| download | openwrt-ef8c1adb61186d6059c960fea4e362f7cd26fd23.tar.gz | |
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 <mail@aparcar.org>
| -rw-r--r-- | package/system/apk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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)) |