diff options
author | kim <kim@pkgsrc.org> | 2005-04-16 01:10:23 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-04-16 01:10:23 +0000 |
commit | fdb3748e923851727448ba50d2245b910a7c0526 (patch) | |
tree | 416eb7832d8d262e708f3f1e6630121037388dd0 /databases/p5-DBD-SQLite/distinfo | |
parent | 080c66589661d4d4eadd2e44369b7447dcf91933 (diff) | |
download | pkgsrc-fdb3748e923851727448ba50d2245b910a7c0526.tar.gz |
Upgrade to 1.08:
- Support 64 bit integers (uses floating point numbers when perl is not
compiled with 64 bit int support). This also fixes issues with using
sqlite timestamps.
- Upgrade to sqlite 3.1.3
- Fix issues of not finding rows when providing a number that perl sees
as a string.
- Fixes for most current bugs in RT (see http://rt.cpan.org/ to check
if your favourite bug got fixed).
Diffstat (limited to 'databases/p5-DBD-SQLite/distinfo')
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 9f2113d6b16..0c72c41b659 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 15:45:44 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/04/16 01:10:23 kim Exp $ -SHA1 (DBD-SQLite-1.07.tar.gz) = 9be4a129628c4ec54963bdd211c1235cc3e2f423 -RMD160 (DBD-SQLite-1.07.tar.gz) = 865eb2314abb57f93475a4f77ecbdc77b456bf64 -Size (DBD-SQLite-1.07.tar.gz) = 424608 bytes +SHA1 (DBD-SQLite-1.08.tar.gz) = 37c672f00bf657e3c97bbdcfa94045c1afb07d9b +RMD160 (DBD-SQLite-1.08.tar.gz) = 6bf9724a0344052872cb12f2fe30d586ce5b6143 +Size (DBD-SQLite-1.08.tar.gz) = 466449 bytes |