pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-mysql Update to 4.035



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf0bca17a017
branches:  trunk
changeset: 349773:bf0bca17a017
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jul 15 23:23:02 2016 +0000

description:
Update to 4.035

Upstream changes:
2016-07-09 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035)
*  Add DBI back to configure_requires, fix by miyagawa.

2016-07-06 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.034)
* Full version, to include all changes since 4.033.

2016-07-04 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_03)
* Check for errors after calling mysql_affected_rows(), by Pali.
   (https://rt.cpan.org/Public/Bug/Display.html?id=75353)
* Fix reference to MySQL manual, chapter Character Set Support, suggested
  by Slaven Rezi? (https://rt.cpan.org/Public/Bug/Display.html?id=114148)
* Improve documentation on current database, suggested by Vladimir Marek.
   (https://rt.cpan.org/Ticket/Display.html?id=112587)

2015-12-18 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_02)
* Compile against libssl by default. This allows to connect against remote
  MySQL servers using SSL. Previously this was only achieved with an explicit
  switch provided to Makefile.PL - if for some reason you can't or don't want
  to link against libssl, you can use the new --nossl switch to Makefile.PL.
* Made tests more robust after CPAN Testers failures.

2015-12-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_01)
* Raise minimum DBI version to 1.609 (from 2009!) in order to make
  tests pass on RHEL5.
* Add explicit documentation for how to enable SSL at build time,
  provided by genio.
* Improve test suite to make it more robust using mixed versions of client and
  server.
* Fix use after free error in my_login, provided by hannob.
* Add explicit instructions stating brackets are required around ipv6-addresses
  in connection strings, provided by Kenny Gryp.

diffstat:

 databases/p5-DBD-mysql/Makefile |   5 ++---
 databases/p5-DBD-mysql/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 542138082649 -r bf0bca17a017 databases/p5-DBD-mysql/Makefile
--- a/databases/p5-DBD-mysql/Makefile   Fri Jul 15 21:00:41 2016 +0000
+++ b/databases/p5-DBD-mysql/Makefile   Fri Jul 15 23:23:02 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2016/06/08 19:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2016/07/15 23:23:02 wen Exp $
 
-DISTNAME=      DBD-mysql-4.033
+DISTNAME=      DBD-mysql-4.035
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
diff -r 542138082649 -r bf0bca17a017 databases/p5-DBD-mysql/distinfo
--- a/databases/p5-DBD-mysql/distinfo   Fri Jul 15 21:00:41 2016 +0000
+++ b/databases/p5-DBD-mysql/distinfo   Fri Jul 15 23:23:02 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2015/12/31 03:23:31 wen Exp $
+$NetBSD: distinfo,v 1.24 2016/07/15 23:23:02 wen Exp $
 
-SHA1 (DBD-mysql-4.033.tar.gz) = 4c18eaaf9c62d8b76758fae54af3a4be9a43fcfb
-RMD160 (DBD-mysql-4.033.tar.gz) = 0772a926c460531f9feddf3e8357f11f4319bf32
-SHA512 (DBD-mysql-4.033.tar.gz) = c323ddcbaa84acfa1dbe3121e9237d99b1b0d014ae7f1786fae550a6640b7616a4fb773e43079f21aefbbe4932c17c840b62ee4cb066e15d3de3a199115b5b7c
-Size (DBD-mysql-4.033.tar.gz) = 146898 bytes
+SHA1 (DBD-mysql-4.035.tar.gz) = c5457135caa5c8e328dbb306863cc273487cd9f7
+RMD160 (DBD-mysql-4.035.tar.gz) = e9ac0c3327bb0ba720c6d715e62348a71bcb4949
+SHA512 (DBD-mysql-4.035.tar.gz) = f7b6557bc3551b3366c0f076674288a46011aea80e5b4e9d4a9dcbd85a9f150921312d94a1e10800a87ffd4a18d9a561bbbbf9103bddfc321aee631da2ccd657
+Size (DBD-mysql-4.035.tar.gz) = 145455 bytes



Home | Main Index | Thread Index | Old Index