pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite 1.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08c626910e27
branches:  trunk
changeset: 534710:08c626910e27
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Oct 29 21:53:25 2007 +0000

description:
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:

 databases/p5-DBD-SQLite/Makefile |  4 ++--
 databases/p5-DBD-SQLite/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 5f7e6017834d -r 08c626910e27 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Mon Oct 29 21:53:24 2007 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Mon Oct 29 21:53:25 2007 +0000
@@ -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 -r 5f7e6017834d -r 08c626910e27 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Mon Oct 29 21:53:24 2007 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Mon Oct 29 21:53:25 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index