summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar2024-11-14 09:02:13 +0000
committerPetr Štetiar2024-11-14 09:31:54 +0000
commitdab5ca818ef46b32a9c120b5136fd5a1a34a88a5 (patch)
treeeba4ccd4575a9d9f4f5eb4ab6458dec998890eb7
parent0e59eaa7962fc21635af5c9d2f6552a4accdc7ea (diff)
downloadopenwrt-dab5ca818ef46b32a9c120b5136fd5a1a34a88a5.tar.gz
Revert "apk: update to Git 417a93ceae540444fdbd3f76d1dadf0e15621fdc (2024-11-13)"
This reverts commit c6a3a11c07fdd85baf9ae43d718eb7a317995ed8 as it was reported, that it causes issues: ERROR: failed to read repositories: /dev/zero: No buffer space available ERROR: unable to select packages: ca-bundle-20240203-r1: error: uninstallable arch: all satisfies: world[ca-bundle] Reported-by: xiao bo <peterwillcn@gmail.com> References: https://github.com/openwrt/openwrt/commit/c6a3a11c07fdd85baf9ae43d718eb7a317995ed8#commitcomment-149072959 Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--package/system/apk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile
index e911f4ae4b..2d637fa180 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-11-13
-PKG_SOURCE_VERSION:=417a93ceae540444fdbd3f76d1dadf0e15621fdc
-PKG_MIRROR_HASH:=3888aa506f0ce808cbe0287b98abfb7ba92e68b1eb17516fef4b58068bc72131
+PKG_SOURCE_DATE:=2024-11-08
+PKG_SOURCE_VERSION:=d9c24813d983df9524fa7a2b78fc3132c159a20f
+PKG_MIRROR_HASH:=3d1a79c08ef8c8b9404f9287d9acda6468b8b1c2a99dd384287f522ed3b1a047
PKG_VERSION=3.0.0_pre$(subst -,,$(PKG_SOURCE_DATE))