summaryrefslogtreecommitdiff
path: root/databases/sqlite/patches
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-24 16:05:25 +0000
committerwiz <wiz>2005-02-24 16:05:25 +0000
commit13b0d7735b3220d44632bfa4ea0f0787920f220b (patch)
tree3f5bddc2109e96cf12b3468c56f47be841742e49 /databases/sqlite/patches
parent21f99afc555de714e8eda6313bf2ac81a99d8e6f (diff)
downloadpkgsrc-13b0d7735b3220d44632bfa4ea0f0787920f220b.tar.gz
Update to 2.8.16:
2005 February 15 (2.8.16) * Fix a bug that can lead to database corruption if there are two open connections to the same database and one connection does a VACUUM and the second makes some change to the database. * Correctly handle quoted names in CREATE INDEX statements. * Fix a naming conflict between sqlite.h and sqlite3.h. * Avoid excess heap usage when copying expressions. * Other minor bug fixes.
Diffstat (limited to 'databases/sqlite/patches')
-rw-r--r--databases/sqlite/patches/patch-aa6
-rw-r--r--databases/sqlite/patches/patch-ab8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite/patches/patch-aa b/databases/sqlite/patches/patch-aa
index 7f6595b3590..9fcdb2d388f 100644
--- a/databases/sqlite/patches/patch-aa
+++ b/databases/sqlite/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.7 2004/08/04 19:59:58 jlam Exp $
+$NetBSD: patch-aa,v 1.8 2005/02/24 16:05:25 wiz Exp $
---- ../sqlite/src/sqliteInt.h.orig Thu Jul 15 09:37:05 2004
-+++ ../sqlite/src/sqliteInt.h
+--- ../sqlite-2.8.16/src/sqliteInt.h.orig 2005-02-14 01:22:06.000000000 +0100
++++ ../sqlite-2.8.16/src/sqliteInt.h
@@ -15,4 +15,5 @@
*/
#include "config.h"
diff --git a/databases/sqlite/patches/patch-ab b/databases/sqlite/patches/patch-ab
index 5b5d7345aa2..c0fa82d3ed0 100644
--- a/databases/sqlite/patches/patch-ab
+++ b/databases/sqlite/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.7 2004/09/08 15:55:48 salo Exp $
+$NetBSD: patch-ab,v 1.8 2005/02/24 16:05:25 wiz Exp $
---- ../sqlite/configure.orig 2004-02-29 16:18:31.000000000 +0100
-+++ ../sqlite/configure 2004-09-08 06:17:32.000000000 +0200
-@@ -18376,8 +18376,8 @@
+--- ../sqlite-2.8.16/configure.orig 2005-02-14 01:22:04.000000000 +0100
++++ ../sqlite-2.8.16/configure
+@@ -18376,8 +18376,8 @@ if test "$program_prefix" = "NONE"; then
fi