[openwrt/openwrt] apk: switch to index-trust branch
LEDE Commits
lede-commits at lists.infradead.org
Tue Aug 6 09:07:42 PDT 2024
aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ef8c1adb61186d6059c960fea4e362f7cd26fd23
commit ef8c1adb61186d6059c960fea4e362f7cd26fd23
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Aug 6 14:22:00 2024 +0200
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 at aparcar.org>
---
package/system/apk/Makefile | 6 +++---
1 file 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))
More information about the lede-commits
mailing list