diff options
author | wen <wen@pkgsrc.org> | 2016-07-15 23:23:02 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-15 23:23:02 +0000 |
commit | c428a1ade5ffd71652f40bc4f3468bb908b88889 (patch) | |
tree | 32c1f8159650f25754a4394d426163931935bd28 /databases | |
parent | 9c88b61308a7f6a92d36be65843053c6b0f0036a (diff) | |
download | pkgsrc-c428a1ade5ffd71652f40bc4f3468bb908b88889.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 3042f88525e..30607657e6a 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -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 --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo index 7cd5e110c98..f1776e53d97 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -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 |