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.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c4d6718fb75
branches:  trunk
changeset: 395580:4c4d6718fb75
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 09 09:24:21 2009 +0000

description:
Changes 3.6.16:
* Fix a bug that occastionally causes INSERT or UPDATE operations to fail on
  an indexed table that has a self-modifying trigger.
* Other minor bug fixes and performance optimizations.

diffstat:

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

diffs (28 lines):

diff -r 69041a4b3725 -r 4c4d6718fb75 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Thu Jul 09 09:19:03 2009 +0000
+++ b/databases/sqlite3/Makefile.common Thu Jul 09 09:24:21 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.40 2009/06/04 13:02:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.41 2009/07/09 09:24:21 adam Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
-DISTNAME=      sqlite-3.6.14.2
+DISTNAME=      sqlite-3.6.16
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r 69041a4b3725 -r 4c4d6718fb75 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Thu Jul 09 09:19:03 2009 +0000
+++ b/databases/sqlite3/distinfo        Thu Jul 09 09:24:21 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2009/06/04 13:02:45 adam Exp $
+$NetBSD: distinfo,v 1.38 2009/07/09 09:24:21 adam Exp $
 
-SHA1 (sqlite-3.6.14.2.tar.gz) = 19206a419e39bb2de01ed12c2d95c928e97e7252
-RMD160 (sqlite-3.6.14.2.tar.gz) = 219833d61a2e0bf5fde136528b9725c0589d2491
-Size (sqlite-3.6.14.2.tar.gz) = 2896850 bytes
+SHA1 (sqlite-3.6.16.tar.gz) = 70ef5ab724816cd6c755f21e6e9d8a9c6b517045
+RMD160 (sqlite-3.6.16.tar.gz) = ad354b48bbb0b46ff59c27708bd0a6e7ebebffbb
+Size (sqlite-3.6.16.tar.gz) = 2822505 bytes
 SHA1 (patch-aa) = c30bb48d156f56eb82c19ce79ccb11e71ad0b7b9



Home | Main Index | Thread Index | Old Index