From 303e7cd648bea9fcb6cfcd6dfe0e58b5fb5fc790 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 14 Apr 2021 20:49:47 +0200 Subject: [PATCH] Prepare 1.31.0 release Require latest apk-tools, which fixes CVE-2021-30139. Related: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12606 --- pmb/config/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 34e0e955..1bbbe352 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -15,7 +15,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.30.0" +version = "1.31.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys" @@ -24,9 +24,9 @@ apk_keys_path = pmb_src + "/pmb/data/keys" # 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.12.4-r0", - "v3.13": "2.12.1-r0", - "v3.12": "2.10.5-r1"} +apk_tools_min_version = {"edge": "2.12.5-r0", + "v3.13": "2.12.5-r0", + "v3.12": "2.10.6-r0"} # postmarketOS aports compatibility (checked against "version" in pmaports.cfg) pmaports_min_version = "7"