In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.

This commit is contained in:
Martin v. Löwis 2008-12-17 18:03:01 +00:00
parent d6e258a5a7
commit 20fde6641a
2 changed files with 9 additions and 4 deletions

View File

@ -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",

View File

@ -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?
=============================