From: Ned Deily <nad@acm.org>
Date: Wed, 5 Feb 2014 02:44:17 +0000 (-0800)
Subject: Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
X-Git-Tag: v3.4.0rc1~85
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2aa15d80977002f7ac76c7ae9e39e4f39f245374;p=python

Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
---

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index f01258731e..0aafcd0a13 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.1",
-              url="http://www.sqlite.org/2013/sqlite-autoconf-3080100.tar.gz",
-              checksum='8b5a0a02dfcb0c7daf90856a5cfd485a',
+              name="SQLite 3.8.3",
+              url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz",
+              checksum='11572878dc0ac74ae370367a464ab5cf',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS4 '
                             '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
diff --git a/Misc/NEWS b/Misc/NEWS
index 594b9472cc..90da3a73f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,11 @@ Tools/Demos
   input and output sections of the block, allowing external tools to verify
   that the input has not changed (and thus the output is not out-of-date).
 
+Build
+-----
+
+- Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
+
 
 What's New in Python 3.4.0 Beta 3?
 ==================================