diff options
| author | Robert Marko | 2024-12-02 18:54:36 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-04 09:48:46 +0000 |
| commit | ce663856fbfd4bdfdc5e6dca07acda01f87cb7c3 (patch) | |
| tree | b432554fbf35a714113fd34334f4116d7e53bc7c | |
| parent | 3ba6737f2f4750e4f7c2b921ff023a99b9a27318 (diff) | |
| download | openwrt-ce663856fbfd4bdfdc5e6dca07acda01f87cb7c3.tar.gz | |
apk: update to Git HEAD (2024-11-30)
3da6c104f0f5 database: use APK_DB_LAYER_ROOT in more places
5437e3abada1 audit: add usr/lib/apk to the list of protected paths under --full
de9baf912245 change default db location to /usr, but detect and use /lib if exists
218fdaa1a1a2 context: close root_fd on free
d33294236cb4 database: add support for only-when-modified trigger paths
36935db0ef3b package: fix memfd_create warnings on Linux kernels < 6.7
1c3fc36051a3 blob: add and use apk_blob_trim_{start,end}
af5f9e3f93b0 pkg: fix v3 package size setting to installeddb
9428e34694c8 version: allow --check and --test to work without database
4b4add5326a8 test: fix unit test registration function to be unique
eac18cb200d4 test: add testlib.sh for user tests
20dae205b006 mkpkg: fix creation of package with hardlinks
7bdecdca6a95 pkg: only allow tags in world and some commands
76de228bcc0b commit: show tags of world constrains
9a1b1cf68420 test: use testlib for solver.sh
99fc2a2a5efc test: remove dependency on GNU tar
6927746b9a10 Revert usrmerge/LFS related changes to apk used paths
5d287a9b06e9 apk-tools-3.0.0_pre5
8d93a79fb895 mkpkg: fix hardlink on big-endian system
Link: https://github.com/openwrt/openwrt/pull/17148
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/system/apk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index a8d4f0b050..6d8bf6e1bc 100644 --- a/package/system/apk/Makefile +++ b/package/system/apk/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apk -PKG_RELEASE:=2 +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:=e3464d096708b270138653ef93db59134bb24813 -PKG_MIRROR_HASH:=cc633e5c294c9d92391fba5537dfe2f12f82011b55d282beb0d5d7ceba212962 +PKG_SOURCE_DATE:=2024-11-30 +PKG_SOURCE_VERSION:=8d93a79fb8958607f097be2c4ac97f4596faf91d +PKG_MIRROR_HASH:=565c87fac26e696c362c2fe85159cc3ed2fd27153f244c2e9dc0fd7fa67a4173 PKG_VERSION=3.0.0_pre$(subst -,,$(PKG_SOURCE_DATE)) |