summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-04-14 05:45:51 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-04-14 05:45:51 +0000
commit94b0d6efcb3f1cb3e6cc7881cc577746e3a04080 (patch)
tree1467c99709a8e8b6e2104011ff6f7907449ac470 /databases/sqlite3
parent25474ba3139b6826033aefce6b505b569abe7351 (diff)
downloadpkgsrc-94b0d6efcb3f1cb3e6cc7881cc577746e3a04080.tar.gz
Update to 3.2.1
2005 March 29 (3.2.1) * Fix a memory allocation error in the new ADD COLUMN comment. * Documentation updates 2005 March 21 (3.2.0) * Added support for ALTER TABLE ADD COLUMN. * Added support for the "T" separator in ISO-8601 date/time strings. * Improved support for Cygwin. * Numerous bug fixes and documentation updates. 2005 March 16 (3.1.6) * Fix a bug that could cause database corruption when inserting record into tables with around 125 columns. * sqlite3_step() is now much more likely to invoke the busy handler and less likely to return SQLITE_BUSY. * Fix memory leaks that used to occur after a malloc() failure. 2005 March 11 (3.1.5) * The ioctl on OS-X to control syncing to disk is F_FULLFSYNC, not F_FULLSYNC. The previous release had it wrong. 2005 March 10 (3.1.4) * Fix a bug in autovacuum that could cause database corruption if a CREATE UNIQUE INDEX fails because of a constraint violation. This problem only occurs if the new autovacuum feature introduced in version 3.1 is turned on. * The F_FULLSYNC ioctl (currently only supported on OS-X) is disabled if the synchronous pragma is set to something other than "full". * Add additional forward compatibility to the future version 3.2 database file format. * Fix a bug in WHERE clauses of the form (rowid<'2') * New SQLITE_OMIT_... compile-time options added * Updates to the man page * Remove the use of strcasecmp() from the shell * Windows DLL exports symbols Tclsqlite_Init and Sqlite_Init
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile4
-rw-r--r--databases/sqlite3/Makefile.common4
-rw-r--r--databases/sqlite3/distinfo8
3 files changed, 7 insertions, 9 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 52dc31f2bbf..1b97108c88a 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/03/23 22:08:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/14 05:45:51 xtraeme Exp $
.include "Makefile.common"
-PKGREVISION= 2
-
CONFIGURE_ARGS+= --disable-tcl
post-install:
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index 44b851aa10f..7a03b94ac87 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.2 2005/04/11 21:45:16 tv Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/04/14 05:45:51 xtraeme Exp $
-DISTNAME= sqlite-3.1.3
+DISTNAME= sqlite-3.2.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 82449418127..6a11cdce576 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 16:02:28 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/04/14 05:45:51 xtraeme Exp $
-SHA1 (sqlite-3.1.3.tar.gz) = 4c27b0245c8a84ac07de47b5aaf78d06251c6446
-RMD160 (sqlite-3.1.3.tar.gz) = 338932a672b6c98b97b0fcf5cc8d1a9a97aca20e
-Size (sqlite-3.1.3.tar.gz) = 1315439 bytes
+SHA1 (sqlite-3.2.1.tar.gz) = df9b8a28bb64a29df8b2411b6b8b746b04d742eb
+RMD160 (sqlite-3.2.1.tar.gz) = 3b4cfc1fca27d4df369220d15eb5e28777bd99da
+Size (sqlite-3.2.1.tar.gz) = 1351842 bytes