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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eeb47272958
branches:  trunk
changeset: 393529:6eeb47272958
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 21 11:44:42 2009 +0000

description:
Changes 3.6.14.1:
* Fix a bug in group_concat().
* Fix a performance bug in the pager cache.
* Fix a bug in the sqlite3_backup implementation that can lead to a corrupt
  backup database.

diffstat:

 databases/sqlite3/Makefile        |  4 +---
 databases/sqlite3/Makefile.common |  4 ++--
 databases/sqlite3/distinfo        |  8 ++++----
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 1738c27ca643 -r 6eeb47272958 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Thu May 21 11:43:44 2009 +0000
+++ b/databases/sqlite3/Makefile        Thu May 21 11:44:42 2009 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2009/05/20 00:58:11 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/05/21 11:44:42 adam Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
-PKGREVISION=           1
-
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 CONFIGURE_ARGS+=       --disable-tcl
 CONFIGURE_ENV+=                ac_cv_prog_TCLSH_CMD=""
diff -r 1738c27ca643 -r 6eeb47272958 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Thu May 21 11:43:44 2009 +0000
+++ b/databases/sqlite3/Makefile.common Thu May 21 11:44:42 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.38 2009/05/19 09:07:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.39 2009/05/21 11:44:42 adam Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
-DISTNAME=      sqlite-3.6.14
+DISTNAME=      sqlite-3.6.14.1
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r 1738c27ca643 -r 6eeb47272958 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Thu May 21 11:43:44 2009 +0000
+++ b/databases/sqlite3/distinfo        Thu May 21 11:44:42 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2009/05/07 08:01:32 adam Exp $
+$NetBSD: distinfo,v 1.36 2009/05/21 11:44:42 adam Exp $
 
-SHA1 (sqlite-3.6.14.tar.gz) = 0e22b901fe905826c192f305b7934eb4fefcb15b
-RMD160 (sqlite-3.6.14.tar.gz) = a77bcc1daf35ef45d497d076d4a8d6945a2e5f39
-Size (sqlite-3.6.14.tar.gz) = 2894263 bytes
+SHA1 (sqlite-3.6.14.1.tar.gz) = d4c4c505e8d332fe61421dfb5cc22a97f5c854c4
+RMD160 (sqlite-3.6.14.1.tar.gz) = ec7273ab8e892d4742739d7d8e973ed5ed57691d
+Size (sqlite-3.6.14.1.tar.gz) = 2803028 bytes
 SHA1 (patch-aa) = c30bb48d156f56eb82c19ce79ccb11e71ad0b7b9



Home | Main Index | Thread Index | Old Index