diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-11 19:08:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-11 19:08:48 +0000 |
commit | dd466495ba71ba8ef58a419fa47ccd264c7a3f30 (patch) | |
tree | 0027f3550530924f9e15764e962ec7cfa2d8ca66 /databases/sqlite3/PLIST | |
parent | ce06bc2271a309127519d9ab5f8d52627e26e5f1 (diff) | |
download | pkgsrc-dd466495ba71ba8ef58a419fa47ccd264c7a3f30.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 |