File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Library
1616Build
1717-----
1818
19+ - Issue #28208: Update Windows build to use SQLite 3.14.2.0.
20+
1921- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
2022
2123
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ set libraries=
5555set libraries = %libraries% bzip2-1.0.6
5656if NOT " %IncludeSSL% " == " false" set libraries = %libraries% nasm-2.11.06
5757if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2j
58- set libraries = %libraries% sqlite-3.14.1 .0
58+ set libraries = %libraries% sqlite-3.14.2 .0
5959if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-core-8.6.6.0
6060if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.6.6.0
6161if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 4242
4343 <!-- Directories of external projects. tcltk is handled in tcltk.props -->
4444 <ExternalsDir >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir >
45- <sqlite3Dir >$(ExternalsDir)sqlite-3.14.1 .0\</sqlite3Dir >
45+ <sqlite3Dir >$(ExternalsDir)sqlite-3.14.2 .0\</sqlite3Dir >
4646 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
4747 <lzmaDir >$(ExternalsDir)xz-5.2.2\</lzmaDir >
4848 <opensslDir >$(ExternalsDir)openssl-1.0.2j\</opensslDir >
Original file line number Diff line number Diff line change 204204 functionality to _ssl or _hashlib. They will not clean up their output
205205 with the normal Clean target; CleanAll should be used instead.
206206_sqlite3
207- Wraps SQLite 3.14.1 .0, which is itself built by sqlite3.vcxproj
207+ Wraps SQLite 3.14.2 .0, which is itself built by sqlite3.vcxproj
208208 Homepage:
209209 http://www.sqlite.org/
210210_tkinter
You can’t perform that action at this time.
0 commit comments