aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-02-24 22:53:40 +0100
committerWerner Koch <wk@gnupg.org>2021-02-24 22:53:40 +0100
commitd763548f2e00726a40ec886c8179c07bf4e6e664 (patch)
treef074b8b7c1e93ad31d18c3574e030e91f7c10a44
parentcfdaf2bcc85b3b6f16904006f239b400a3487ff8 (diff)
downloadgnupg-d763548f2e00726a40ec886c8179c07bf4e6e664.tar.gz
build: Require a fixed SQlite version.
-- We are actually not vulnerable but it seems to be a good idea to force installation of a good copy of SQlite GnuPG-bug-id: 4510
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a0bba571..2c1db3bc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ NEED_NPTH_VERSION=1.2
NEED_GNUTLS_VERSION=3.0
-NEED_SQLITE_VERSION=3.7
+NEED_SQLITE_VERSION=3.28
development_version=mym4_isbeta
PACKAGE=$PACKAGE_NAME