pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Changes 3.6.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b156b55916b1
branches:  trunk
changeset: 391750:b156b55916b1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 18 18:13:55 2009 +0000

description:
Changes 3.6.13:
* Fix a bug in version 3.6.12 that causes a segfault when running a count(*)
  on the sqlite_master table of an empty database.
* Fix a bug in version 3.6.12 that causes a segfault that when inserting into
  a table using a DEFAULT value where there is a function as part of the
  DEFAULT value expression.
* Fix data structure alignment issues on Sparc.
* Other minor bug fixes.

diffstat:

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

diffs (28 lines):

diff -r a7fb9eb7feaf -r b156b55916b1 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Sat Apr 18 15:03:58 2009 +0000
+++ b/databases/sqlite3/Makefile.common Sat Apr 18 18:13:55 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.34 2009/04/10 08:44:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2009/04/18 18:13:55 adam Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
-DISTNAME=      sqlite-3.6.12
+DISTNAME=      sqlite-3.6.13
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r a7fb9eb7feaf -r b156b55916b1 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Sat Apr 18 15:03:58 2009 +0000
+++ b/databases/sqlite3/distinfo        Sat Apr 18 18:13:55 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2009/04/10 08:44:03 adam Exp $
+$NetBSD: distinfo,v 1.34 2009/04/18 18:13:55 adam Exp $
 
-SHA1 (sqlite-3.6.12.tar.gz) = 05ffb484d264030de41ee4bde0915bf1900d5f32
-RMD160 (sqlite-3.6.12.tar.gz) = c455dd7f5dac3ab75b1c0e58ca9a766e7fb19378
-Size (sqlite-3.6.12.tar.gz) = 2769510 bytes
+SHA1 (sqlite-3.6.13.tar.gz) = 632b5661ba7f59e92ce805ebcdf2cc3e9b28a051
+RMD160 (sqlite-3.6.13.tar.gz) = 2a9b3be1f087f63560ba63784b090b4fcf847d57
+Size (sqlite-3.6.13.tar.gz) = 2780584 bytes
 SHA1 (patch-aa) = c30bb48d156f56eb82c19ce79ccb11e71ad0b7b9



Home | Main Index | Thread Index | Old Index