summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-8.4.5.ebuild
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>