summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/DBD-mysql: Bump to version 4.41.0 re bug #601144Kent Fredric2016-12-051-0/+1
| | | | | | | | | | | | 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
* dev-perl/DBD-mysql: Bump to version 4.40.0Kent Fredric2016-11-201-0/+1
| | | | | | | | | | | 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
* dev-perl/DBD-mysql: Bump to version 4.39.0Kent Fredric2016-11-171-0/+1
| | | | | | | | Upstream: - Fix for CVE-2016-1249, Out-of-Bounds read using server-side prepared statements Package-Manager: portage-2.3.2
* dev-perl/DBD-mysql: Bump to 4.38.10_rc ( Development ) re: bug #599068Kent Fredric2016-11-081-0/+1
| | | | | | | | | | | | | | | | - 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
* dev-perl/DBD-mysql: Bump to version 4.38.0Kent Fredric2016-11-061-0/+1
| | | | | | | | | | | | | | | | | 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
* dev-perl/DBD-mysql: Bump to 4.37.0 re bug #596424Kent Fredric2016-10-081-0/+1
| | | | | | | | | Upstream: - Fix for possible buffer overflow in prepared statements, CVE-2016-1246 Bug: https://bugs.gentoo.org/596424 Package-Manager: portage-2.3.1
* dev-perl/DBD-mysql: Bump to version 4.36.0 re bug #589818 & bug #587206Kent Fredric2016-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* dev-perl/DBD-mysql: Remove oldAndreas K. Hüttel2016-01-241-1/+0
| | | | Package-Manager: portage-2.2.27
* dev-perl/DBD-mysql: Fix test logicAndreas K. Huettel (dilfridge)2015-11-231-1/+0
| | | | Package-Manager: portage-2.2.25
* dev-perl/DBD-mysql: Version bumpMikle Kolyada2015-09-271-0/+1
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+2
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 <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed