From 66b906e3ad7445ed8856304f2b27a3ca3e2a9b0e Mon Sep 17 00:00:00 2001 From: Richard H <62929050+xonix-22@users.noreply.github.com> Date: Thu, 2 Jul 2020 01:00:57 +0100 Subject: [PATCH] [sqlite3] update to 3.32.3 to deal with security issues (#12185) --- ports/sqlite3/CONTROL | 2 +- ports/sqlite3/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index 6ef3a31a3..c48578eef 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,5 +1,5 @@ Source: sqlite3 -Version: 3.32.1 +Version: 3.32.3 Homepage: https://sqlite.org/ Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index cfcebc396..21d60ab9f 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,5 +1,5 @@ -set(SQLITE_VERSION 3320100) -set(SQLITE_HASH 1f17d5093807e1dd016ce09bb19b8a7380df8582c8449dbe0c1ad1f8d808ab00bb54f9b733eef8937aea491d179bfc178c5f89dc336323c461a3960d1f5bac3e) +set(SQLITE_VERSION 3320300) +set(SQLITE_HASH 850c1eed0cfaa016d3db9ef23101d64efeb11bde53848d99fea316e60660621d470dff7c2969e94625ce270ba28f74a55bb05ecb693d057d8bc6815fc6b78a90) vcpkg_download_distfile(ARCHIVE URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"