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 Update to 1.42. From the chang...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3dc3070941e5
branches: trunk
changeset: 635663:3dc3070941e5
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jun 09 18:27:16 2014 +0000
description:
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:
databases/p5-DBD-SQLite/Makefile | 7 +++----
databases/p5-DBD-SQLite/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 51b74e033547 -r 3dc3070941e5 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile Mon Jun 09 18:21:12 2014 +0000
+++ b/databases/p5-DBD-SQLite/Makefile Mon Jun 09 18:27:16 2014 +0000
@@ -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 @@
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 -r 51b74e033547 -r 3dc3070941e5 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo Mon Jun 09 18:21:12 2014 +0000
+++ b/databases/p5-DBD-SQLite/distinfo Mon Jun 09 18:27:16 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index