aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3/CONTROL
diff options
context:
space:
mode:
authorRichard H <62929050+xonix-22@users.noreply.github.com>2020-06-11 09:00:41 +0100
committerGitHub <noreply@github.com>2020-06-11 01:00:41 -0700
commit8bd2b60f4ee4f166efd4dcb65b19782d5385fb4c (patch)
tree6df1506d31e6e4d11425ea45d2fa0155dc182b9a /ports/sqlite3/CONTROL
parentcb537a2aeef96e96663d4b2fa3a6f18dcd1b5457 (diff)
downloadvcpkg-8bd2b60f4ee4f166efd4dcb65b19782d5385fb4c.tar.gz
vcpkg-8bd2b60f4ee4f166efd4dcb65b19782d5385fb4c.zip
[sqlite] Updated to 3.32.1 to fix a security vulnerability (#11716)
* updated to sqlite 3.32.1 to fix a security vulnerability * Update ports/sqlite3/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/sqlite3/CONTROL')
-rw-r--r--ports/sqlite3/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL
index cf4e23139..6ef3a31a3 100644
--- a/ports/sqlite3/CONTROL
+++ b/ports/sqlite3/CONTROL
@@ -1,5 +1,5 @@
Source: sqlite3
-Version: 3.32.0-0
+Version: 3.32.1
Homepage: https://sqlite.org/
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.