diff options
author | wen <wen@pkgsrc.org> | 2016-10-21 13:03:19 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-10-21 13:03:19 +0000 |
commit | 0ba063f9ac1f7e76b6326a9e5eef30a9c1dd38da (patch) | |
tree | 4b9d39171d758bb76f88293d16fc7bda1fa0f7a1 | |
parent | 9340712f2f1060d7ccd70e31ee0516037fbd95d3 (diff) | |
download | pkgsrc-0ba063f9ac1f7e76b6326a9e5eef30a9c1dd38da.tar.gz |
Update to 4.038
Upstream changes:
2016-10-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.038)
* Version 4.037_1 had fixes for MySQL 8.0 provided
Bernt Johnsen @ Oracle that were not in the Changelogs
(https://github.com/perl5-dbi/DBD-mysql/pull/56)
* Fixes for compiling against newer libmysqlclient on Windows (kmx)
* Fix unit test for 40server_prepare_crash on Windows (pali)
* Perl's IV in scalar can store 64bit integer when perl was compiled
with 64 bit support (default on 64bit linux with gcc). Use this
feature and stores MYSQL_TYPE_LONGLONG as integers instead of strings
when possible. (pali, https://github.com/perl5-dbi/DBD-mysql/pull/57)
2016-10-14 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.037_01)
* Newest versions of libmysqlclient and the MariaDB C connector no longer
export the __WIN__ macro. If this macro is not present we would not
compile in the poll.h-based async-support. Changed to use the _WIN32
macro instead. Thanks to Sergei Golubchik for suggesting the fix.
* Fix from Pali Roh獺r to not use unsafe sprintf with variable lengt,
changes to bind logic, and added test 40server_prepare_crash.
2016-10-03 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.037)
* Security release to patch possible buffer overflow in prepared
statements. Reported and fixed by Pali Roh獺r. This vulnerability
is present in all releases at least back to versions 3.0 of the
driver, which were released in 2005.
The CVE identifier for this vulnerability is CVE-2016-1246.
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index d5661609bec..8190089d394 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2016/08/24 00:33:33 wen Exp $ +# $NetBSD: Makefile,v 1.66 2016/10/21 13:03:19 wen Exp $ -DISTNAME= DBD-mysql-4.036 +DISTNAME= DBD-mysql-4.038 PKGNAME= p5-${DISTNAME} 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 6cbab3a9025..8e14f87797d 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/08/24 00:33:33 wen Exp $ +$NetBSD: distinfo,v 1.26 2016/10/21 13:03:19 wen Exp $ -SHA1 (DBD-mysql-4.036.tar.gz) = 820007bdcc668da2fd478381d20850c38e85da6b -RMD160 (DBD-mysql-4.036.tar.gz) = f7401ab90a219c701fd5e9667193c38da13906fc -SHA512 (DBD-mysql-4.036.tar.gz) = 2bfc5151b54559277f5e1949abc702eb373323998c641d199e3b2ba30f4b4ca449fc728fbd4f5ed05af53602e8f8772c2de9b1dd6db36f5af85a3c7799daab19 -Size (DBD-mysql-4.036.tar.gz) = 146513 bytes +SHA1 (DBD-mysql-4.038.tar.gz) = 3fbbbd232f1c382ceb0e35768e313c5fae3e0727 +RMD160 (DBD-mysql-4.038.tar.gz) = e0775af6d210794ce7b8cdbdae096fed508d204d +SHA512 (DBD-mysql-4.038.tar.gz) = ba9515f3fe0a5afdede86bdfdeb2b06dafe9251650e868da6d3630e593d2992b292eb8027c964f15c6cbfc80c2fb67270e13ccd013e83d0c55ac503c99d2e1c2 +Size (DBD-mysql-4.038.tar.gz) = 149016 bytes |