File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ for each release.
2222 - builds the following third-party libraries
2323
2424 * NCurses 5.9 (http://bugs.python.org/issue15037)
25- * SQLite 3.8.3.1
25+ * SQLite 3.8.11
2626 * XZ 5.0.5
2727
2828 - uses system-supplied versions of third-party libraries
@@ -57,7 +57,7 @@ for each release.
5757 - builds the following third-party libraries
5858
5959 * NCurses 5.9 (http://bugs.python.org/issue15037)
60- * SQLite 3.8.3.1
60+ * SQLite 3.8.11
6161 * XZ 5.0.5
6262
6363 - uses system-supplied versions of third-party libraries
Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ def library_recipes():
339339 ),
340340 ),
341341 dict (
342- name = "SQLite 3.8.3.1 " ,
343- url = "http ://www.sqlite.org/2014 /sqlite-autoconf-3080301 .tar.gz" ,
344- checksum = '509ff98d8dc9729b618b7e96612079c6 ' ,
342+ name = "SQLite 3.8.11 " ,
343+ url = "https ://www.sqlite.org/2015 /sqlite-autoconf-3081100 .tar.gz" ,
344+ checksum = '77b451925121028befbddbf45ea2bc49 ' ,
345345 extra_cflags = ('-Os '
346346 '-DSQLITE_ENABLE_FTS4 '
347347 '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Library
1616- Issue #23254: Document how to close the TCPServer listening socket.
1717 Patch from Martin Panter.
1818
19- - Issue #19450: Update Windows builds to use SQLite 3.8.11.0
19+ - Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
2020
2121- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
2222
You can’t perform that action at this time.
0 commit comments