Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb1c079

Browse files
committed
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
1 parent 1ee9283 commit bb1c079

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Mac/BuildScript/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package creation are the same as for 3.4.1 below.
3333

3434
* libcrypto and libssl from OpenSSL 1.0.1 (new, as of 3.4.3)
3535
* NCurses 5.9 (http://bugs.python.org/issue15037)
36-
* SQLite 3.8.3.1
36+
* SQLite 3.8.11
3737
* XZ 5.0.5
3838

3939
- uses system-supplied versions of third-party libraries
@@ -68,7 +68,7 @@ package creation are the same as for 3.4.1 below.
6868
- builds the following third-party libraries
6969

7070
* NCurses 5.9 (http://bugs.python.org/issue15037)
71-
* SQLite 3.8.3.1
71+
* SQLite 3.8.11
7272
* XZ 5.0.5
7373

7474
- uses system-supplied versions of third-party libraries

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 '

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Library
6969
- Issue #23254: Document how to close the TCPServer listening socket.
7070
Patch from Martin Panter.
7171

72-
- Issue #19450: Update Windows builds to use SQLite 3.8.11.0
72+
- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
7373

7474
- Issue #23441: rcompleter now prints a tab character instead of displaying
7575
possible completions for an empty word. Initial patch by Martin Sekera.

0 commit comments

Comments
 (0)