pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Update to 3.1.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff5fbb546e50
branches: trunk
changeset: 489661:ff5fbb546e50
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 24 16:02:28 2005 +0000
description:
Update to 3.1.3:
2005 February 19 (3.1.3)
* Fix a problem with VACUUM on databases from which tables containing AUTOINCREMENT
have been dropped.
* Add forward compatibility to the future version 3.2 database file format.
* Documentation updates
2005 February 15 (3.1.2)
* Fix a bug that can lead to database corruption if there are two open connections
to the same database and one connection does a VACUUM and the second makes some
change to the database.
* Allow "?" parameters in the LIMIT clause.
* Fix VACUUM so that it works with AUTOINCREMENT.
* Fix a race condition in AUTOVACUUM that can lead to corrupt databases
* Add a numeric version number to the sqlite3.h include file.
* Other minor bug fixes and performance enhancements.
2005 February 1 (3.1.1 BETA)
* Automatic caching of prepared statements in the TCL interface
* ATTACH and DETACH as well as some other operations cause existing prepared
statements to expire.
* Numerious minor bug fixes
2005 January 21 (3.1.0 ALPHA)
* Autovacuum support added
* CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP added
* Support for the EXISTS clause added.
* Support for correlated subqueries added.
* Added the ESCAPE clause on the LIKE operator.
* Support for ALTER TABLE ... RENAME TABLE ... added
* AUTOINCREMENT keyword supported on INTEGER PRIMARY KEY
* Many SQLITE_OMIT_ macros inserts to omit features at compile-time and reduce the
library footprint.
* The REINDEX command was added.
* The engine no longer consults the main table if it can get all the information it
needs from an index.
* Many nuisance bugs fixed.
diffstat:
databases/sqlite3/Makefile | 9 ++++-----
databases/sqlite3/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r 73f7b6214fbd -r ff5fbb546e50 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile Thu Feb 24 16:00:40 2005 +0000
+++ b/databases/sqlite3/Makefile Thu Feb 24 16:02:28 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 02:00:33 tv Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/24 16:02:28 wiz Exp $
-DISTNAME= sqlite-3.0.8
+DISTNAME= sqlite-3.1.3
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -10,18 +10,17 @@
HOMEPAGE= http://www.hwaci.com/sw/sqlite/
COMMENT= SQL Database Engine in a C Library
-WRKSRC= ${WRKDIR}/sqlite
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-tcl
+CONFIGURE_ARGS+= --disable-tcl
PKGCONFIG_OVERRIDE= ${WRKDIR}/sqlite/sqlite3.pc.in
post-install:
- ${INSTALL_MAN} ${WRKSRC}/sqlite.1 ${PREFIX}/man/man1/sqlite3.1
+ ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/man/man1/sqlite3.1
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 73f7b6214fbd -r ff5fbb546e50 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo Thu Feb 24 16:00:40 2005 +0000
+++ b/databases/sqlite3/distinfo Thu Feb 24 16:02:28 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 16:33:10 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/02/24 16:02:28 wiz Exp $
-SHA1 (sqlite-3.0.8.tar.gz) = 03720973e7b5ce6f621a330d1701bbab1a989202
-RMD160 (sqlite-3.0.8.tar.gz) = 546fdd972a220d5161a9122ef335b3b7a9e92f46
-Size (sqlite-3.0.8.tar.gz) = 1288859 bytes
+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
Home |
Main Index |
Thread Index |
Old Index