File tree 5 files changed +8
-7
lines changed
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 69
69
"checksums" : [
70
70
{
71
71
"algorithm" : " SHA256" ,
72
- "checksumValue" : " 6f0364a27375435a34137b138ca4fedef8d23eec6493ca1dfff33bfc0c34fda4 "
72
+ "checksumValue" : " 730e4a3efd6a63828bee499940fb13acc2a32c182502ce8a1d970387895d0504 "
73
73
}
74
74
],
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" ,
76
76
"externalRefs" : [
77
77
{
78
78
"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:*:*:*:*:*:*:*" ,
80
80
"referenceType" : " cpe23Type"
81
81
}
82
82
],
83
83
"licenseConcluded" : " NOASSERTION" ,
84
84
"name" : " sqlite" ,
85
85
"primaryPackagePurpose" : " SOURCE" ,
86
- "versionInfo" : " 3.45.1 .0"
86
+ "versionInfo" : " 3.45.3 .0"
87
87
},
88
88
{
89
89
"SPDXID" : " SPDXRef-PACKAGE-tcl-core" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
54
54
set libraries = %libraries% bzip2-1.0.8
55
55
if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.4.4
56
56
if 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
58
58
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.13.0
59
59
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.13.0
60
60
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 68
68
<Import Project =" $(ExternalProps)" Condition =" $(ExternalProps) != '' and Exists('$(ExternalProps)')" />
69
69
70
70
<PropertyGroup >
71
- <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.45.1 .0\</sqlite3Dir >
71
+ <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.45.3 .0\</sqlite3Dir >
72
72
<bz2Dir Condition =" $(bz2Dir) == ''" >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
73
73
<lzmaDir Condition =" $(lzmaDir) == ''" >$(ExternalsDir)xz-5.2.5\</lzmaDir >
74
74
<libffiDir Condition =" $(libffiDir) == ''" >$(ExternalsDir)libffi-3.4.4\</libffiDir >
Original file line number Diff line number Diff line change 189
189
again when building.
190
190
191
191
_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
193
193
Homepage:
194
194
https://www.sqlite.org/
195
195
_tkinter
You can’t perform that action at this time.
0 commit comments