summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-02-13 07:30:31 +0000
committeradam <adam@pkgsrc.org>2014-02-13 07:30:31 +0000
commit447c5411c466fa5ef57d164c6cbeeeb4bd63869a (patch)
treeaeb50168b12fded8ed0bd83ef5e42b14d9c8d112 /databases/sqlite3-docs
parent545c37d0b95a0f7844d56367b721e8f6db5e9fa0 (diff)
downloadpkgsrc-447c5411c466fa5ef57d164c6cbeeeb4bd63869a.tar.gz
Changes 3.8.3.1:
Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used. Fix a harmless compiler warning that was causing problems for VS2013.
Diffstat (limited to 'databases/sqlite3-docs')
-rw-r--r--databases/sqlite3-docs/Makefile6
-rw-r--r--databases/sqlite3-docs/PLIST3
-rw-r--r--databases/sqlite3-docs/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index 48c9a9c20b0..b44e03bb117 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2014/02/04 13:28:07 adam Exp $
+# $NetBSD: Makefile,v 1.26 2014/02/13 07:30:31 adam Exp $
-DISTNAME= sqlite-doc-3080300
-PKGNAME= sqlite3-docs-3.8.3
+DISTNAME= sqlite-doc-3080301
+PKGNAME= sqlite3-docs-3.8.3.1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \
http://www.sqlite.org/2014/
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 67178529608..72808cff0c7 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2014/02/04 13:28:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2014/02/13 07:30:31 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -610,6 +610,7 @@ share/doc/sqlite3/releaselog/3_8_0_2.html
share/doc/sqlite3/releaselog/3_8_1.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
share/doc/sqlite3/releaselog/current.html
share/doc/sqlite3/requirements.html
share/doc/sqlite3/robots.txt
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index b3aacb4455d..41a7e6bdd48 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2014/02/04 13:28:07 adam Exp $
+$NetBSD: distinfo,v 1.24 2014/02/13 07:30:31 adam Exp $
-SHA1 (sqlite-doc-3080300.zip) = 199c977b948d3e6b9b0b165cb661275e0856d38e
-RMD160 (sqlite-doc-3080300.zip) = f8eab1b04763061a01159984d2be9e8cc26c8f6f
-Size (sqlite-doc-3080300.zip) = 4600279 bytes
+SHA1 (sqlite-doc-3080301.zip) = 0fe468bbbd4d768b6bfa250739a79badb49f7235
+RMD160 (sqlite-doc-3080301.zip) = 8835fd223b7edb82c8fb384e7065ea45e52fe1a3
+Size (sqlite-doc-3080301.zip) = 4603427 bytes