summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-8.0.42.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-05-14 20:21:21 +0300
committerSam James <sam@gentoo.org>2025-05-15 01:46:29 +0100
commitd9db6d64f4075b858292e3acc31d5928ad6907ae (patch)
treeff54f1c4a6c1dc6b92cc2161eb50c3437389655f /dev-db/mysql/mysql-8.0.42.ebuild
parentafc8c5b7f35bc96edc7ae99dab4092d7a3af8d9b (diff)
downloadgentoo-d9db6d64f4075b858292e3acc31d5928ad6907ae.tar.gz
gentoo-d9db6d64f4075b858292e3acc31d5928ad6907ae.tar.bz2
gentoo-d9db6d64f4075b858292e3acc31d5928ad6907ae.zip
dev-db/mysql: more missing gcc-15 includes
Bump patchset https://github.com/parona-source/mysql-server/commit/c6eb0e1b1653a575704748de7f7b44c782f3998e Closes: https://bugs.gentoo.org/955945 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42089 Closes: https://github.com/gentoo/gentoo/pull/42089 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.42.ebuild')
-rw-r--r--dev-db/mysql/mysql-8.0.42.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.42.ebuild b/dev-db/mysql/mysql-8.0.42.ebuild
index f87dbab56247..c21672237ed0 100644
--- a/dev-db/mysql/mysql-8.0.42.ebuild
+++ b/dev-db/mysql/mysql-8.0.42.ebuild
@@ -9,7 +9,7 @@ MY_PV="${PV//_pre*}"
MY_P="${PN}-${MY_PV}"
# Patch version
-PATCH_SET=( https://github.com/parona-source/mysql-server/releases/download/mysql-8.0.40-patches-01/mysql-8.0.40-patches-01.tar.xz )
+PATCH_SET=( https://github.com/parona-source/mysql-server/releases/download/mysql-8.0.42-patches-01/mysql-8.0.42-patches-01.tar.xz )
DESCRIPTION="A fast, multi-threaded, multi-user SQL database server"
HOMEPAGE="https://www.mysql.com/"