Wed Dec 16 19:25:38 2009 UTC ()
update to 3.6.21
changes:
-SQL output resulting from sqlite3_trace() is now modified to include
 the values of bound parameters
-Performance optimizations targetting a specific use case from a single
 high-profile user
-FTS3 extension has undergone a major rework and cleanup
-fixed the SQLITE_SECURE_DELETE compile-time option
-Improvements to "dot-command" handling in the Command Line Interface
-Other minor bug fixes and documentation enhancements


(drochner)
diff -r1.22 -r1.23 pkgsrc/databases/sqlite3/Makefile
diff -r1.46 -r1.47 pkgsrc/databases/sqlite3/distinfo

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

--- pkgsrc/databases/sqlite3/Makefile 2009/11/21 16:58:05 1.22
+++ pkgsrc/databases/sqlite3/Makefile 2009/12/16 19:25:38 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2009/11/21 16:58:05 tnn Exp $ 1# $NetBSD: Makefile,v 1.23 2009/12/16 19:25:38 drochner Exp $
2 2
3DISTNAME= sqlite-amalgamation-3.6.20 3DISTNAME= sqlite-amalgamation-3.6.21
4PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} 4PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/}
5PKGREVISION= 1 
6CATEGORIES= databases 5CATEGORIES= databases
7MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ 6MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
8 http://www.sqlite.org/ 7 http://www.sqlite.org/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.sqlite.org/ 10HOMEPAGE= http://www.sqlite.org/
12COMMENT= SQL Database Engine in a C Library 11COMMENT= SQL Database Engine in a C Library
13LICENSE= public-domain 12LICENSE= public-domain
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18USE_TOOLS+= gmake 17USE_TOOLS+= gmake

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

--- pkgsrc/databases/sqlite3/distinfo 2009/11/21 16:58:05 1.46
+++ pkgsrc/databases/sqlite3/distinfo 2009/12/16 19:25:38 1.47
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.46 2009/11/21 16:58:05 tnn Exp $ 1$NetBSD: distinfo,v 1.47 2009/12/16 19:25:38 drochner Exp $
2 2
3SHA1 (sqlite-amalgamation-3.6.20.tar.gz) = 9f9d01783032013a5f1921a6ea1b0ea70cc3e511 3SHA1 (sqlite-amalgamation-3.6.21.tar.gz) = 5e3d6ec8f65df0caa396397187015da4075b4c87
4RMD160 (sqlite-amalgamation-3.6.20.tar.gz) = 169e17cf7846b07a3d76477031f3934dd517fb6a 4RMD160 (sqlite-amalgamation-3.6.21.tar.gz) = c2f69774105ace8242f56bb749dfb8db07b8ef1f
5Size (sqlite-amalgamation-3.6.20.tar.gz) = 1407934 bytes 5Size (sqlite-amalgamation-3.6.21.tar.gz) = 1405338 bytes
6SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f 6SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f