From: Paul Spooren Date: Sun, 28 Mar 2021 19:35:24 +0000 (-1000) Subject: apk: update to 2.12.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e05a58615fe7325ef97433520e6216a0efcc14d7;p=feed%2Fpackages.git apk: update to 2.12.4 Ariadne Conill (1): database: do not chroot(".") unless actually necessary Martin Vahlensieck (1): Use correct port when redirected Timo Teräs (5): db: fix control character check to use uint8_t libfetch: send Proxy-Authorization also for https connect del: report correctly package's provides names Signed-off-by: Paul Spooren --- diff --git a/utils/apk/Makefile b/utils/apk/Makefile index dc0f039559..16be50d5c2 100644 --- a/utils/apk/Makefile +++ b/utils/apk/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apk -PKG_VERSION:=2.12.2 +PKG_VERSION:=2.12.4 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=apk-tools-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v$(PKG_VERSION) -PKG_HASH:=25871a92c1b272bb58c5494208875d2e915b902a6da9183a361b098891e83acf +PKG_HASH:=41110665f7d14ef9678c389687aab0fa6c0a6be19e1a3dabbab6b20b17f3bacc PKG_BUILD_DIR:=$(BUILD_DIR)/apk-tools-v$(PKG_VERSION) PKG_MAINTAINER:=Paul Spooren