diff -r d2a313d13542 Mac/BuildScript/build-installer.py --- a/Mac/BuildScript/build-installer.py Tue Oct 11 02:12:52 2016 +0900 +++ b/Mac/BuildScript/build-installer.py Mon Oct 10 19:48:50 2016 -0700 @@ -315,9 +315,9 @@ ), ), dict( - name="SQLite 3.14.1", - url="https://www.sqlite.org/2016/sqlite-autoconf-3140100.tar.gz", - checksum='3634a90a3f49541462bcaed3474b2684', + name="SQLite 3.14.2", + url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz", + checksum='90c53cacb811db27f990b8292bd96159', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' diff -r d2a313d13542 Misc/NEWS --- a/Misc/NEWS Tue Oct 11 02:12:52 2016 +0900 +++ b/Misc/NEWS Mon Oct 10 19:48:50 2016 -0700 @@ -755,7 +755,7 @@ - Issue #25825: Update references to the $(LIBPL) installation path on AIX. This path was changed in 3.2a4. -- Update OS X installer to use SQLite 3.14.1 and XZ 5.2.2. +- Update OS X installer to use XZ 5.2.2. - Issue #21122: Fix LTO builds on OS X. @@ -763,6 +763,8 @@ Also provide a sample Install Certificates command script to install a set of root certificates from the third-party certifi module. +- Issue #28208: Update OS X installer to use SQLite 3.14.2 + Tools/Demos -----------