pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 3.8.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbf3c7dc55b3
branches:  trunk
changeset: 651682:fbf3c7dc55b3
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 09 09:32:56 2015 +0000

description:
Changes 3.8.10:
Added the sqldiff.exe utility program for computing the differences between two SQLite database files.
Added the y format string to the matchinfo() function of FTS3.
Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check.
Fix many obscure problems discovered while SQL fuzzing.
Identify all methods for important objects in the interface documentation. (example)
Made the American Fuzzy Lop fuzzer a standard part of SQLite's testing strategy.
Add the ".binary" and ".limits" commands to the command-line shell.
Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.

diffstat:

 databases/sqlite3-docs/PLIST       |  6 +++++-
 databases/sqlite3-docs/distinfo    |  8 ++++----
 databases/sqlite3-tcl/distinfo     |  8 ++++----
 databases/sqlite3/Makefile.version |  6 +++---
 databases/sqlite3/distinfo         |  8 ++++----
 5 files changed, 20 insertions(+), 16 deletions(-)

diffs (95 lines):

diff -r fa349a8fdfb1 -r fbf3c7dc55b3 databases/sqlite3-docs/PLIST
--- a/databases/sqlite3-docs/PLIST      Sat May 09 07:39:23 2015 +0000
+++ b/databases/sqlite3-docs/PLIST      Sat May 09 09:32:56 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2015/04/11 12:42:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.40 2015/05/09 09:32:56 adam Exp $
 share/doc/sqlite3/34to35.html
 share/doc/sqlite3/35to36.html
 share/doc/sqlite3/about.html
@@ -194,6 +194,7 @@
 share/doc/sqlite3/cvstrac.css
 share/doc/sqlite3/datatype3.html
 share/doc/sqlite3/datatypes.html
+share/doc/sqlite3/dbstat.html
 share/doc/sqlite3/dev.html
 share/doc/sqlite3/different.html
 share/doc/sqlite3/doc_backlink_crossref.html
@@ -626,6 +627,7 @@
 share/doc/sqlite3/releaselog/3_8_0_1.html
 share/doc/sqlite3/releaselog/3_8_0_2.html
 share/doc/sqlite3/releaselog/3_8_1.html
+share/doc/sqlite3/releaselog/3_8_10.html
 share/doc/sqlite3/releaselog/3_8_2.html
 share/doc/sqlite3/releaselog/3_8_3.html
 share/doc/sqlite3/releaselog/3_8_3_1.html
@@ -662,6 +664,7 @@
 share/doc/sqlite3/sitemap.html
 share/doc/sqlite3/speed.html
 share/doc/sqlite3/spellfix1.html
+share/doc/sqlite3/sqldiff.html
 share/doc/sqlite3/sqlite.html
 share/doc/sqlite3/support.html
 share/doc/sqlite3/syntax.html
@@ -730,6 +733,7 @@
 share/doc/sqlite3/testing.html
 share/doc/sqlite3/th3.html
 share/doc/sqlite3/threadsafe.html
+share/doc/sqlite3/toc.db
 share/doc/sqlite3/transactional.html
 share/doc/sqlite3/unlock_notify.html
 share/doc/sqlite3/uri.html
diff -r fa349a8fdfb1 -r fbf3c7dc55b3 databases/sqlite3-docs/distinfo
--- a/databases/sqlite3-docs/distinfo   Sat May 09 07:39:23 2015 +0000
+++ b/databases/sqlite3-docs/distinfo   Sat May 09 09:32:56 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2015/04/11 12:42:06 adam Exp $
+$NetBSD: distinfo,v 1.40 2015/05/09 09:32:56 adam Exp $
 
-SHA1 (sqlite-doc-3080900.zip) = c677b73a0be5419427a01431d24d718ec4cde6a9
-RMD160 (sqlite-doc-3080900.zip) = 0567148dc603a5b633dea7b756c0edcf671d3857
-Size (sqlite-doc-3080900.zip) = 5025367 bytes
+SHA1 (sqlite-doc-3081000.zip) = 338c73d748ce3499305e2ba524e85ee3aac7444b
+RMD160 (sqlite-doc-3081000.zip) = cb0e73daafd15aa308adfbb568fc6f686233b2bd
+Size (sqlite-doc-3081000.zip) = 5053667 bytes
diff -r fa349a8fdfb1 -r fbf3c7dc55b3 databases/sqlite3-tcl/distinfo
--- a/databases/sqlite3-tcl/distinfo    Sat May 09 07:39:23 2015 +0000
+++ b/databases/sqlite3-tcl/distinfo    Sat May 09 09:32:56 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2015/04/11 12:42:06 adam Exp $
+$NetBSD: distinfo,v 1.53 2015/05/09 09:32:56 adam Exp $
 
-SHA1 (sqlite-autoconf-3080900.tar.gz) = db70dee268700b312cbaa5b3e5cf8454e1c8b7b9
-RMD160 (sqlite-autoconf-3080900.tar.gz) = b89b63ccf07a5b55976643a41e6d7481c1ed284d
-Size (sqlite-autoconf-3080900.tar.gz) = 2037200 bytes
+SHA1 (sqlite-autoconf-3081000.tar.gz) = 7e92b4f78d4648fb2a97a4dc721490cc08653a0b
+RMD160 (sqlite-autoconf-3081000.tar.gz) = 934884ac3f0ce83ea4ad98f6a9f5cb4b17dd2aab
+Size (sqlite-autoconf-3081000.tar.gz) = 2049170 bytes
 SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d
diff -r fa349a8fdfb1 -r fbf3c7dc55b3 databases/sqlite3/Makefile.version
--- a/databases/sqlite3/Makefile.version        Sat May 09 07:39:23 2015 +0000
+++ b/databases/sqlite3/Makefile.version        Sat May 09 09:32:56 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.1 2015/04/21 23:26:42 khorben Exp $
+# $NetBSD: Makefile.version,v 1.2 2015/05/09 09:32:56 adam Exp $
 # used by databases/sqlite3/Makefile
 # used by databases/sqlite3-docs/Makefile
 # used by databases/sqlite3-tcl/Makefile
 
-SQLITE3_DISTVERSION=   3080900
-SQLITE3_VERSION=       3.8.9
+SQLITE3_DISTVERSION=   3081000
+SQLITE3_VERSION=       3.8.10
diff -r fa349a8fdfb1 -r fbf3c7dc55b3 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Sat May 09 07:39:23 2015 +0000
+++ b/databases/sqlite3/distinfo        Sat May 09 09:32:56 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.102 2015/04/11 12:42:06 adam Exp $
+$NetBSD: distinfo,v 1.103 2015/05/09 09:32:56 adam Exp $
 
-SHA1 (sqlite-autoconf-3080900.tar.gz) = db70dee268700b312cbaa5b3e5cf8454e1c8b7b9
-RMD160 (sqlite-autoconf-3080900.tar.gz) = b89b63ccf07a5b55976643a41e6d7481c1ed284d
-Size (sqlite-autoconf-3080900.tar.gz) = 2037200 bytes
+SHA1 (sqlite-autoconf-3081000.tar.gz) = 7e92b4f78d4648fb2a97a4dc721490cc08653a0b
+RMD160 (sqlite-autoconf-3081000.tar.gz) = 934884ac3f0ce83ea4ad98f6a9f5cb4b17dd2aab
+Size (sqlite-autoconf-3081000.tar.gz) = 2049170 bytes



Home | Main Index | Thread Index | Old Index