summaryrefslogtreecommitdiff
path: root/dev-db/mysql/files
AgeCommit message (Collapse)Author
2025-05-17dev-db/mysql: add 8.4.5Alfred Wingate
* 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>
2025-01-10dev-db/mysql: backport boost fix for ppcAlfred Wingate
Closes: https://bugs.gentoo.org/947784 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2025-01-09dev-db/mysql: add 8.0.40Alfred Wingate
* 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>
2025-01-09dev-db/mysql: fix abseil-cpp issue with certain compiler flagsAlfred Wingate
* 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>
2025-01-09dev-db/mysql: drop versionsSam James
Bug: https://bugs.gentoo.org/925125 Signed-off-by: Sam James <sam@gentoo.org>
2024-04-24dev-db/mysql: add 8.0.36Alfred Wingate
- --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>
2023-04-12dev-db/mysql: fix build w/ gcc 13Sam James
Thanks-to: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-11-01dev-db/mysql: fix compilation when tmpdir not accessible by portageHank Leininger
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>
2022-06-17dev-db/mysql: fix build with GCC 12Sam James
Bug: https://bugs.gentoo.org/840990 Closes: https://bugs.gentoo.org/852737 Signed-off-by: Sam James <sam@gentoo.org>
2022-06-10dev-db/mysql: fix build with GCC 12Sam James
Closes: https://bugs.gentoo.org/840990 Signed-off-by: Sam James <sam@gentoo.org>
2020-07-26dev-db/mysql: Remove last-rited 5.6 versionThomas Deutschmann
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-08-30dev-db/mysql: Drop old 5.5 versionBrian Evans
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
2019-08-13dev-db/mysql: bumpThomas Deutschmann
- 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>
2019-08-02dev-db/mysql: update ebuild draftThomas Deutschmann
- 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>
2019-03-14dev-db/mysql: Fix config variable that can block mysqlbinlogBrian Evans
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>
2019-02-27dev-db/mysql: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
2018-04-21dev-db/mysql: Version bump for 5.7.22Brian Evans
Closes: https://bugs.gentoo.org/567590 Package-Manager: Portage-2.3.31, Repoman-2.3.9
2017-02-28Drop remaining $Id$ and $Header$ from files.Ulrich Müller
Bug: 611234
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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