diff options
author | adam <adam@pkgsrc.org> | 2009-05-21 11:44:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-05-21 11:44:42 +0000 |
commit | e9d538aa59cc30ce9f6d0b535316cb69634c5d4b (patch) | |
tree | 62c4d709fce580d219f955b0a94595973e738091 /databases | |
parent | 62496ec334596fad806cbd06876f4d6ce786eedd (diff) | |
download | pkgsrc-e9d538aa59cc30ce9f6d0b535316cb69634c5d4b.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 5a42d08cc57..b5e259c3c9e 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -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 --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 97878288649..bdb24793836 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -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 --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 07c5bdbf282..0ffcdf14720 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -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 |