summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-09-09 06:52:31 +0000
committerwiz <wiz@pkgsrc.org>2018-09-09 06:52:31 +0000
commit93353134a63d014101a74a3cfce2aae72c70a9b3 (patch)
treeba03f14130d6f74ee5a55fef269dd3efb5936e8f /databases
parent8d9dcd48178d966624427bec278c6973e7229250 (diff)
downloadpkgsrc-93353134a63d014101a74a3cfce2aae72c70a9b3.tar.gz
p5-DBD-mysql: update to 4.047.
2018-09-08 Daniël van Eeden, Patrick Galbraith, DBI/DBD community (4.047) * Add options needed for public key based security. * Allow several spaces after LIMIT clause. * Basic GTID tracking. * Fix GCC 8.1 warnings * Fix warning: unused variable ‘buffer_len’ * Fix warning about bind->is_null assignment with incompatible pointer type * Get rid of warning about unused variable ssl_verify_set * Fix space/tab issue which leads to misleading indentation * Change spaces/tabs to get rid of GCC8 warning 2018-03-09 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.046_01) * Updated documentation re. multithreading (Daniël van Eeden) * Remove #IFDEFs for code detecting ancient DBI versions. The minimum DBI version we require is version 1.609 from 2009! * ChopBlanks should not trim binary fields (urcheon) * Skipped test which failed on OpenBSD because Proc::ProcessTable does not come with a 'size' attribute on this platform (glasswalk3r, pali) * Improved test suite with regards to MySQL 8.0 * Improved macOS installation notes. * Use Devel::CheckLib 1.09 or newer, fixes https://github.com/perl5-dbi/DBD-mysql/issues/109 * Specify bigint as test dependency * Add recommends and suggests tests dependencies (pali) * Check only for libs via Devel::CheckLib in Makefile.PL (pali) * Remove param --with-mysql from Makefile.PL documentation (pali) * Check if specified Makefile.PL settings are working (pali) Fixes https://rt.cpan.org/Ticket/Display.html?id=119902 * Remember mysql_config value for Makefile.PL (pali) * Locate MySQL libs using Devel::CheckLib (pali) * Added a fix for 30insertfetch failure when using server-side prepared statements. The stmt was being freed for DML statements before the handle attribute was read, mysql_info was reading back nulls
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-mysql/Makefile9
-rw-r--r--databases/p5-DBD-mysql/distinfo10
2 files changed, 9 insertions, 10 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index bd85cc0e416..9f62d0a6075 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2018/08/22 09:43:15 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2018/09/09 06:52:31 wiz Exp $
-DISTNAME= DBD-mysql-4.046
+DISTNAME= DBD-mysql-4.047
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -11,8 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/DBD-mysql/
COMMENT= Perl DBI/DBD driver for MySQL databases
LICENSE= ${PERL5_LICENSE}
-#DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
-BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
PERL5_PACKLIST= auto/DBD/mysql/.packlist
diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo
index 3f8ab4caee1..53e2066b4a5 100644
--- a/databases/p5-DBD-mysql/distinfo
+++ b/databases/p5-DBD-mysql/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2018/02/25 16:20:04 wiz Exp $
+$NetBSD: distinfo,v 1.31 2018/09/09 06:52:31 wiz Exp $
-SHA1 (DBD-mysql-4.046.tar.gz) = cf9dad5cee866fb2d48ce11ce9814f4af993736d
-RMD160 (DBD-mysql-4.046.tar.gz) = 2668cca5f5b77c735d57edf25a6a8040a2afeecc
-SHA512 (DBD-mysql-4.046.tar.gz) = 57b3243a724ac21a11b6eea10aa1cfc821f295cb5bf44f9eaabeb979d3f8e1f7f5e00d40b144a16688d0a358c82c2bb00f630e925e176f29a9ca84b8ee7fb9cc
-Size (DBD-mysql-4.046.tar.gz) = 155294 bytes
+SHA1 (DBD-mysql-4.047.tar.gz) = a854f1fd74f012f567e2d121c84e80583fb1ad52
+RMD160 (DBD-mysql-4.047.tar.gz) = 9f42c2536be3a9bad9d4d95fa82a5d4ade48625e
+SHA512 (DBD-mysql-4.047.tar.gz) = 78dff82bc81378abd5ded5cc7f720bbf703f9bd744571926d86083041a9822f8edf1d4dfc1280baf22fb8c7047be1485423d545e52a25593000c35b04175ee54
+Size (DBD-mysql-4.047.tar.gz) = 157309 bytes