| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Also drops embedded useflag support.
Closes: https://bugs.gentoo.org/634192
Closes: https://bugs.gentoo.org/598048
Closes: https://bugs.gentoo.org/644174
Closes: https://bugs.gentoo.org/598060
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/661480
Closes: https://github.com/gentoo/gentoo/pull/12731
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove embedded support
- https://bugs.gentoo.org/644174
- https://bugs.gentoo.org/598048
- removal from older versions may happen later
Upstream:
- Fix for CVE-2017-10788 ( https://bugs.gentoo.org/623632 )
- Fix for CVE-2017-10789 ( https://bugs.gentoo.org/623942 )
- Enforce SSL settings for BACKRONYM and Riddle
- Fix parsing of mysql_config --libs output in Configure
- Return INTs with ZEROFILL as strings
- Some fixes for 5.26-dot-in-inc
Bug: https://bugs.gentoo.org/598048
Bug: https://bugs.gentoo.org/623632
Bug: https://bugs.gentoo.org/623942
Bug: https://bugs.gentoo.org/644174
Package-Manager: Portage-2.3.18, Repoman-2.3.6
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Fix encoding of input statements with mysql_enable_utf8 and
mysql_enable_utf8mb4
- Set UTF-8 flag for decoded data
- Return INTs with ZEROFILL as strings
- Statement handle how has mysql_sock attribute
- Fixed type conversions for magic types
- Fix UTF8 encoding of table/field names and warnings/errors
- Fix mysql_auto_reconnect with mysql_server_prepare
- Improve regex for removing database from dsn
- Locate libmysql with Devel::CheckLib
- Support async on windows
- Fix tests against older Mysql/Mariadb
- Fix compilation with Mysql 4.1
- Don't leak dangling pointer to mysql result
- Fix logic assigning to variable bind_comment_placeholders
- fix mysql_fd returning fd after connection closed.
- Fix parsing configure libs from mysql_config
- Fix support for magic scalars
Keywording:
- New dependencies necessitate dropping:
ia64 mips ppc64 sparc x86-fbsd
Bug: https://bugs.gentoo.org/604678
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
| |
This reverts parts of "Security cleanup re bug #601144"
commit 19eeb140a84c8bb903b808bf7ea344a3c633857a
Bug: https://bugs.gentoo.org/604678
Bug: https://bugs.gentoo.org/601144
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Upstream:
- Fix for CVE-2016-1249, Out-of-Bounds read using server-side
prepared statements
Package-Manager: portage-2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Fix for possible buffer overflow in prepared statements, CVE-2016-1246
Bug: https://bugs.gentoo.org/596424
Package-Manager: portage-2.3.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
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.25
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
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
|