From: Ned Deily <nad@acm.org>
Date: Sat, 1 Mar 2014 22:00:46 +0000 (-0800)
Subject: Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
X-Git-Tag: v3.4.1rc1~233^2~162
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2515edd7cfcc351d6734be360d4c9e8fad99a554;p=python

Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
---

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 0aafcd0a13..7c1d90f83e 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -283,9 +283,9 @@ def library_recipes():
                   ),
           ),
           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 --git a/Misc/NEWS b/Misc/NEWS
index e20143ac4f..5bce5163bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Build
   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
 -----------