From dba1a16f82edc49e662a864ffad078f12658a470 Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Thu, 23 Sep 2021 17:29:33 +0200 Subject: [PATCH] Android build: Use sequoia patch release v1.3.1 Make android build use sequoia v1.3.1 instead of 1.3.0 which just includes: - Fixed a crash resulting from unconstrained, attacker-controlled heap allocations. --- android/external/Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/external/Makefile.conf b/android/external/Makefile.conf index a8a6d2d..232f3a4 100644 --- a/android/external/Makefile.conf +++ b/android/external/Makefile.conf @@ -20,7 +20,7 @@ NETTLE_VERSION=3.7.3 ### Git deps repos EXTERNAL_GIT_REPOS += libetpan|https://gitea.pep.foundation/pEp.foundation/libetpan.git?0123f34ec4ef7711b3670b744b3ae7e97178afe1 -EXTERNAL_GIT_REPOS += sequoia|https://gitlab.com/sequoia-pgp/sequoia.git?openpgp/v1.3.0 +EXTERNAL_GIT_REPOS += sequoia|https://gitlab.com/sequoia-pgp/sequoia.git?openpgp/v1.3.1 ### Common variables #### Source code targets