diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-10-29 21:53:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-10-29 21:53:25 +0000 |
commit | c2dd183680a810a0938d662cdd02a4d0265db515 (patch) | |
tree | 4a93ad62c2c5a711365a663dd606520234bd94b7 /databases | |
parent | ba17d64c403fd3fe219a4b233bd98ce5dfa8185c (diff) | |
download | pkgsrc-c2dd183680a810a0938d662cdd02a4d0265db515.tar.gz |
1.14
- Updated to SQLite 3.4.2
- Switch to sqlite3_prepare_v2 which fixes a number of bugs with re-using statements
- Fix bug with overflowing integers in user defined functions
- Fix bug when building under no-threads perl
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index d1e6facd55e..02bb602a79f 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2007/05/20 00:25:41 heinz Exp $ +# $NetBSD: Makefile,v 1.19 2007/10/29 21:53:25 adrianp Exp $ # -DISTNAME= DBD-SQLite-1.13 +DISTNAME= DBD-SQLite-1.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 0c3c6d18bdf..b85ea466e46 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/05/09 09:33:47 dillo Exp $ +$NetBSD: distinfo,v 1.9 2007/10/29 21:53:25 adrianp Exp $ -SHA1 (DBD-SQLite-1.13.tar.gz) = f1e82ad082e1547dd5cf1be91017929debd46ae6 -RMD160 (DBD-SQLite-1.13.tar.gz) = 97ec11d236a17ce6f338153b679d0ac9d718f159 -Size (DBD-SQLite-1.13.tar.gz) = 582465 bytes +SHA1 (DBD-SQLite-1.14.tar.gz) = 68e13a5f1ba1249962930140a0b0e3b587401ab7 +RMD160 (DBD-SQLite-1.14.tar.gz) = 07616d3db7de55134588fca7dff3dec5091ffc77 +Size (DBD-SQLite-1.14.tar.gz) = 703380 bytes |