apk: Update to 2.12.11
Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
a15d8d07bc
commit
ee242c5318
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=apk
|
PKG_NAME:=apk
|
||||||
PKG_VERSION:=2.12.4
|
PKG_VERSION:=2.12.11
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=apk-tools-v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=apk-tools-v$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v$(PKG_VERSION)
|
||||||
PKG_HASH:=41110665f7d14ef9678c389687aab0fa6c0a6be19e1a3dabbab6b20b17f3bacc
|
PKG_HASH:=2cc2cd8dd515a729609066f08edc7317b5bca33a335ca4f6a56367aa018856c5
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/apk-tools-v$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/apk-tools-v$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_MAINTAINER:=Paul Spooren <mail@aparcar.org>
|
PKG_MAINTAINER:=Paul Spooren <mail@aparcar.org>
|
||||||
|
|
|
@ -16,7 +16,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
||||||
|
|
||||||
--- a/libfetch/common.c
|
--- a/libfetch/common.c
|
||||||
+++ b/libfetch/common.c
|
+++ b/libfetch/common.c
|
||||||
@@ -499,15 +499,11 @@ static int fetch_ssl_setup_client_certif
|
@@ -531,15 +531,11 @@ static int fetch_ssl_setup_client_certif
|
||||||
int
|
int
|
||||||
fetch_ssl(conn_t *conn, const struct url *URL, int verbose)
|
fetch_ssl(conn_t *conn, const struct url *URL, int verbose)
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
||||||
#include <fetch.h>
|
#include <fetch.h>
|
||||||
|
|
||||||
#include "apk_defines.h"
|
#include "apk_defines.h"
|
||||||
@@ -385,25 +380,6 @@ static int parse_options(int argc, char
|
@@ -378,25 +373,6 @@ static int parse_options(int argc, char
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
||||||
static void on_sigwinch(int s)
|
static void on_sigwinch(int s)
|
||||||
{
|
{
|
||||||
apk_reset_screen_width();
|
apk_reset_screen_width();
|
||||||
@@ -484,7 +460,7 @@ int main(int argc, char **argv)
|
@@ -475,7 +451,7 @@ int main(int argc, char **argv)
|
||||||
apk_force |= applet->forced_force;
|
apk_force |= applet->forced_force;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue