summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-6.2.7-r1.ebuild
AgeCommit message (Collapse)Author
2022-11-22dev-db/redis: drop 6.2.7-r1, 7.0.5Petr Vaněk
Bug: https://bugs.gentoo.org/877863 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/28388 Signed-off-by: John Helmert III <ajak@gentoo.org>
2022-07-26dev-db/redis: Stabilize 6.2.7-r1 sparc, #857747Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-26dev-db/redis: Stabilize 6.2.7-r1 arm64, #857747Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-26dev-db/redis: Stabilize 6.2.7-r1 arm, #857747Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-13dev-db/redis: x86 stable wrt bug #857747Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-07-12dev-db/redis: Stabilize 6.2.7-r1 ppc64, #857747Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-07-12dev-db/redis: Stabilize 6.2.7-r1 ppc, #857747Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-07-12dev-db/redis: amd64 stable wrt bug #857747Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-12dev-db/redis: skip oom-score-adj related tests for some FEATURESPetr Vaněk
oom-score-adj related unit tests fail when usersandbox or -userpriv FEATURES are set, therefore let's skip them. They were introduced as unit/oom-score-adj tests in 6.2.0 but they were backported to 6.0.7. Later, "CONFIG SET rollback on apply error" test was added in version 7.0.0 which also tries to adjust OOM score. Closes: https://bugs.gentoo.org/756382 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/25831 Signed-off-by: Sam James <sam@gentoo.org>
2022-06-12dev-db/redis: restore defrag tests on 6.2* and 7.0*Petr Vaněk
Defrag tests with enabled jemalloc are fixed since version 6.2*, let's restore them back. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-06-12dev-db/redis: limit a number of test clients to MAKEOPTS jobsPetr Vaněk
This change makes tests to respect user MAKEOPTS jobs preference rather than running 16 test clients by default. Closes: https://bugs.gentoo.org/649868 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-06-12dev-db/redis: use edo function for all local test scriptsPetr Vaněk
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-05-21dev-db/redis: add selinux USE flagKenton Groombridge
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
2022-04-29dev-db/redis: restore partial Lua eclass machinerySam James
It's apparently still needed even if using bundled copy. Closes: https://bugs.gentoo.org/841422 Signed-off-by: Sam James <sam@gentoo.org>