Sun Aug 8 12:04:37 2010 UTC ()
Changes 3.7.0.1:
* Fix a potential database corruption problem that can result if the same
  database file is alternately written by version 3.7.0 and 3.6.23.1.
* Fix a possible performance regression caused by the introduction of automatic
  indexing.


(adam)
diff -r1.30 -r1.31 pkgsrc/databases/sqlite3/Makefile
diff -r1.51 -r1.52 pkgsrc/databases/sqlite3/distinfo
diff -r1.16 -r1.17 pkgsrc/databases/sqlite3-tcl/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/sqlite3-tcl/PLIST
diff -r1.5 -r1.6 pkgsrc/databases/sqlite3-tcl/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/databases/sqlite3/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/Makefile 2010/07/22 21:07:45 1.30
+++ pkgsrc/databases/sqlite3/Makefile 2010/08/08 12:04:37 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2010/07/22 21:07:45 adam Exp $ 1# $NetBSD: Makefile,v 1.31 2010/08/08 12:04:37 adam Exp $
2 2
3DISTNAME= sqlite-amalgamation-3.7.0 3DISTNAME= sqlite-amalgamation-3.7.0.1
4PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} 4PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/}
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ 6MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
7 http://www.sqlite.org/ 7 http://www.sqlite.org/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.sqlite.org/ 10HOMEPAGE= http://www.sqlite.org/
11COMMENT= SQL Database Engine in a C Library 11COMMENT= SQL Database Engine in a C Library
12LICENSE= public-domain 12LICENSE= public-domain
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

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

--- pkgsrc/databases/sqlite3/distinfo 2010/07/22 21:07:45 1.51
+++ pkgsrc/databases/sqlite3/distinfo 2010/08/08 12:04:37 1.52
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.51 2010/07/22 21:07:45 adam Exp $ 1$NetBSD: distinfo,v 1.52 2010/08/08 12:04:37 adam Exp $
2 2
3SHA1 (sqlite-amalgamation-3.7.0.tar.gz) = 5ed43977c5682908ae05eb27841e4191635a4a96 3SHA1 (sqlite-amalgamation-3.7.0.1.tar.gz) = c04f18527dec58188f8de43ff83a6cd03b73b0e9
4RMD160 (sqlite-amalgamation-3.7.0.tar.gz) = d2376d516645fd3b44783a92458bb557999aa460 4RMD160 (sqlite-amalgamation-3.7.0.1.tar.gz) = 7bb2935ea8c6410aabe327f3d017ce6ac1a46ced
5Size (sqlite-amalgamation-3.7.0.tar.gz) = 1486712 bytes 5Size (sqlite-amalgamation-3.7.0.1.tar.gz) = 1486971 bytes
6SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f 6SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f

cvs diff -r1.16 -r1.17 pkgsrc/databases/sqlite3-tcl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/Makefile 2010/07/22 21:07:46 1.16
+++ pkgsrc/databases/sqlite3-tcl/Makefile 2010/08/08 12:04:37 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2010/07/22 21:07:46 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2010/08/08 12:04:37 adam Exp $
2 2
3DISTNAME= sqlite-3_7_0-tea 3DISTNAME= sqlite-3_7_0_1-tea
4PKGNAME= ${DISTNAME:S/sqlite/sqlite3-tcl/:S/-tea//:S/_/./g} 4PKGNAME= ${DISTNAME:S/sqlite/sqlite3-tcl/:S/-tea//:S/_/./g}
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ 6MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
7 http://www.sqlite.org/ 7 http://www.sqlite.org/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.sqlite.org/ 10HOMEPAGE= http://www.sqlite.org/
11COMMENT= SQL Database Engine in a C Library (TCL extension) 11COMMENT= SQL Database Engine in a C Library (TCL extension)
12LICENSE= public-domain 12LICENSE= public-domain
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.7 -r1.8 pkgsrc/databases/sqlite3-tcl/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/PLIST 2010/07/22 21:07:46 1.7
+++ pkgsrc/databases/sqlite3-tcl/PLIST 2010/08/08 12:04:37 1.8
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.7 2010/07/22 21:07:46 adam Exp $ 1@comment $NetBSD: PLIST,v 1.8 2010/08/08 12:04:37 adam Exp $
2lib/tcl8.4/sqlite3/libsqlite3.7.0.so 2lib/tcl8.4/sqlite3/libsqlite${PKGVERSION}.so
3lib/tcl8.4/sqlite3/pkgIndex.tcl 3lib/tcl8.4/sqlite3/pkgIndex.tcl
4man/mann/sqlite3.n 4man/mann/sqlite3.n

cvs diff -r1.5 -r1.6 pkgsrc/databases/sqlite3-tcl/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/distinfo 2010/07/22 21:07:46 1.5
+++ pkgsrc/databases/sqlite3-tcl/distinfo 2010/08/08 12:04:37 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2010/07/22 21:07:46 adam Exp $ 1$NetBSD: distinfo,v 1.6 2010/08/08 12:04:37 adam Exp $
2 2
3SHA1 (sqlite-3_7_0-tea.tar.gz) = 2da4fa6f3e5aafba0b10f789020a8b3eb8002ccc 3SHA1 (sqlite-3_7_0_1-tea.tar.gz) = 238578e1411f20ad78d0f67e0fdf37d3ab94deea
4RMD160 (sqlite-3_7_0-tea.tar.gz) = b76c6f9f95d53a8f0279d48df66bcc6f38c64abc 4RMD160 (sqlite-3_7_0_1-tea.tar.gz) = 1387035b0e7f828b9fcd9259169be6a895e22baa
5Size (sqlite-3_7_0-tea.tar.gz) = 1263681 bytes 5Size (sqlite-3_7_0_1-tea.tar.gz) = 1263927 bytes
6SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea 6SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea