update to 2.8.15, ok djm@

This commit is contained in:
jolan 2005-01-15 00:22:11 +00:00
parent a0a213402a
commit 48bab7f528
3 changed files with 16 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2004/11/22 16:59:29 espie Exp $
# $OpenBSD: Makefile,v 1.5 2005/01/15 00:22:11 jolan Exp $
COMMENT= "Embedded SQL implementation"
DISTNAME= sqlite-2.8.14
DISTNAME= sqlite-2.8.15
CATEGORIES= databases
HOMEPAGE= http://www.sqlite.org/
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,3 @@
MD5 (sqlite-2.8.14.tar.gz) = 113ce31cc31e0ab671bab590122e272a
RMD160 (sqlite-2.8.14.tar.gz) = 1fbbeb1dc6c0bf2d9816646a1226dd9525bd2c83
SHA1 (sqlite-2.8.14.tar.gz) = fffb48b97b2d397d3df61fde321a713ca544fff7
SIZE (sqlite-2.8.14.tar.gz) = 955231
MD5 (sqlite-2.8.15.tar.gz) = 0afa73e107bd106031d046c8ca6a94ab
RMD160 (sqlite-2.8.15.tar.gz) = bbcc23361b27173a246f983def5f3b4cceef2b0e
SHA1 (sqlite-2.8.15.tar.gz) = 53c8a6dd2f87c500c6944987988053acacaee05b

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-test_tclsqlite_test,v 1.1 2005/01/15 00:22:11 jolan Exp $
--- test/tclsqlite.test.orig Mon Jul 19 14:30:50 2004
+++ test/tclsqlite.test Fri Jan 14 17:14:20 2005
@@ -85,6 +85,7 @@ if {[sqlite -encoding]=="UTF-8" && [sqli
}
if {[sqlite -encoding]=="iso8859" && [sqlite -tcl-uses-utf]} {
+ catch {unset ::result}
do_test tcl-2.1 {
execsql "CREATE TABLE t\251x(a int, b\306 float)"
execsql "PRAGMA table_info(t\251x)"