diff options
| author | Richard H <62929050+xonix-22@users.noreply.github.com> | 2020-06-11 09:00:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 01:00:41 -0700 |
| commit | 8bd2b60f4ee4f166efd4dcb65b19782d5385fb4c (patch) | |
| tree | 6df1506d31e6e4d11425ea45d2fa0155dc182b9a /ports/sqlite3 | |
| parent | cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457 (diff) | |
| download | vcpkg-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')
| -rw-r--r-- | ports/sqlite3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 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. diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index ec78e1578..cfcebc396 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,5 +1,5 @@ -set(SQLITE_VERSION 3320000)
-set(SQLITE_HASH cf176859dfe5b6b92f02c8408faf3389fba0bd441308dea058085e031c45ab28377ce5ae519c48efe0ae51a16d4242e8d00461229ed099ee5cc2741a0f32ecd4 )
+set(SQLITE_VERSION 3320100)
+set(SQLITE_HASH 1f17d5093807e1dd016ce09bb19b8a7380df8582c8449dbe0c1ad1f8d808ab00bb54f9b733eef8937aea491d179bfc178c5f89dc336323c461a3960d1f5bac3e)
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"
|
