pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Update to 3.8.7.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb3278f13085
branches:  trunk
changeset: 641886:fb3278f13085
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 20 12:16:22 2014 +0000

description:
Update to 3.8.7.2:

* Enhance the ROLLBACK command so that pending queries are allowed
  to continue as long as the schema is unchanged. Formerly, a
  ROLLBACK would cause all pending queries to fail with an
  SQLITE_ABORT or SQLITE_ABORT_ROLLBACK error. That error is
  still returned if the ROLLBACK modifies the schema.
* Bug fix: Make sure that NULL results from OP_Column are fully
  and completely NULL and do not have the MEM_Ephem bit set.
  Ticket 094d39a4c95ee4.
* Bug fix: The %c format in sqlite3_mprintf() is able to handle
  precisions greater than 70.
* Bug fix: Do not automatically remove the DISTINCT keyword from
  a SELECT that forms the right-hand side of an IN operator since
  it is necessary if the SELECT also contains a LIMIT. Ticket
  db87229497.

diffstat:

 databases/sqlite3/Makefile |  6 +++---
 databases/sqlite3/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4de30ae8e8f1 -r fb3278f13085 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Thu Nov 20 11:08:45 2014 +0000
+++ b/databases/sqlite3/Makefile        Thu Nov 20 12:16:22 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2014/10/31 21:13:32 adam Exp $
+# $NetBSD: Makefile,v 1.86 2014/11/20 12:16:22 wiz Exp $
 
-DISTNAME=      sqlite-autoconf-3080701
-PKGNAME=       sqlite3-3.8.7.1
+DISTNAME=      sqlite-autoconf-3080702
+PKGNAME=       sqlite3-3.8.7.2
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/2014/ \
                http://www.sqlite.org/2014/
diff -r 4de30ae8e8f1 -r fb3278f13085 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Thu Nov 20 11:08:45 2014 +0000
+++ b/databases/sqlite3/distinfo        Thu Nov 20 12:16:22 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.94 2014/10/31 21:13:32 adam Exp $
+$NetBSD: distinfo,v 1.95 2014/11/20 12:16:22 wiz Exp $
 
-SHA1 (sqlite-autoconf-3080701.tar.gz) = 5601be1263842209d7c5dbf6128f1cc0b6bbe2e5
-RMD160 (sqlite-autoconf-3080701.tar.gz) = 81317e887ed089f93c108d0e4eb02d148bd0ccc9
-Size (sqlite-autoconf-3080701.tar.gz) = 1998389 bytes
+SHA1 (sqlite-autoconf-3080702.tar.gz) = 175283383d010709f76fdd13cb0c8c3c329a1c67
+RMD160 (sqlite-autoconf-3080702.tar.gz) = 9eab8d36656a6aab6bf9c77c7626f30480e1062f
+Size (sqlite-autoconf-3080702.tar.gz) = 1998965 bytes



Home | Main Index | Thread Index | Old Index