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 6969 "checksums" : [
7070 {
7171 "algorithm" : " SHA256" ,
72- "checksumValue" : " 6f0364a27375435a34137b138ca4fedef8d23eec6493ca1dfff33bfc0c34fda4 "
72+ "checksumValue" : " 730e4a3efd6a63828bee499940fb13acc2a32c182502ce8a1d970387895d0504 "
7373 }
7474 ],
75- "downloadLocation" : " https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.45.1 .0.tar.gz" ,
75+ "downloadLocation" : " https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.45.3 .0.tar.gz" ,
7676 "externalRefs" : [
7777 {
7878 "referenceCategory" : " SECURITY" ,
79- "referenceLocator" : " cpe:2.3:a:sqlite:sqlite:3.45.1 .0:*:*:*:*:*:*:*" ,
79+ "referenceLocator" : " cpe:2.3:a:sqlite:sqlite:3.45.3 .0:*:*:*:*:*:*:*" ,
8080 "referenceType" : " cpe23Type"
8181 }
8282 ],
8383 "licenseConcluded" : " NOASSERTION" ,
8484 "name" : " sqlite" ,
8585 "primaryPackagePurpose" : " SOURCE" ,
86- "versionInfo" : " 3.45.1 .0"
86+ "versionInfo" : " 3.45.3 .0"
8787 },
8888 {
8989 "SPDXID" : " SPDXRef-PACKAGE-tcl-core" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
5454set 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
57- set libraries = %libraries% sqlite-3.45.1 .0
57+ set libraries = %libraries% sqlite-3.45.3 .0
5858if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.13.0
5959if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.13.0
6060if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
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 189189 again when building.
190190
191191_sqlite3
192- Wraps SQLite 3.45.1 , which is itself built by sqlite3.vcxproj
192+ Wraps SQLite 3.45.3 , which is itself built by sqlite3.vcxproj
193193 Homepage:
194194 https://www.sqlite.org/
195195_tkinter
You can’t perform that action at this time.
0 commit comments