summaryrefslogtreecommitdiff
path: root/dev-db/mysql-connector-c/mysql-connector-c-8.0.27-r1.ebuild
AgeCommit message (Collapse)Author
2023-11-14dev-db/mysql-connector-c: drop 8.0.27-r1, 8.0.31Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2022-08-19*/*: Drop obsolete CMAKE_ECLASS meta varAndreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2022-08-12dev-db/mysql-connector-c: x86 stable wrt bug #864779Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-08-11dev-db/mysql-connector-c: Stabilize 8.0.27-r1 amd64, #864779Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-08-11dev-db/mysql-connector-c: arm stable wrt bug #864779Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-08-10dev-db/mysql-connector-c: Stabilize 8.0.27-r1 ppc, #864779Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-10dev-db/mysql-connector-c: Stabilize 8.0.27-r1 ppc64, #864779Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-10dev-db/mysql-connector-c: Stabilize 8.0.27-r1 sparc, #864779Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-10dev-db/mysql-connector-c: Stabilize 8.0.27-r1 arm64, #864779Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-07-15dev-db/mysql-connector-c: Use res_n* functions only on GLIBCbrahmajit das
The issue occurs because the package tries to use the res_n* functions (specifically res_ninit, res_nsearch and res_nclose) from resolv.h which do not exist when using musl. So we are falling back to non-thread-safe functions from resolv.h Closes: https://bugs.gentoo.org/761352 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26353 Signed-off-by: Sam James <sam@gentoo.org>