Fri Nov 28 20:50:06 2008 UTC ()
Changes 3.6.6.2:
* Fix a bug in the b-tree delete algorithm that seems like it might
  be able to cause database corruption. The bug was first introduced in
  version 3.6.6.
* Fix a memory leak that can occur following a disk I/O error.


(adam)
diff -r1.28 -r1.29 pkgsrc/databases/sqlite3/Makefile.common
diff -r1.24 -r1.25 pkgsrc/databases/sqlite3/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/databases/sqlite3/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/Makefile.common 2008/11/23 09:16:35 1.28
+++ pkgsrc/databases/sqlite3/Makefile.common 2008/11/28 20:50:06 1.29
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.28 2008/11/23 09:16:35 adam Exp $ 1# $NetBSD: Makefile.common,v 1.29 2008/11/28 20:50:06 adam Exp $
2 2
3# used by databases/sqlite3-tcl/Makefile 3# used by databases/sqlite3-tcl/Makefile
4 4
5DISTNAME= sqlite-3.6.6.1 5DISTNAME= sqlite-3.6.6.2
6PKGNAME= ${DISTNAME:S/-/3-/} 6PKGNAME= ${DISTNAME:S/-/3-/}
7CATEGORIES= databases 7CATEGORIES= databases
8MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ 8MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
9 http://www.sqlite.org/ 9 http://www.sqlite.org/
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.sqlite.org/ 12HOMEPAGE= http://www.sqlite.org/
13COMMENT= SQL Database Engine in a C Library 13COMMENT= SQL Database Engine in a C Library
14 14
15#LICENSE= public-domain 15#LICENSE= public-domain
16 16
17DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
18PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches 18PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches

cvs diff -r1.24 -r1.25 pkgsrc/databases/sqlite3/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/distinfo 2008/11/23 09:16:35 1.24
+++ pkgsrc/databases/sqlite3/distinfo 2008/11/28 20:50:06 1.25
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.24 2008/11/23 09:16:35 adam Exp $ 1$NetBSD: distinfo,v 1.25 2008/11/28 20:50:06 adam Exp $
2 2
3SHA1 (sqlite-3.6.6.1.tar.gz) = 1cf8ef3f1129b91523c9634ad7aa689a9e6c1bb4 3SHA1 (sqlite-3.6.6.2.tar.gz) = 4cd87fa954da5b11d7ee230e1003a23a68f68397
4RMD160 (sqlite-3.6.6.1.tar.gz) = 5a97bb884439bccbf871fe27340057011c3e75a2 4RMD160 (sqlite-3.6.6.2.tar.gz) = 5ac51f8f8e473dc964232ccd450626a6d28be630
5Size (sqlite-3.6.6.1.tar.gz) = 2269595 bytes 5Size (sqlite-3.6.6.2.tar.gz) = 2303256 bytes