diff options
author | drochner <drochner> | 2007-01-11 19:08:48 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-01-11 19:08:48 +0000 |
commit | fcee222c43427f4759e445225700b0868738017c (patch) | |
tree | 0027f3550530924f9e15764e962ec7cfa2d8ca66 /databases/sqlite3/PLIST | |
parent | 4569cf68c494e1a1e9948bd4cb42c1d1b60fc61f (diff) | |
download | pkgsrc-fcee222c43427f4759e445225700b0868738017c.tar.gz |
update to 3.3.10
changes:
-fixed bugs which can lead to database corruption under obscure and
difficult to reproduce circumstances
-new sqlite3_prepare_v2() API
-bug fixes in the command-line shell
-enhancements to the query optimizer
pkgsrc change: fix a selftest which couldn't work as intended due to
misuse of O_APPEND
Diffstat (limited to 'databases/sqlite3/PLIST')
-rw-r--r-- | databases/sqlite3/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3/PLIST b/databases/sqlite3/PLIST index d407882957d..01492022531 100644 --- a/databases/sqlite3/PLIST +++ b/databases/sqlite3/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2005/03/23 22:08:06 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/01/11 19:08:48 drochner Exp $ bin/sqlite3 include/sqlite3.h +include/sqlite3ext.h lib/libsqlite3.la lib/pkgconfig/sqlite3.pc man/man1/sqlite3.1 |