diff options
author | adam <adam@pkgsrc.org> | 2009-05-07 08:01:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-05-07 08:01:32 +0000 |
commit | 53348273296a4b8eb415bf841f5f6dc70309f9db (patch) | |
tree | 9878bba53e1be42f74ad8a1ab55eb05397768c78 /databases | |
parent | 441d69150bd077dbeac6eedb8023f23c8bcc6c90 (diff) | |
download | pkgsrc-53348273296a4b8eb415bf841f5f6dc70309f9db.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile.common | 11 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 13 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 27ef9780dfd..a0f8633b4cc 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -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_TOOLS+= gmake 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 --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index bdd768d0167..07c5bdbf282 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -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 |