diff options
author | adam <adam@pkgsrc.org> | 2010-01-18 08:51:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-01-18 08:51:09 +0000 |
commit | b7b04e5baa53eab8eda2f794ab43a933921004fe (patch) | |
tree | 515abee6ac9e5fc68dfcd86604ffe41148f968fa | |
parent | caeb79e2659179c379c34cb0fa2e5288f35974db (diff) | |
download | pkgsrc-b7b04e5baa53eab8eda2f794ab43a933921004fe.tar.gz |
Changes 3.6.22:
* Fix bugs that can (rarely) lead to incorrect query results when the CAST
or OR operators are used in the WHERE clause of a query.
* Continuing enhancements and improvements to FTS3.
* Other miscellanous bug fixes.
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/PLIST | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
5 files changed, 14 insertions, 15 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index c64c6974443..5f001a4c4cc 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2009/12/16 19:26:50 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/18 08:51:09 adam Exp $ -DISTNAME= sqlite-3_6_21-tea +DISTNAME= sqlite-3_6_22-tea PKGNAME= ${DISTNAME:S/sqlite/sqlite3-tcl/:S/-tea//:S/_/./g} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3-tcl/PLIST b/databases/sqlite3-tcl/PLIST index 0b2a068c2a8..e8037986e6d 100644 --- a/databases/sqlite3-tcl/PLIST +++ b/databases/sqlite3-tcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/12/16 19:26:50 drochner Exp $ -lib/tcl8.4/sqlite3/libsqlite3621.so +@comment $NetBSD: PLIST,v 1.5 2010/01/18 08:51:09 adam Exp $ +lib/tcl8.4/sqlite3/libsqlite3622.so lib/tcl8.4/sqlite3/pkgIndex.tcl man/mann/sqlite3.n diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 213e44fbe1e..b43826b9ef8 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/12/16 19:26:50 drochner Exp $ +$NetBSD: distinfo,v 1.3 2010/01/18 08:51:09 adam Exp $ -SHA1 (sqlite-3_6_21-tea.tar.gz) = a4804ce2a65b375247a4da30585a29927d4027ba -RMD160 (sqlite-3_6_21-tea.tar.gz) = 603d2004658a363f445afc7c1a7c021129dd0fa3 -Size (sqlite-3_6_21-tea.tar.gz) = 1171375 bytes +SHA1 (sqlite-3_6_22-tea.tar.gz) = a3c25379a78847e201e5e1aa37f13f91b7353e57 +RMD160 (sqlite-3_6_22-tea.tar.gz) = 7fbecbedee946a9dc4a28629a7c63eb2422095ff +Size (sqlite-3_6_22-tea.tar.gz) = 1181063 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 0acdc14ddcf..9e54eae2ca9 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2010/01/11 09:18:39 abs Exp $ +# $NetBSD: Makefile,v 1.25 2010/01/18 08:51:09 adam Exp $ -DISTNAME= sqlite-amalgamation-3.6.21 -PKGREVISION= 1 +DISTNAME= sqlite-amalgamation-3.6.22 PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index a27c4688733..386b6955f40 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2009/12/16 19:25:38 drochner Exp $ +$NetBSD: distinfo,v 1.48 2010/01/18 08:51:09 adam Exp $ -SHA1 (sqlite-amalgamation-3.6.21.tar.gz) = 5e3d6ec8f65df0caa396397187015da4075b4c87 -RMD160 (sqlite-amalgamation-3.6.21.tar.gz) = c2f69774105ace8242f56bb749dfb8db07b8ef1f -Size (sqlite-amalgamation-3.6.21.tar.gz) = 1405338 bytes +SHA1 (sqlite-amalgamation-3.6.22.tar.gz) = b0b87bd1945528723083f6830094f5c676829164 +RMD160 (sqlite-amalgamation-3.6.22.tar.gz) = 67452387486081a99107900eb14c816ba970f4ed +Size (sqlite-amalgamation-3.6.22.tar.gz) = 1413926 bytes SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f |