File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1+ Update Windows installer to use SQLite 3.45.3.
Original file line number Diff line number Diff line change 9191 "checksums" : [
9292 {
9393 "algorithm" : " SHA256" ,
94- "checksumValue" : " 6f0364a27375435a34137b138ca4fedef8d23eec6493ca1dfff33bfc0c34fda4 "
94+ "checksumValue" : " 730e4a3efd6a63828bee499940fb13acc2a32c182502ce8a1d970387895d0504 "
9595 }
9696 ],
97- "downloadLocation" : " https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.45.1 .0.tar.gz" ,
97+ "downloadLocation" : " https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.45.3 .0.tar.gz" ,
9898 "externalRefs" : [
9999 {
100100 "referenceCategory" : " SECURITY" ,
101- "referenceLocator" : " cpe:2.3:a:sqlite:sqlite:3.45.1 .0:*:*:*:*:*:*:*" ,
101+ "referenceLocator" : " cpe:2.3:a:sqlite:sqlite:3.45.3 .0:*:*:*:*:*:*:*" ,
102102 "referenceType" : " cpe23Type"
103103 }
104104 ],
105105 "licenseConcluded" : " NOASSERTION" ,
106106 "name" : " sqlite" ,
107107 "primaryPackagePurpose" : " SOURCE" ,
108- "versionInfo" : " 3.45.1 .0"
108+ "versionInfo" : " 3.45.3 .0"
109109 },
110110 {
111111 "SPDXID" : " SPDXRef-PACKAGE-tcl-core" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ set libraries=%libraries% bzip2-1.0.8
5555if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.4.4
5656if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-3.0.13
5757set libraries = %libraries% mpdecimal-2.5.1
58- set libraries = %libraries% sqlite-3.45.1 .0
58+ set libraries = %libraries% sqlite-3.45.3 .0
5959if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.13.1
6060if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.13.1
6161set libraries = %libraries% xz-5.2.5
Original file line number Diff line number Diff line change 6868 <Import Project =" $(ExternalProps)" Condition =" $(ExternalProps) != '' and Exists('$(ExternalProps)')" />
6969
7070 <PropertyGroup >
71- <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.45.1 .0\</sqlite3Dir >
71+ <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.45.3 .0\</sqlite3Dir >
7272 <bz2Dir Condition =" $(bz2Dir) == ''" >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
7373 <lzmaDir Condition =" $(lzmaDir) == ''" >$(ExternalsDir)xz-5.2.5\</lzmaDir >
7474 <libffiDir Condition =" $(libffiDir) == ''" >$(ExternalsDir)libffi-3.4.4\</libffiDir >
Original file line number Diff line number Diff line change 191191 again when building.
192192
193193_sqlite3
194- Wraps SQLite 3.45.1 , which is itself built by sqlite3.vcxproj
194+ Wraps SQLite 3.45.3 , which is itself built by sqlite3.vcxproj
195195 Homepage:
196196 https://www.sqlite.org/
197197_tkinter
You can’t perform that action at this time.
0 commit comments