pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Changes 3.6.18:
details: https://anonhg.NetBSD.org/pkgsrc/rev/57e2f7260344
branches: trunk
changeset: 400063:57e2f7260344
user: adam <adam%pkgsrc.org@localhost>
date: Sun Oct 11 09:14:14 2009 +0000
description:
Changes 3.6.18:
* Versioning of the SQLite source code has transitioned from CVS to Fossil.
* Query planner enhancements.
* The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE command to
collect a small histogram of each index, to help SQLite better select among
competing range query indices.
* Recursive triggers can be enabled using the PRAGMA recursive_triggers
statement.
* Delete triggers fire when rows are removed due to a REPLACE conflict
resolution. This feature is only enabled when recursive triggers are enabled.
* Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE flags for
sqlite3_open_v2() used to override the global shared cache mode settings for
individual database connections.
* Added improved version identification features: C-Preprocessor macro
SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and SQL function
sqlite_source_id().
* Obscure bug fix on triggers
diffstat:
databases/sqlite3-tcl/Makefile | 3 +--
databases/sqlite3/Makefile.common | 4 ++--
databases/sqlite3/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r a2cbd463aeb3 -r 57e2f7260344 databases/sqlite3-tcl/Makefile
--- a/databases/sqlite3-tcl/Makefile Sun Oct 11 09:03:46 2009 +0000
+++ b/databases/sqlite3-tcl/Makefile Sun Oct 11 09:14:14 2009 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2009/05/20 00:58:11 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/10/11 09:14:14 adam Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/sqlite3/Makefile.common"
PKGNAME:= ${PKGNAME:S/-/-tcl-/}
-PKGREVISION= 1
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
diff -r a2cbd463aeb3 -r 57e2f7260344 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Sun Oct 11 09:03:46 2009 +0000
+++ b/databases/sqlite3/Makefile.common Sun Oct 11 09:14:14 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.42 2009/08/21 03:37:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.43 2009/10/11 09:14:14 adam Exp $
# used by databases/sqlite3-tcl/Makefile
-DISTNAME= sqlite-3.6.17
+DISTNAME= sqlite-3.6.18
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
diff -r a2cbd463aeb3 -r 57e2f7260344 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo Sun Oct 11 09:03:46 2009 +0000
+++ b/databases/sqlite3/distinfo Sun Oct 11 09:14:14 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2009/08/21 03:37:15 adam Exp $
+$NetBSD: distinfo,v 1.41 2009/10/11 09:14:14 adam Exp $
-SHA1 (sqlite-3.6.17.tar.gz) = fa71b93563809ce666c3d6ccd7b6bcaaafc433b3
-RMD160 (sqlite-3.6.17.tar.gz) = 401e09545bf335aca38a749ec54115b9220e232a
-Size (sqlite-3.6.17.tar.gz) = 2926671 bytes
+SHA1 (sqlite-3.6.18.tar.gz) = 0200f366657b00396bdc45ebd5b9ab6891ff825e
+RMD160 (sqlite-3.6.18.tar.gz) = 6894127ae650cf9745709338b57754681c0863cd
+Size (sqlite-3.6.18.tar.gz) = 2892345 bytes
SHA1 (patch-aa) = bc0670df079e1a49422ba540d8272e503d20a33f
Home |
Main Index |
Thread Index |
Old Index