summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authorsno <sno>2012-07-06 08:43:21 +0000
committersno <sno>2012-07-06 08:43:21 +0000
commit4e1b31ab64daf0743e0778bbed9377cf18f3e415 (patch)
treeba13784044ac436e3b78e8e20ad4334e711fd356 /databases/p5-DBD-SQLite
parentbcf9ef0c6c799d5fab2d9b93936aa5ccde5ceed3 (diff)
downloadpkgsrc-4e1b31ab64daf0743e0778bbed9377cf18f3e415.tar.gz
Updating package for Perl 5 module DBD::SQLite in databases/p5-DBD-SQLite
from 1.35nb1 to 1.37. Upstream changes (since 1.35): 1.37 to be released - Updated to SQLite 3.7.12.1 (ISHIGAKI) 1.36_04 Sat 19 May 2012 - Final developer release - Updated to SQLite 3.7.12 (ISHIGAKI) - Tweaked Makefile.PL to behave better during the Bsymbolic check (HMBRAND) - Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI) 1.36_03 Mon 7 May 2012 - Updated to SQLite 3.7.11 (ISHIGAKI) - Fix >32bit integer truncation and other sqlite_set_result condition issue (Yuriy Kaminskiy) - Fix integer overflow in passing argument to perl function (Yuriy Kaminskiy) - Convert unsigned -> int64 when possible (Yuriy Kaminskiy) - Turned datatype mismatch error (introduced in 1.34_02) into a warning (you can disable this warning by setting PrintWarn attribute to false). (ISHIGAKI) - Refactored sqlite_is_number to fix various corner cases (ISHIGAKI) 1.36_02 Thu 23 Feb 2012 - Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be broken on the latest MacOS X (due to a missing symbol), and broke other modules that typically use temporary tables under a few environments too. As of this writing, would-be 3.7.11 seems fine, but it would take another month to be released. (ISHIGAKI) 1.36_01 Thu 19 Jan 2012 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Updated to SQLite 3.7.10 (ISHIGAKI) Note that this release changed the default schema format number, that means newly created database files will be unreadable by SQLite version prior to 3.3.0 (2006-01-10) (or DBD::SQLite prior to 1.12) unless you explicitly issue "PRAGMA legacy_file_format=ON". - Enabled SQLITE_ENABLE_FTS4 - Enabled SQLITE_ENABLE_STAT3 - Resolved #73159: FTS tokenizer segfault (ISHIGAKI) - Resolved #73787: sqlite_see_if_its_a_number causes a buffer overflow (ISHIGAKI) - Resolved #73314 for DBD-SQLite: binding of 64bit integers fail on 1.34_02 (ISHIGAKI) - Implemented sqlite_trace and sqlite_profile methods for simpler tracing/profiling; use DBI_TRACE/DBI_PROFILE for more complicated cases (ISHIGAKI)
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile7
-rw-r--r--databases/p5-DBD-SQLite/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index 973fca99eeb..9674aafdcba 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.30 2012/04/27 12:31:39 obache Exp $
+# $NetBSD: Makefile,v 1.31 2012/07/06 08:43:21 sno Exp $
-DISTNAME= DBD-SQLite-1.35
+DISTNAME= DBD-SQLite-1.37
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5dsl
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite/
-COMMENT= Perl DBI/DBD driver for sqlite databases
+COMMENT= Perl DBI/DBD driver for sqlite databases (self contained)
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo
index dcc38fa2840..92a26a0fae3 100644
--- a/databases/p5-DBD-SQLite/distinfo
+++ b/databases/p5-DBD-SQLite/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2012/01/26 15:03:39 rhaen Exp $
+$NetBSD: distinfo,v 1.17 2012/07/06 08:43:21 sno Exp $
-SHA1 (DBD-SQLite-1.35.tar.gz) = 71f796b483e50732d3733a1d16de868d3e6c5ff2
-RMD160 (DBD-SQLite-1.35.tar.gz) = df4078555b816ab1101725f402356d2cb35443d0
-Size (DBD-SQLite-1.35.tar.gz) = 1467375 bytes
+SHA1 (DBD-SQLite-1.37.tar.gz) = 80f8079831ccc5199fcabd30eb259e7a71f0271e
+RMD160 (DBD-SQLite-1.37.tar.gz) = 714a5b2b59320791e467a38cd64a4027e9da6433
+Size (DBD-SQLite-1.37.tar.gz) = 1515353 bytes