Skip to content

Commit a9c3343

Browse files
committed
gh-149029: Update SQLite to 3.53.1 for binary releases
1 parent 461b1d9 commit a9c3343

8 files changed

Lines changed: 13 additions & 11 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.50.4",
363-
url="https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz",
364-
checksum="a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18",
362+
name="SQLite 3.53.1",
363+
url="https://www.sqlite.org/2026/sqlite-autoconf-3530100.tar.gz",
364+
checksum="83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-DSQLITE_ENABLE_FTS4 '
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Windows installer to ship with SQLite 3.53.1.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to ship with SQLite version 3.53.1.

Misc/externals.spdx.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,21 @@
9191
"checksums": [
9292
{
9393
"algorithm": "SHA256",
94-
"checksumValue": "fb5ab81f27612b0a7b4861ba655906c76dc85ee969e7a4905d2075aff931e8d0"
94+
"checksumValue": "15e8fc7dc059f7b156e53629540951c2691acd71e027f6f8f66dacab5c66c884"
9595
}
9696
],
97-
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.50.4.0.tar.gz",
97+
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.53.1.0.tar.gz",
9898
"externalRefs": [
9999
{
100100
"referenceCategory": "SECURITY",
101-
"referenceLocator": "cpe:2.3:a:sqlite:sqlite:3.50.4.0:*:*:*:*:*:*:*",
101+
"referenceLocator": "cpe:2.3:a:sqlite:sqlite:3.53.1.0:*:*:*:*:*:*:*",
102102
"referenceType": "cpe23Type"
103103
}
104104
],
105105
"licenseConcluded": "NOASSERTION",
106106
"name": "sqlite",
107107
"primaryPackagePurpose": "SOURCE",
108-
"versionInfo": "3.50.4.0"
108+
"versionInfo": "3.53.1.0"
109109
},
110110
{
111111
"SPDXID": "SPDXRef-PACKAGE-tcl",

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set libraries=%libraries% bzip2-1.0.8
5656
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
5757
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.5.6
5858
set libraries=%libraries% mpdecimal-4.0.0
59-
set libraries=%libraries% sqlite-3.50.4.0
59+
set libraries=%libraries% sqlite-3.53.1.0
6060
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-9.0.3.0
6161
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-9.0.3.1
6262
set libraries=%libraries% xz-5.8.1.1

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
9999

100100
<PropertyGroup>
101-
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.50.4.0\</sqlite3Dir>
101+
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.53.1.0\</sqlite3Dir>
102102
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
103103
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.8.1.1\</lzmaDir>
104104
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ _ssl
242242
again when building.
243243

244244
_sqlite3
245-
Wraps SQLite 3.50.4, which is itself built by sqlite3.vcxproj
245+
Wraps SQLite 3.53.1, which is itself built by sqlite3.vcxproj
246246
Homepage:
247247
https://www.sqlite.org/
248248

Platforms/Android/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
220220
"bzip2-1.0.8-3",
221221
"libffi-3.4.4-3",
222222
"openssl-3.5.6-0",
223-
"sqlite-3.50.4-0",
223+
"sqlite-3.53.1-0",
224224
"xz-5.4.6-1",
225225
"zstd-1.5.7-2"
226226
]:

0 commit comments

Comments
 (0)