Browse Source

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.
pull/14/head Release_2.1.35-sequoia_1.3.1
Hussein Kasem 4 years ago
parent
commit
dba1a16f82
No known key found for this signature in database GPG Key ID: 9E61B9BC790E6B02
  1. 2
      android/external/Makefile.conf

2
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

Loading…
Cancel
Save