Kaydet (Commit) 34a0105b authored tarafından Ned Deily's avatar Ned Deily

Issue #19450: merge from 3.5

...@@ -22,7 +22,7 @@ for each release. ...@@ -22,7 +22,7 @@ for each release.
- builds the following third-party libraries - builds the following third-party libraries
* NCurses 5.9 (http://bugs.python.org/issue15037) * NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.8.3.1 * SQLite 3.8.11
* XZ 5.0.5 * XZ 5.0.5
- uses system-supplied versions of third-party libraries - uses system-supplied versions of third-party libraries
...@@ -57,7 +57,7 @@ for each release. ...@@ -57,7 +57,7 @@ for each release.
- builds the following third-party libraries - builds the following third-party libraries
* NCurses 5.9 (http://bugs.python.org/issue15037) * NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.8.3.1 * SQLite 3.8.11
* XZ 5.0.5 * XZ 5.0.5
- uses system-supplied versions of third-party libraries - uses system-supplied versions of third-party libraries
......
...@@ -339,9 +339,9 @@ def library_recipes(): ...@@ -339,9 +339,9 @@ def library_recipes():
), ),
), ),
dict( dict(
name="SQLite 3.8.3.1", name="SQLite 3.8.11",
url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz", url="https://www.sqlite.org/2015/sqlite-autoconf-3081100.tar.gz",
checksum='509ff98d8dc9729b618b7e96612079c6', checksum='77b451925121028befbddbf45ea2bc49',
extra_cflags=('-Os ' extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS4 ' '-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS ' '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
......
...@@ -13,6 +13,8 @@ Core and Builtins ...@@ -13,6 +13,8 @@ Core and Builtins
Library Library
------- -------
- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
- Issue #23254: Document how to close the TCPServer listening socket. - Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter. Patch from Martin Panter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment