From 6d0aa127d5602954d5f2a60addb3cb8499df7d56 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 17 May 2023 20:45:59 +0200 Subject: [PATCH] Prepare 1.53.0 release --- pmb/__init__.py | 2 +- pmb/config/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index 9e320c7c..18612e24 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -15,7 +15,7 @@ from .helpers import mount from .helpers import other # pmbootstrap version -__version__ = "1.52.0" +__version__ = "1.53.0" # Python version check version = sys.version_info diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index db4fbdc7..fae75b17 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -26,7 +26,8 @@ arch_native = pmb.parse.arch.alpine_native() # Update this frequently to prevent a MITM attack with an outdated version # (which may contain a vulnerable apk/openssl, and allows an attacker to # exploit the system!) -apk_tools_min_version = {"edge": "2.14.0_rc1-r0", +apk_tools_min_version = {"edge": "2.14.0-r5", + "v3.18": "2.14.0-r2", "v3.17": "2.12.10-r1", "v3.16": "2.12.9-r3", "v3.15": "2.12.7-r3",