summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-17 18:03:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-17 18:03:01 (GMT)
commit20fde6641a4dc6979bbb2dbceeb946b59ff1b785 (patch)
tree6c125f8a0d38a0b36adc5aa00ca36204b57571ec
parentd6e258a5a7cb3433a62c45571bc1d7cae344155b (diff)
downloadcpython-20fde6641a4dc6979bbb2dbceeb946b59ff1b785.zip
cpython-20fde6641a4dc6979bbb2dbceeb946b59ff1b785.tar.gz
cpython-20fde6641a4dc6979bbb2dbceeb946b59ff1b785.tar.bz2
In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.
-rwxr-xr-xMac/BuildScript/build-installer.py8
-rw-r--r--Misc/NEWS5
2 files changed, 9 insertions, 4 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index ae394bb..8bfa068 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -134,9 +134,9 @@ LIBRARY_RECIPES=[
),
dict(
- name="SQLite 3.3.14",
- url="http://www.sqlite.org/sqlite-3.3.14.tar.gz",
- checksum='e1a4428a5cb17f28164731b72f06130a',
+ name="SQLite 3.6.7",
+ url="http://www.sqlite.org/sqlite-3.6.7.tar.gz",
+ checksum='5223d1f459b608ed8c2c54f8847f8e1a',
configure_pre=[
'--enable-threadsafe',
'--enable-tempstore',
@@ -177,7 +177,7 @@ LIBRARY_RECIPES=[
),
dict(
name="Sleepycat DB 4.4",
- url="http://downloads.sleepycat.com/db-4.4.20.tar.gz",
+ url="http://download.oracle.com/berkeley-db/db-4.4.20.tar.gz",
checksum='d84dff288a19186b136b0daf7067ade3',
#name="Sleepycat DB 4.3.29",
#url="http://downloads.sleepycat.com/db-4.3.29.tar.gz",
diff --git a/Misc/NEWS b/Misc/NEWS
index 9d94795..f8c2a59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@ What's New in Python 2.5.3?
*Release date: 1X-Dec-2008*
+Build
+-----
+
+- In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.
+
What's New in Python 2.5.3c1?
=============================