diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-15 09:17:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-15 09:17:43 +0000 |
commit | 00131d42d75114c32a62b8adb88c259676ede89f (patch) | |
tree | da82b3bf927abf0a8e065320875c56002ab46bea /databases/sqlite3/Makefile.common | |
parent | e5d63ca181d1226fb0670095c274e3eecec50d93 (diff) | |
download | pkgsrc-00131d42d75114c32a62b8adb88c259676ede89f.tar.gz |
Update to 3.4.2:
While stress-testing the soft_heap_limit feature, a bug that could
lead to database corruption was discovered and fixed. Though the
consequences of this bug are severe, the chances of hitting it in
a typical application are remote. Upgrading is recommended only if
you use the sqlite3_soft_heap_limit interface.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 0f2bf915e1d..af36b8e3a8c 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.14 2007/08/13 17:27:30 drochner Exp $ +# $NetBSD: Makefile.common,v 1.15 2007/09/15 09:17:43 wiz Exp $ -DISTNAME= sqlite-3.4.1 +DISTNAME= sqlite-3.4.2 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ |