diff options
author | drochner <drochner@pkgsrc.org> | 2007-08-13 17:27:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-08-13 17:27:30 +0000 |
commit | 7bbce83b30f6ddb142c966ab6ea5a793ebd125b9 (patch) | |
tree | aa996ffb328d3340b6acd087621ac05f60fde3b3 /databases | |
parent | f2646b8a302cfd31fc0ad8bcb96e9bc7c58f92b4 (diff) | |
download | pkgsrc-7bbce83b30f6ddb142c966ab6ea5a793ebd125b9.tar.gz |
update to 3.4.1
This release fixes a bug in VACUUM that can lead to database
corruption. The bug was introduced in version 3.3.14. Upgrading is
recommended for all users. Also included are a slew of other more
routine enhancements and bug fixes.
pkgsrc note: 3 selftests are failing due to some loss of accuracy
in floating point calculations. The upstream fix is to disable the
selftests in question (see sqlite ticket #2570).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 026ccc95bc8..0f2bf915e1d 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.13 2007/07/03 17:29:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2007/08/13 17:27:30 drochner Exp $ -DISTNAME= sqlite-3.4.0 +DISTNAME= sqlite-3.4.1 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 65583853bc8..88a5ee331a4 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2007/07/03 17:29:57 wiz Exp $ +$NetBSD: distinfo,v 1.13 2007/08/13 17:27:31 drochner Exp $ -SHA1 (sqlite-3.4.0.tar.gz) = e3b4711a619a5af1ccb1232c76eb7534d25ab431 -RMD160 (sqlite-3.4.0.tar.gz) = ecd2406449a6817f5c42c45e39e8dacba1299bf7 -Size (sqlite-3.4.0.tar.gz) = 2214061 bytes +SHA1 (sqlite-3.4.1.tar.gz) = 73cdeed7b01e107203ddddc75c02ef113564d5ce +RMD160 (sqlite-3.4.1.tar.gz) = 6577af52d850354eec9bb58ff289ca12ebdd0ff7 +Size (sqlite-3.4.1.tar.gz) = 2237515 bytes SHA1 (patch-aa) = 0f6b1cd63810ce06874c781dfda2d3b1531d91da |