# ChangeLog for dev-perl/DBD-mysql # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # (auto-generated from git log) *DBD-mysql-4.31.0 (09 Aug 2015) *DBD-mysql-4.20.0-r1 (09 Aug 2015) 09 Aug 2015; Robin H. Johnson +DBD-mysql-4.20.0-r1.ebuild, +DBD-mysql-4.31.0.ebuild, +metadata.xml: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 09 Aug 2015; Mikle Kolyada DBD-mysql-4.31.0.ebuild: Stable for all Package-Manager: portage-2.2.20 24 Aug 2015; Justin Lecher metadata.xml: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher 24 Aug 2015; Mike Gilbert metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 *DBD-mysql-4.32.0 (27 Sep 2015) 27 Sep 2015; Mikle Kolyada +DBD-mysql-4.32.0.ebuild: Version bump Package-Manager: portage-2.2.20.1 27 Sep 2015; Mikle Kolyada DBD-mysql-4.31.0.ebuild, DBD-mysql-4.32.0.ebuild, +files/DBD-mysql-print_embedded_options.patch: Fix compilation with embedded USE flag wrt bug #560314 Package-Manager: portage-2.2.20.1 27 Sep 2015; Mikle Kolyada DBD-mysql-4.32.0.ebuild: Fix compilation with embedded USE flag wrt bug #560314 Package-Manager: portage-2.2.20.1 *DBD-mysql-4.32.0-r1 (22 Nov 2015) *DBD-mysql-4.31.0-r1 (22 Nov 2015) 22 Nov 2015; Andreas K. Huettel (dilfridge) -DBD-mysql-4.20.0-r1.ebuild, -DBD-mysql-4.31.0.ebuild, +DBD-mysql-4.31.0-r1.ebuild, -DBD-mysql-4.32.0.ebuild, +DBD-mysql-4.32.0-r1.ebuild: Fix test logic Package-Manager: portage-2.2.25 02 Jan 2016; Agostino Sarubbo DBD-mysql-4.32.0-r1.ebuild: amd64 stable wrt bug #570616 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo 06 Jan 2016; Agostino Sarubbo DBD-mysql-4.32.0-r1.ebuild: x86 stable wrt bug #570616 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo 09 Jan 2016; Agostino Sarubbo DBD-mysql-4.32.0-r1.ebuild: sparc stable wrt bug #570616 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo 10 Jan 2016; Agostino Sarubbo DBD-mysql-4.32.0-r1.ebuild: alpha stable wrt bug #570616 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo 11 Jan 2016; Agostino Sarubbo DBD-mysql-4.32.0-r1.ebuild: ia64 stable wrt bug #570616 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo 12 Jan 2016; Markus Meier DBD-mysql-4.32.0-r1.ebuild: arm stable, bug #570616 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" 17 Jan 2016; Mikle Kolyada DBD-mysql-4.32.0-r1.ebuild: ppc stable wrt bug #570616 Package-Manager: portage-2.2.26 17 Jan 2016; Mikle Kolyada DBD-mysql-4.32.0-r1.ebuild: ppc64 stable wrt bug #570616 Package-Manager: portage-2.2.26 24 Jan 2016; Jeroen Roovers DBD-mysql-4.32.0-r1.ebuild: Stable for HPPA (bug #570616). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches 24 Jan 2016; Andreas K. Hüttel -DBD-mysql-4.31.0-r1.ebuild: Remove old Package-Manager: portage-2.2.27 24 Jan 2016; Michał Górny metadata.xml: Replace all herds with appropriate projects (GLEP 67) Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. 24 Jan 2016; Michał Górny metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) *DBD-mysql-4.36.0 (02 Oct 2016) 02 Oct 2016; Kent Fredric +DBD-mysql-4.36.0.ebuild, metadata.xml: Bump to version 4.36.0 re bug #589818 & bug #587206 - EAPI6 - Bad tests pruned - USE="ssl" added - DESCRIPTION updated. Note: - USE="ssl" is only partial because there's no straight-forward way to ensure that the client library ( which is hidden behind virtual/mysql ) itself has ssl support. If the backend does not have ssl support, it will be silently disabled! Upstream: - Compatibility fixes for older MySQL versions - use-after-free fixes - Fixed memory leak in sth->{ParamValues} - SSL support turned on by default (implemented via libmysqlclient) - Check errors after calling mysql_affected_rows - Tests fixed on bigendian systems Bug: https://bugs.gentoo.org/587206 Bug: https://bugs.gentoo.org/589818 Package-Manager: portage-2.3.1 07 Oct 2016; Kent Fredric DBD-mysql-4.32.0-r1.ebuild, DBD-mysql-4.36.0.ebuild: Fix mysql-client dependencies re bug #595970 This means pulling virtual/mysql is only now down with USE=embedded, and client-libraries are now slot-upgradeable when you upgrade the virtual. Enforcing SSL happens is still on the todo-list, but turns out, most backends support SSL in all cases, only mysql-connector-c is an exemption. Package-Manager: portage-2.3.1 *DBD-mysql-4.36.0-r1 (07 Oct 2016) *DBD-mysql-4.32.0-r2 (07 Oct 2016) 07 Oct 2016; Kent Fredric -DBD-mysql-4.32.0-r1.ebuild, +DBD-mysql-4.32.0-r2.ebuild, -DBD-mysql-4.36.0.ebuild, +DBD-mysql-4.36.0-r1.ebuild: r1 bump to force slot-dep recompilation Package-Manager: portage-2.3.1 *DBD-mysql-4.37.0 (07 Oct 2016) 07 Oct 2016; Kent Fredric +DBD-mysql-4.37.0.ebuild: Bump to 4.37.0 re bug #596424 Upstream: - Fix for possible buffer overflow in prepared statements, CVE-2016-1246 Bug: https://bugs.gentoo.org/596424 Package-Manager: portage-2.3.1 26 Oct 2016; Agostino Sarubbo DBD-mysql-4.37.0.ebuild: amd64 stable wrt bug #596424 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo 26 Oct 2016; Agostino Sarubbo DBD-mysql-4.37.0.ebuild: x86 stable wrt bug #596424 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo 26 Oct 2016; Markus Meier DBD-mysql-4.37.0.ebuild: arm stable, bug #596424 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" 01 Nov 2016; Jeroen Roovers DBD-mysql-4.37.0.ebuild: Stable for HPPA (bug #596424). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches 04 Nov 2016; Jeroen Roovers DBD-mysql-4.37.0.ebuild: Stable for PPC64 (bug #596424). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches *DBD-mysql-4.38.0 (06 Nov 2016) 06 Nov 2016; Kent Fredric +DBD-mysql-4.38.0.ebuild: Bump to version 4.38.0 Upstream: - Fixes for MySQL 8 support - Fixes for Win32 with new libmysqlclient - Fix unit test crashes on windows - Add support for storing MYSQL_TYPE_LONG as native 64 bit integers instead of strings when Perl is built with 64bit int support. - Use _WIN32 Macro instead of __WIN__ to support newer libmysqlclient - Avoid use of unsafe sprintf with variable length - Change bind-parameter logic to avoid buffer overflows with incorret parameter type (rt#61849) Bug: https://rt.cpan.org/Ticket/Display.html?id=61849 Package-Manager: portage-2.3.2 *DBD-mysql-4.38.10_rc (07 Nov 2016) 07 Nov 2016; Kent Fredric +DBD-mysql-4.38.10_rc.ebuild: Bump to 4.38.10_rc ( Development ) re: bug #599068 - Patch now upstreamed Upstream: - Fix bug in compiling mysql embedded server - Fix compilation with mariadb - use newSVpn where possible for efficiency - mysql_server_prepare supports fetching BIT columns - Use correct format for printf instead of relying on typecasting - Include errno.h for MYSQL_ASYNC which uses it Bug: https://bugs.gentoo.org/599068 Package-Manager: portage-2.3.2 14 Nov 2016; Tobias Klausmann DBD-mysql-4.37.0.ebuild: 4.37.0-r0: stable on alpha Gentoo-Bug: 596424 *DBD-mysql-4.39.0 (17 Nov 2016) 17 Nov 2016; Kent Fredric +DBD-mysql-4.39.0.ebuild: Bump to version 4.39.0 Upstream: - Fix for CVE-2016-1249, Out-of-Bounds read using server-side prepared statements Package-Manager: portage-2.3.2 *DBD-mysql-4.40.0 (20 Nov 2016) 20 Nov 2016; Kent Fredric +DBD-mysql-4.40.0.ebuild: Bump to version 4.40.0 Upstream: - Fix compilation issues on bigendian mips, s390 and sparc - Fix many integer types in conjunction with server-side prepare statements - Fix numeric conversions creating underflow/overflow even when in strict mode Package-Manager: portage-2.3.2 29 Nov 2016; Agostino Sarubbo DBD-mysql-4.40.0.ebuild: amd64 stable wrt bug #600180 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo 29 Nov 2016; Agostino Sarubbo DBD-mysql-4.40.0.ebuild: x86 stable wrt bug #600180 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo *DBD-mysql-4.41.0 (04 Dec 2016) 04 Dec 2016; Kent Fredric +DBD-mysql-4.41.0.ebuild: Bump to version 4.41.0 re bug #601144 Upstream: - Fixed use-after-free with repeated fetchrow_arrayref under mysql_server_prepare=1 (CVE-2016-1251) - auto_reconnect now properly reconnects when receiving CR_SERVER_LOST instead of only CR_SERVER_GONE Bug: https://bugs.gentoo.org/601144 Package-Manager: portage-2.3.2 12 Dec 2016; Tobias Klausmann DBD-mysql-4.41.0.ebuild: 4.41.0-r0: stable on alpha Gentoo-Bug: 601144 13 Dec 2016; Agostino Sarubbo DBD-mysql-4.41.0.ebuild: amd64 stable wrt bug #601144 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo 13 Dec 2016; Agostino Sarubbo DBD-mysql-4.41.0.ebuild: x86 stable wrt bug #601144 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo 17 Dec 2016; Markus Meier DBD-mysql-4.41.0.ebuild: arm stable, bug #601144 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="arm"