(original) (raw)

changeset: 89443:5fa3f6d82d61 user: Ned Deily nad@acm.org date: Sat Mar 01 14:00:46 2014 -0800 files: Mac/BuildScript/build-installer.py Misc/NEWS description: Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. diff -r c440c5893d09 -r 5fa3f6d82d61 Mac/BuildScript/build-installer.py --- a/Mac/BuildScript/build-installer.py Sat Mar 01 12:09:55 2014 -0500 +++ b/Mac/BuildScript/build-installer.py Sat Mar 01 14:00:46 2014 -0800 @@ -283,9 +283,9 @@ ), ), dict( - name="SQLite 3.8.3", - url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz", - checksum='11572878dc0ac74ae370367a464ab5cf', + name="SQLite 3.8.3.1", + url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz", + checksum='509ff98d8dc9729b618b7e96612079c6', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS4 ' '-DSQLITE_ENABLE_FTS3_PARENTHESIS ' diff -r c440c5893d09 -r 5fa3f6d82d61 Misc/NEWS --- a/Misc/NEWS Sat Mar 01 12:09:55 2014 -0500 +++ b/Misc/NEWS Sat Mar 01 14:00:46 2014 -0800 @@ -46,6 +46,8 @@ uninstalling pip (rather than failing) if the user has updated pip to a different version from the one bundled with ensurepip. +- Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. + Tools/Demos ----------- /nad@acm.org