summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2012-09-06 20:29:41 +0000
committeradam <adam>2012-09-06 20:29:41 +0000
commit73e8ace5a84a1d5f75dbe15b1a2d4948745d9531 (patch)
tree6ea74d18ea228bd22fcc81eccebc35dc521fcad9
parent7a61e1f650eb9007e2f7cafab0286b9dc2ab6f64 (diff)
downloadpkgsrc-73e8ace5a84a1d5f75dbe15b1a2d4948745d9531.tar.gz
Changes 3.7.14:
* Drop built-in support for OS/2. If you need to upgrade an OS/2 application to use this or a later version of SQLite, then add an application-defined VFS using the sqlite3_vfs_register() interface. The code removed in this release can serve as a baseline for the application-defined VFS. * Ensure that floating point values are preserved exactly when reconstructing a database from the output of the ".dump" command of the command-line shell. * Added the sqlite3_close_v2() interface. * Updated the command-line shell so that it can be built using SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT. * Improvements to the windows makefiles and build processes. * Enhancements to PRAGMA integrity_check and PRAGMA quick_check so that they can optionally check just a single attached database instead of all attached databases. * Enhancements to WAL mode processing that ensure that at least one valid read-mark is available at all times, so that read-only processes can always read the database. * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option. * Better handling of aggregate queries where the aggregate functions are contained within subqueries. * Enhance the query planner so that it will try to use a covering index on queries that make use of or optimization.
-rw-r--r--databases/sqlite3-docs/Makefile6
-rw-r--r--databases/sqlite3-docs/PLIST4
-rw-r--r--databases/sqlite3-docs/distinfo8
-rw-r--r--databases/sqlite3-tcl/Makefile7
-rw-r--r--databases/sqlite3-tcl/distinfo8
-rw-r--r--databases/sqlite3/Makefile6
-rw-r--r--databases/sqlite3/distinfo8
7 files changed, 24 insertions, 23 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index 38ec064f05a..4fc3d01bfaa 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2012/06/11 16:21:30 adam Exp $
+# $NetBSD: Makefile,v 1.12 2012/09/06 20:29:41 adam Exp $
-DISTNAME= sqlite-doc-3071300
-PKGNAME= sqlite3-docs-3.7.13
+DISTNAME= sqlite-doc-3071400
+PKGNAME= sqlite3-docs-3.7.14
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index ddc865e2c21..cae087c4aed 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2012/06/11 16:21:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2012/09/06 20:29:41 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -292,6 +292,7 @@ share/doc/sqlite3/images/foreignlogos/bentley.jpg
share/doc/sqlite3/images/foreignlogos/bloomberg.gif
share/doc/sqlite3/images/foreignlogos/dropbox.gif
share/doc/sqlite3/images/foreignlogos/firefox.gif
+share/doc/sqlite3/images/foreignlogos/flame.gif
share/doc/sqlite3/images/foreignlogos/ge.gif
share/doc/sqlite3/images/foreignlogos/google.gif
share/doc/sqlite3/images/foreignlogos/intuit.gif
@@ -563,6 +564,7 @@ share/doc/sqlite3/releaselog/3_7_11.html
share/doc/sqlite3/releaselog/3_7_12.html
share/doc/sqlite3/releaselog/3_7_12_1.html
share/doc/sqlite3/releaselog/3_7_13.html
+share/doc/sqlite3/releaselog/3_7_14.html
share/doc/sqlite3/releaselog/3_7_2.html
share/doc/sqlite3/releaselog/3_7_3.html
share/doc/sqlite3/releaselog/3_7_4.html
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index e51fb699b24..0b6fb94a99b 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2012/06/11 16:21:30 adam Exp $
+$NetBSD: distinfo,v 1.12 2012/09/06 20:29:41 adam Exp $
-SHA1 (sqlite-doc-3071300.zip) = 839f471d03de777b050bf585ab6175a27d96c360
-RMD160 (sqlite-doc-3071300.zip) = 8f75103d1ff8a4f5ac8b90663f38985a6fe1204e
-Size (sqlite-doc-3071300.zip) = 3868922 bytes
+SHA1 (sqlite-doc-3071400.zip) = 38a8e9a4fa515f7aa6df7d31e58bd0ec60658031
+RMD160 (sqlite-doc-3071400.zip) = 9a63495a1bd9dcdb99810b3a09c140529e9156d7
+Size (sqlite-doc-3071400.zip) = 4109131 bytes
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index de6feb6b5af..75bc4d633e8 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2012/08/21 23:49:20 marino Exp $
+# $NetBSD: Makefile,v 1.37 2012/09/06 20:29:41 adam Exp $
-DISTNAME= sqlite-autoconf-3071300
-PKGNAME= sqlite3-tcl-3.7.13
-PKGREVISION= 1
+DISTNAME= sqlite-autoconf-3071400
+PKGNAME= sqlite3-tcl-3.7.14
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 cc92103cb61..8477853538f 100644
--- a/databases/sqlite3-tcl/distinfo
+++ b/databases/sqlite3-tcl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2012/06/11 16:21:31 adam Exp $
+$NetBSD: distinfo,v 1.24 2012/09/06 20:29:41 adam Exp $
-SHA1 (sqlite-autoconf-3071300.tar.gz) = d3833b6ad68db8505d1044f761dd962f415cd302
-RMD160 (sqlite-autoconf-3071300.tar.gz) = 4c9a959c4d2e162b72b90a965d9b68f97088b3c7
-Size (sqlite-autoconf-3071300.tar.gz) = 1845778 bytes
+SHA1 (sqlite-autoconf-3071400.tar.gz) = 7b429809918201555f4c0fa639183a1c663d3fe0
+RMD160 (sqlite-autoconf-3071400.tar.gz) = 4f35ddcfb4f2d39dfc43fea59db597d7e8177a19
+Size (sqlite-autoconf-3071400.tar.gz) = 1832194 bytes
SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea
SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 06f9772482d..ff09d2687ad 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2012/06/11 16:21:30 adam Exp $
+# $NetBSD: Makefile,v 1.54 2012/09/06 20:29:41 adam Exp $
-DISTNAME= sqlite-autoconf-3071300
-PKGNAME= sqlite3-3.7.13
+DISTNAME= sqlite-autoconf-3071400
+PKGNAME= sqlite3-3.7.14
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 60add0ce824..7273c6f7bcb 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2012/06/11 16:21:30 adam Exp $
+$NetBSD: distinfo,v 1.71 2012/09/06 20:29:41 adam Exp $
-SHA1 (sqlite-autoconf-3071300.tar.gz) = d3833b6ad68db8505d1044f761dd962f415cd302
-RMD160 (sqlite-autoconf-3071300.tar.gz) = 4c9a959c4d2e162b72b90a965d9b68f97088b3c7
-Size (sqlite-autoconf-3071300.tar.gz) = 1845778 bytes
+SHA1 (sqlite-autoconf-3071400.tar.gz) = 7b429809918201555f4c0fa639183a1c663d3fe0
+RMD160 (sqlite-autoconf-3071400.tar.gz) = 4f35ddcfb4f2d39dfc43fea59db597d7e8177a19
+Size (sqlite-autoconf-3071400.tar.gz) = 1832194 bytes