pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Changed 3.6.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8bd0d46b35a
branches: trunk
changeset: 392701:f8bd0d46b35a
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 07 08:01:32 2009 +0000
description:
Changed 3.6.14:
* Added the optional asynchronous VFS module.
* Enhanced the query optimizer so that virtual tables are able to make use of
OR and IN operators in the WHERE clause.
* Speed improvements in the btree and pager layers.
* Added the SQLITE_HAVE_ISNAN compile-time option which will cause the isnan()
function from the standard math library to be used instead of SQLite's own
home-brew NaN checker.
* Countless minor bug fixes, documentation improvements, new and improved
test cases, and code simplifications and cleanups.
diffstat:
databases/sqlite3/Makefile.common | 11 +++++++++--
databases/sqlite3/distinfo | 8 ++++----
2 files changed, 13 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 2cb5444ac41d -r f8bd0d46b35a databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Thu May 07 06:52:45 2009 +0000
+++ b/databases/sqlite3/Makefile.common Thu May 07 08:01:32 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.35 2009/04/18 18:13:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.36 2009/05/07 08:01:32 adam Exp $
# used by databases/sqlite3-tcl/Makefile
-DISTNAME= sqlite-3.6.13
+DISTNAME= sqlite-3.6.14
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -22,3 +22,10 @@
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= sqlite3.pc.in
+
+# XXX remove in future releases, if fixed
+SUBST_CLASSES+= fixver
+SUBST_STAGE.fixver= post-patch
+SUBST_MESSAGE.fixver= Fixing version in configure script.
+SUBST_FILES.fixver= configure
+SUBST_SED.fixver= -e 's,3.6.13,${PKGVERSION_NOREV},g'
diff -r 2cb5444ac41d -r f8bd0d46b35a databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo Thu May 07 06:52:45 2009 +0000
+++ b/databases/sqlite3/distinfo Thu May 07 08:01:32 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2009/04/18 18:13:55 adam Exp $
+$NetBSD: distinfo,v 1.35 2009/05/07 08:01:32 adam Exp $
-SHA1 (sqlite-3.6.13.tar.gz) = 632b5661ba7f59e92ce805ebcdf2cc3e9b28a051
-RMD160 (sqlite-3.6.13.tar.gz) = 2a9b3be1f087f63560ba63784b090b4fcf847d57
-Size (sqlite-3.6.13.tar.gz) = 2780584 bytes
+SHA1 (sqlite-3.6.14.tar.gz) = 0e22b901fe905826c192f305b7934eb4fefcb15b
+RMD160 (sqlite-3.6.14.tar.gz) = a77bcc1daf35ef45d497d076d4a8d6945a2e5f39
+Size (sqlite-3.6.14.tar.gz) = 2894263 bytes
SHA1 (patch-aa) = c30bb48d156f56eb82c19ce79ccb11e71ad0b7b9
Home |
Main Index |
Thread Index |
Old Index