pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite Update to 2.8.16:
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb3cb43ce01b
branches: trunk
changeset: 489663:eb3cb43ce01b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 24 16:05:25 2005 +0000
description:
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:
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(-)
diffs (78 lines):
diff -r 0385bf89d5a3 -r eb3cb43ce01b databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Thu Feb 24 16:02:53 2005 +0000
+++ b/databases/sqlite/Makefile Thu Feb 24 16:05:25 2005 +0000
@@ -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_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 @@
${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 -r 0385bf89d5a3 -r eb3cb43ce01b databases/sqlite/distinfo
--- a/databases/sqlite/distinfo Thu Feb 24 16:02:53 2005 +0000
+++ b/databases/sqlite/distinfo Thu Feb 24 16:05:25 2005 +0000
@@ -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 -r 0385bf89d5a3 -r eb3cb43ce01b databases/sqlite/patches/patch-aa
--- a/databases/sqlite/patches/patch-aa Thu Feb 24 16:02:53 2005 +0000
+++ b/databases/sqlite/patches/patch-aa Thu Feb 24 16:05:25 2005 +0000
@@ -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 -r 0385bf89d5a3 -r eb3cb43ce01b databases/sqlite/patches/patch-ab
--- a/databases/sqlite/patches/patch-ab Thu Feb 24 16:02:53 2005 +0000
+++ b/databases/sqlite/patches/patch-ab Thu Feb 24 16:05:25 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index