diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-06-09 18:27:16 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-06-09 18:27:16 +0000 |
commit | 2bbda6942320481b0a0719dd7d7b63aba9f88dfb (patch) | |
tree | 53c5f3f290dd10f87580ce337c4c42758e5a6723 /databases/p5-DBD-SQLite | |
parent | 3a6c8a667446a2f7cbc2290842ebe6613b5b4486 (diff) | |
download | pkgsrc-2bbda6942320481b0a0719dd7d7b63aba9f88dfb.tar.gz |
Update to 1.42. From the changelog:
- Switched to a production version. (ISHIGAKI)
- Updated to SQLite 3.8.4.1, which fixed several obscure bugs on
"ORDER BY" or "DISTINCT". (ISHIGAKI)
- Updated to SQLite 3.8.3.1, which fixed a SQLite bug in 3.8.2
(bundled in DBD::SQLite 1.41_04/5) that could cause queries to
omit valid out rows. (ISHIGAKI)
- Resolved #92322: Failure under heavily parallelized tests
(ISHIGAKI)
- Disabled Test::NoWarnings in a test
- Updated to SQLite 3.8.2 (ISHIGAKI)
- Resolved #90211: Error in documentation (Felix Li)
- Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit
(Warren Young++) (ISHIGAKI)
- Tweaked sqlite_see_if_its_a_number not to guess data types of
bind values with explicit type specification (via bind_param()
etc) (mje++, ilmari++) (ISHIGAKI)
- Updated to SQLite 3.8.0.2 (ISHIGAKI)
- Updated to SQLite 3.8.0.1 to resolve #88228 (RIBASUSHI++)
(ISHIGAKI)
*** NOTICE ON NEXT GENERATION QUERY PLANNER ***
- As of SQLite 3.8.0, SQLite's query planner has been rewritten.
According to the author, the new query planner should give
exactly the same result (though perhaps with a little less CPU
time spent planning) for simple queries, and for complex
queries, it can in many cases provide a much faster answer.
See http://www.sqlite.org/queryplanner-ng.html for details.
*** NOTICE ON PARTIAL INDICES ***
- Database files created by SQLite 3.8.0 are still readable and
writable by prior versions, but if you use partial indices
introduced in SQLite 3.8.0, those files become unreadable and
unwritable by older versions of (DBD::)SQLite. They'll be
readable/writable again by dropping partial indices.
- Resolved #87435: PATCH: statistics_info perldoc (DDICK)
- Resolved #87297: URI filenames in DBD::SQLite (ISHIGAKI)
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 6b7d0038b95..59dce299cd3 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2014/05/29 23:35:26 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/06/09 18:27:16 schmonz Exp $ -DISTNAME= DBD-SQLite-1.40 +DISTNAME= DBD-SQLite-1.42 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -19,7 +18,7 @@ PERL5_PACKLIST= auto/DBD/SQLite/.packlist MAKE_PARAMS+= SQLITE_LOCATION=${BUILDLINK_PREFIX.sqlite3} BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580 -BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.17 +BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.8.4.1 .include "../../databases/p5-DBI/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 881b1b911b8..1256d59b3cc 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2014/01/28 09:24:09 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/06/09 18:27:16 schmonz Exp $ -SHA1 (DBD-SQLite-1.40.tar.gz) = 4f55414e0e3a29de90fee89eaec4e29b50c72575 -RMD160 (DBD-SQLite-1.40.tar.gz) = 6682b57f82b3c3ae590933045cc7e6bf8d679c75 -Size (DBD-SQLite-1.40.tar.gz) = 1571899 bytes +SHA1 (DBD-SQLite-1.42.tar.gz) = 02fb90e17dc8c815ed59c73800e54cb99742b21a +RMD160 (DBD-SQLite-1.42.tar.gz) = 71d43b1e731f8ec6ece58dbd171182ab451df9fd +Size (DBD-SQLite-1.42.tar.gz) = 1629815 bytes SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea |