diff options
author | adam <adam@pkgsrc.org> | 2012-10-06 17:59:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-10-06 17:59:07 +0000 |
commit | 887e2861d71c8be25e6b2c08fa56efa0e2cbefc4 (patch) | |
tree | f69d685ab3c828baf7274ad20eca5ac489745caa /databases/sqlite3-tcl | |
parent | 4a4c3e1d5c9499a2bcd1b384a8acca6d80418b0a (diff) | |
download | pkgsrc-887e2861d71c8be25e6b2c08fa56efa0e2cbefc4.tar.gz |
Changes 3.7.14.1:
* Fix a bug that causes a segfault on a LEFT JOIN that includes an OR in the ON clause.
* Work around a bug in the optimizer in the VisualStudio-2012 compiler that causes invalid code to be generated when compiling SQLite on ARM.
* Fix the TCL interface so that the "nullvalue" setting is honored for TCL implementations of SQL functions.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index e7c409a1aef..cf2fb3293c0 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2012/10/02 21:25:53 asau Exp $ +# $NetBSD: Makefile,v 1.39 2012/10/06 17:59:08 adam Exp $ -DISTNAME= sqlite-autoconf-3071400 -PKGNAME= sqlite3-tcl-3.7.14 +DISTNAME= sqlite-autoconf-3071401 +PKGNAME= sqlite3-tcl-3.7.14.1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 8477853538f..80bfccef477 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2012/09/06 20:29:41 adam Exp $ +$NetBSD: distinfo,v 1.25 2012/10/06 17:59:08 adam Exp $ -SHA1 (sqlite-autoconf-3071400.tar.gz) = 7b429809918201555f4c0fa639183a1c663d3fe0 -RMD160 (sqlite-autoconf-3071400.tar.gz) = 4f35ddcfb4f2d39dfc43fea59db597d7e8177a19 -Size (sqlite-autoconf-3071400.tar.gz) = 1832194 bytes +SHA1 (sqlite-autoconf-3071401.tar.gz) = c464e0e3efe98227c6546b9b1e786b51b8b642fc +RMD160 (sqlite-autoconf-3071401.tar.gz) = 5b93ee972f16189299054bd59e0fd479d7c0216a +Size (sqlite-autoconf-3071401.tar.gz) = 1832051 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa |