From c0c4014364207dd2c90a0cef5a2587b63f18d8f4 Mon Sep 17 00:00:00 2001 From: reinoud Date: Thu, 31 Jan 2002 20:04:53 +0000 Subject: Major upgrade of Sqlite from version 2.1.7 to version 2.2.5 Lots of bug fixes in SQL parsing and supports more weildy SQL code like using the right of an AS in athe column list of a SELECT as part of an expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses. For a full report see the changelog on http://www.hwaci.com/sw/sqlite/changes.html --- databases/sqlite/Makefile | 4 ++-- databases/sqlite/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 1c558e18de5..519f10168d7 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/01/03 08:47:19 agc Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/31 20:04:53 reinoud Exp $ -DISTNAME= sqlite-2.1.7 +DISTNAME= sqlite-2.2.5 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo index 5e7033ee7cf..2d8a2cf32ac 100644 --- a/databases/sqlite/distinfo +++ b/databases/sqlite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2002/01/03 08:47:19 agc Exp $ +$NetBSD: distinfo,v 1.9 2002/01/31 20:04:53 reinoud Exp $ -SHA1 (sqlite-2.1.7.tar.gz) = efb317bc33281e6e86b9be049d0de31c684255fe -Size (sqlite-2.1.7.tar.gz) = 595837 bytes +SHA1 (sqlite-2.2.5.tar.gz) = 2d66d883e2a468e8ccce563c4b219d592a7902ae +Size (sqlite-2.2.5.tar.gz) = 616831 bytes SHA1 (patch-aa) = 05d0408a9c3f6a371b4b9cf5464aa5a7b436023b -- cgit v1.2.3