summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-10-31 21:13:32 +0000
committeradam <adam@pkgsrc.org>2014-10-31 21:13:32 +0000
commitf6c51b5e30e174f6f35af5b327ecd4ec1a2e20ee (patch)
treeadb553859c2117afab84374dc076f168245f75c6 /databases/sqlite3-docs
parent69a62c8b84fc4752a0d5e596bc9a62d069b0a953 (diff)
downloadpkgsrc-f6c51b5e30e174f6f35af5b327ecd4ec1a2e20ee.tar.gz
Changes 3.8.7.1:
* In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately after truncating the journal file to ensure that the transaction is durable across a power loss. * Fix an assertion fault that can occur when updating the NULL value of a field at the end of a table that was added using ALTER TABLE ADD COLUMN. * Do not attempt to use the strchrnul() function from the standard C library unless the HAVE_STRCHRNULL compile-time option is set. * Fix a couple of problems associated with running an UPDATE or DELETE on a VIEW with a rowid in the WHERE clause.
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 0aeccbea9fb..d8ba63bebf8 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2014/10/19 20:37:47 adam Exp $
+# $NetBSD: Makefile,v 1.34 2014/10/31 21:13:32 adam Exp $
-DISTNAME= sqlite-doc-3080700
-PKGNAME= sqlite3-docs-3.8.7
+DISTNAME= sqlite-doc-3080701
+PKGNAME= sqlite3-docs-3.8.7.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 ac404586d92..4e953a25534 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2014/10/19 20:37:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2014/10/31 21:13:32 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -626,6 +626,7 @@ share/doc/sqlite3/releaselog/3_8_4_3.html
share/doc/sqlite3/releaselog/3_8_5.html
share/doc/sqlite3/releaselog/3_8_6.html
share/doc/sqlite3/releaselog/3_8_7.html
+share/doc/sqlite3/releaselog/3_8_7_1.html
share/doc/sqlite3/releaselog/current.html
share/doc/sqlite3/requirements.html
share/doc/sqlite3/rescode.html
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index 36aa64796c6..3bf7510b6e3 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2014/10/19 20:37:47 adam Exp $
+$NetBSD: distinfo,v 1.32 2014/10/31 21:13:32 adam Exp $
-SHA1 (sqlite-doc-3080700.zip) = b091631340c051455e349e651d9c24579e00f669
-RMD160 (sqlite-doc-3080700.zip) = aa480c654d319cbb25ec3fe97b4edbdf0a0e196c
-Size (sqlite-doc-3080700.zip) = 4901008 bytes
+SHA1 (sqlite-doc-3080701.zip) = 712b4ce64317646f27a046d5850515cd710bd00a
+RMD160 (sqlite-doc-3080701.zip) = e9d87c27344d95d0007cfcd0c16ee2a765490812
+Size (sqlite-doc-3080701.zip) = 4909904 bytes