| Age | Commit message (Collapse) | Author |
|
* Add verify-sig support.
* Drop all 32bit support due to upstream explicitly discontinuing
support.
* Rearrange dependencies to utilise BDEPEND where suitable.
* Lots of cosmetic changes to the build.
* Change default configuration to match MySQL defaults.
* Update dependencies (example. libevent requirement dropped).
* Drop latin1 use flag, it breaks assumptions to tests and a user who requires
this can use MYSQL_DEFAULT_CHARSET and MYSQL_DEFAULT_COLLATION to set their
preferred character encoding. Which for USE=latin1 is
MYSQL_DEFAULT_CHARSET=latin1 and
MYSQL_DEFAULT_COLLATION=latin1_swedish_ci.
Closes: https://bugs.gentoo.org/919420
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/34267
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/947784
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
* Update source distribution locations.
* Drop GTEST_NO_DEATH_TEST hackery in favour of
--gtest_death_test_style=threadsafe.
Bug: https://bugs.gentoo.org/937854
Bug: https://bugs.gentoo.org/938489
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40066
Signed-off-by: Sam James <sam@gentoo.org>
|
|
* Use patch supplied by Byron Stanoszek.
Closes: https://bugs.gentoo.org/935508
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/925125
Signed-off-by: Sam James <sam@gentoo.org>
|
|
- --max-test-fail=0 and 40h suite timeout so that tests dont bail out early.
Bug: https://bugs.gentoo.org/922808
Bug: https://bugs.gentoo.org/923649
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35002
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Thanks-to: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Upstream has declared WONTFIX; gentoo is not supported, and neither
is compiling as a user who cannot read mysql-only directories:
https://bugs.mysql.com/bug.php?id=108947
Closes: https://bugs.gentoo.org/878951
Closes: https://github.com/gentoo/gentoo/pull/28085
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/840990
Closes: https://bugs.gentoo.org/852737
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/840990
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
- Rewrite pkg_config()
- Update pkg_postinst()
- Set default-auth-plugin=mysql_native_password by default for
compatibility with Perl, PHP, Ruby...
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
- Add USE=router to control building of MySQL router program
- Add GLEP 81 support
- Use USE=ssl logic from dev-db/mysql-connector-c (=use bundled
WolfSSL when no system SSL is used)
- Don't install perror and zlib_decompress man pages (these are
client tools, i.e. should be installed via dev-db/mysql-connector-c
package)
- Use CMAKE_POSITION_INDEPENDENT_CODE=ON
- Provide own config files for MySQL v8.0 (mainly because of new
default charset)
- Update LibreSSL patch
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
Make it loose so programs that use it will and ignored by those that don't
Closes: https://bugs.gentoo.org/676898
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/567590
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
Bug: 611234
|
|
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
|