From d763548f2e00726a40ec886c8179c07bf4e6e664 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 24 Feb 2021 22:53:40 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3