From f6c51b5e30e174f6f35af5b327ecd4ec1a2e20ee Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 31 Oct 2014 21:13:32 +0000 Subject: 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. --- databases/sqlite3/Makefile | 6 +++--- databases/sqlite3/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'databases/sqlite3') diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 96fcdfad06e..e4a8c674f69 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2014/10/19 20:37:47 adam Exp $ +# $NetBSD: Makefile,v 1.85 2014/10/31 21:13:32 adam Exp $ -DISTNAME= sqlite-autoconf-3080700 -PKGNAME= sqlite3-3.8.7 +DISTNAME= sqlite-autoconf-3080701 +PKGNAME= sqlite3-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/distinfo b/databases/sqlite3/distinfo index 2574fa5c30e..3bf2b0e3c7a 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.93 2014/10/19 20:37:47 adam Exp $ +$NetBSD: distinfo,v 1.94 2014/10/31 21:13:32 adam Exp $ -SHA1 (sqlite-autoconf-3080700.tar.gz) = 8b773b006db46f3ffcbabe065e927823d13bf5c0 -RMD160 (sqlite-autoconf-3080700.tar.gz) = 6a08748fffa7e5e504e250a9dba69c15fefa98da -Size (sqlite-autoconf-3080700.tar.gz) = 1998217 bytes +SHA1 (sqlite-autoconf-3080701.tar.gz) = 5601be1263842209d7c5dbf6128f1cc0b6bbe2e5 +RMD160 (sqlite-autoconf-3080701.tar.gz) = 81317e887ed089f93c108d0e4eb02d148bd0ccc9 +Size (sqlite-autoconf-3080701.tar.gz) = 1998389 bytes -- cgit v1.2.3