summaryrefslogtreecommitdiff
path: root/databases/sqlite/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-24 16:05:25 +0000
committerwiz <wiz@pkgsrc.org>2005-02-24 16:05:25 +0000
commit0380c7282bf99d5c4bdca19ee38a422c11d17c52 (patch)
tree3f5bddc2109e96cf12b3468c56f47be841742e49 /databases/sqlite/patches
parent3814ed7434ba5469c6fcbe48d606d3c016c725e3 (diff)
downloadpkgsrc-0380c7282bf99d5c4bdca19ee38a422c11d17c52.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