[sqlite3] update to 3.43.2 (#34950)

This commit is contained in:
Cheney Wang 2023-11-09 01:42:58 +08:00 committed by GitHub
parent 14bae4892f
commit b6f6f6e2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 9 deletions

View File

@ -1,17 +1,17 @@
diff --git a/sqlite3.c b/sqlite3.c diff --git a/sqlite3.c b/sqlite3.c
index 1884b08..0d191be 100644 index a1fbd60..68a4e21 100644
--- a/sqlite3.c --- a/sqlite3.c
+++ b/sqlite3.c +++ b/sqlite3.c
@@ -20,6 +20,7 @@ @@ -22,6 +22,7 @@
** The content in this amalgamation comes from Fossil check-in
** d3a40c05c49e1a49264912b1a05bc2143ac.
*/ */
+#include "sqlite3-vcpkg-config.h"
#define SQLITE_CORE 1 #define SQLITE_CORE 1
#define SQLITE_AMALGAMATION 1 #define SQLITE_AMALGAMATION 1
+#include "sqlite3-vcpkg-config.h"
#ifndef SQLITE_PRIVATE #ifndef SQLITE_PRIVATE
# define SQLITE_PRIVATE static
#endif
diff --git a/sqlite3.h b/sqlite3.h diff --git a/sqlite3.h b/sqlite3.h
index b9d0692..698c410 100644 index 0376113..271cf53 100644
--- a/sqlite3.h --- a/sqlite3.h
+++ b/sqlite3.h +++ b/sqlite3.h
@@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@

View File

@ -4,7 +4,7 @@ string(REGEX REPLACE "^([0-9]+),0*([0-9][0-9]),0*([0-9][0-9]),0*([0-9][0-9])," "
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2023/sqlite-amalgamation-${SQLITE_VERSION}.zip" URLS "https://sqlite.org/2023/sqlite-amalgamation-${SQLITE_VERSION}.zip"
FILENAME "sqlite-amalgamation-${SQLITE_VERSION}.zip" FILENAME "sqlite-amalgamation-${SQLITE_VERSION}.zip"
SHA512 f17810f3b68b7f77a174503a863385a17bac0e9c819b9813cb75597cbd229ae8ad0b545410fc320669f377e79ab8412bbff8863f197d0f804c3a05b573df57e9 SHA512 5ef0e65ee92a088187376fa82ccb182dffa35391dd4dbcb3fafeb0a6f1602ced1e212753837079a9cad007d73d3f5b8a67ca1a6596eba6cf0c695052fa307392
) )
vcpkg_extract_source_archive( vcpkg_extract_source_archive(
@ -70,6 +70,9 @@ vcpkg_cmake_configure(
-DPKGCONFIG_VERSION=${VERSION} -DPKGCONFIG_VERSION=${VERSION}
OPTIONS_DEBUG OPTIONS_DEBUG
-DSQLITE3_SKIP_TOOLS=ON -DSQLITE3_SKIP_TOOLS=ON
MAYBE_UNUSED_VARIABLES
SQLITE_ENABLE_FTS5
SQLITE_ENABLE_MATH_FUNCTIONS
) )
vcpkg_cmake_install() vcpkg_cmake_install()

View File

@ -1,6 +1,6 @@
{ {
"name": "sqlite3", "name": "sqlite3",
"version": "3.43.1", "version": "3.43.2",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.", "description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/", "homepage": "https://sqlite.org/",
"license": "blessing", "license": "blessing",

View File

@ -8081,7 +8081,7 @@
"port-version": 0 "port-version": 0
}, },
"sqlite3": { "sqlite3": {
"baseline": "3.43.1", "baseline": "3.43.2",
"port-version": 0 "port-version": 0
}, },
"sqlitecpp": { "sqlitecpp": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "45ea1b638c4911a25f145365f06a11802b12c81e",
"version": "3.43.2",
"port-version": 0
},
{ {
"git-tree": "6497ccc9668ca1e0b17a080b01e8585b33660336", "git-tree": "6497ccc9668ca1e0b17a080b01e8585b33660336",
"version": "3.43.1", "version": "3.43.1",