pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-DBD-mysql



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  9 06:52:31 UTC 2018

Modified Files:
        pkgsrc/databases/p5-DBD-mysql: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/databases/p5-DBD-mysql/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/p5-DBD-mysql/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBD-mysql/Makefile
diff -u pkgsrc/databases/p5-DBD-mysql/Makefile:1.72 pkgsrc/databases/p5-DBD-mysql/Makefile:1.73
--- pkgsrc/databases/p5-DBD-mysql/Makefile:1.72 Wed Aug 22 09:43:15 2018
+++ pkgsrc/databases/p5-DBD-mysql/Makefile      Sun Sep  9 06:52:31 2018
@@ -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/DB
 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
 

Index: pkgsrc/databases/p5-DBD-mysql/distinfo
diff -u pkgsrc/databases/p5-DBD-mysql/distinfo:1.30 pkgsrc/databases/p5-DBD-mysql/distinfo:1.31
--- pkgsrc/databases/p5-DBD-mysql/distinfo:1.30 Sun Feb 25 16:20:04 2018
+++ pkgsrc/databases/p5-DBD-mysql/distinfo      Sun Sep  9 06:52:31 2018
@@ -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



Home | Main Index | Thread Index | Old Index