diff options
author | adam <adam> | 2010-03-12 09:11:27 +0000 |
---|---|---|
committer | adam <adam> | 2010-03-12 09:11:27 +0000 |
commit | 291c9dbf8d6725e640b6d584f6aab5053126e083 (patch) | |
tree | 37f1b448440c6394514fb41e2e2f4bbd25c1d80b /databases/sqlite3-tcl | |
parent | dad6993bef2655eddbae26df85bdd02bbb5cd572 (diff) | |
download | pkgsrc-291c9dbf8d6725e640b6d584f6aab5053126e083.tar.gz |
Changes 3.6.23:
* Added the secure_delete pragma
* Added the sqlite3_compileoption_used() and sqlite3_compileoption_get()
interfaces as well as the compile_options pragma and the
sqlite_compileoption_used() and sqlite_compileoption_get() SQL functions.
* Added the sqlite3_log() interface together with the SQLITE_CONFIG_LOG verb
to sqlite3_config(). The ".log" command is added to the Command Line Interface
* Improvements to FTS3
* Improvements and bug-fixes in support for SQLITE_OMIT_FLOATING_POINT
* The integrity_check pragma is enhanced to detect out-of-order rowids
* The ".genfkey" operator has been removed from the Command Line Interface
* Updates to the co-hosted Lemon LALR(1) parser generator. (These updates did not affect SQLite.)
* Various minor bug fixes and performance enhancements
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/PLIST | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 5f001a4c4cc..6c3491b5ad7 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2010/01/18 08:51:09 adam Exp $ +# $NetBSD: Makefile,v 1.15 2010/03/12 09:11:27 adam Exp $ -DISTNAME= sqlite-3_6_22-tea +DISTNAME= sqlite-3_6_23-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 e8037986e6d..af2a08546d7 100644 --- a/databases/sqlite3-tcl/PLIST +++ b/databases/sqlite3-tcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/01/18 08:51:09 adam Exp $ -lib/tcl8.4/sqlite3/libsqlite3622.so +@comment $NetBSD: PLIST,v 1.6 2010/03/12 09:11:27 adam Exp $ +lib/tcl8.4/sqlite3/libsqlite3623.so lib/tcl8.4/sqlite3/pkgIndex.tcl man/mann/sqlite3.n diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index b43826b9ef8..875c900f1ed 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2010/01/18 08:51:09 adam Exp $ +$NetBSD: distinfo,v 1.4 2010/03/12 09:11:27 adam Exp $ -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 (sqlite-3_6_23-tea.tar.gz) = 398e3e8bb7bd5716d5f9ec0ce8e22f008d4d938b +RMD160 (sqlite-3_6_23-tea.tar.gz) = 179de074b68dffc445fda7ca8659160ecdea476e +Size (sqlite-3_6_23-tea.tar.gz) = 1194484 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea |