From e05a58615fe7325ef97433520e6216a0efcc14d7 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 28 Mar 2021 09:35:24 -1000 Subject: [PATCH] apk: update to 2.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- utils/apk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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