mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Issue #28208: merge from 3.6
This commit is contained in:
commit
a0d5256821
2 changed files with 4 additions and 4 deletions
|
@ -315,9 +315,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.14.1",
|
name="SQLite 3.14.2",
|
||||||
url="https://www.sqlite.org/2016/sqlite-autoconf-3140100.tar.gz",
|
url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz",
|
||||||
checksum='3634a90a3f49541462bcaed3474b2684',
|
checksum='90c53cacb811db27f990b8292bd96159',
|
||||||
extra_cflags=('-Os '
|
extra_cflags=('-Os '
|
||||||
'-DSQLITE_ENABLE_FTS5 '
|
'-DSQLITE_ENABLE_FTS5 '
|
||||||
'-DSQLITE_ENABLE_FTS4 '
|
'-DSQLITE_ENABLE_FTS4 '
|
||||||
|
|
|
@ -376,7 +376,7 @@ Build
|
||||||
|
|
||||||
- Issue #28444: Fix missing extensions modules when cross compiling.
|
- Issue #28444: Fix missing extensions modules when cross compiling.
|
||||||
|
|
||||||
- Issue #28208: Update Windows build to use SQLite 3.14.2.0.
|
- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2.
|
||||||
|
|
||||||
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
|
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue