From 0380c7282bf99d5c4bdca19ee38a422c11d17c52 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Feb 2005 16:05:25 +0000 Subject: 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. --- databases/sqlite/Makefile | 9 ++++----- databases/sqlite/distinfo | 12 ++++++------ databases/sqlite/patches/patch-aa | 6 +++--- databases/sqlite/patches/patch-ab | 8 ++++---- 4 files changed, 17 insertions(+), 18 deletions(-) (limited to 'databases') diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index e96e6088782..78c74eb0500 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2004/10/03 00:13:23 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/02/24 16:05:25 wiz Exp $ -DISTNAME= sqlite-2.8.15 -PKGREVISION= 2 +DISTNAME= sqlite-2.8.16 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ @@ -16,7 +15,7 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../sqlite/configure +CONFIGURE_SCRIPT= ../sqlite-2.8.16/configure CONFIGURE_ARGS+= --without-tcl CONFIGURE_ENV+= config_TARGET_READLINE_INC="-I${BUILDLINK_PREFIX.readline}/include" @@ -29,7 +28,7 @@ post-extract: ${MKDIR} ${WRKSRC} post-install: - ${INSTALL_MAN} ${WRKDIR}/sqlite/sqlite.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/sqlite-2.8.16/sqlite.1 ${PREFIX}/man/man1 .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo index cc15d2bbcfd..8333a2a0d0b 100644 --- a/databases/sqlite/distinfo +++ b/databases/sqlite/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2005/02/23 16:33:10 agc Exp $ +$NetBSD: distinfo,v 1.20 2005/02/24 16:05:25 wiz Exp $ -SHA1 (sqlite-2.8.15.tar.gz) = 53c8a6dd2f87c500c6944987988053acacaee05b -RMD160 (sqlite-2.8.15.tar.gz) = bbcc23361b27173a246f983def5f3b4cceef2b0e -Size (sqlite-2.8.15.tar.gz) = 963232 bytes -SHA1 (patch-aa) = 8f8f3608b10ed93b52c2dba6b70c93ba4aa6c485 -SHA1 (patch-ab) = e1dda14c980b8c014292ce46989bf210aaa2e10f +SHA1 (sqlite-2.8.16.tar.gz) = 7bef329f78628de252c289bda7cea6f86adcc42e +RMD160 (sqlite-2.8.16.tar.gz) = df60e84f16ccd8b6b8e86dabfe6bf40f6a3dc136 +Size (sqlite-2.8.16.tar.gz) = 981834 bytes +SHA1 (patch-aa) = 8ba9f2a37a920af97e8590ab2a3ecc54ca7f77d5 +SHA1 (patch-ab) = f0c06296050aab865bdeb4b82edeeec6264bde43 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 -- cgit v1.2.3