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.
This commit is contained in:
parent
c586cb72d3
commit
749ac3fa60
3 changed files with 7 additions and 9 deletions
|
@ -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=""
|
||||
|
|
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue