summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-7.0.0.ebuild
AgeCommit message (Collapse)Author
2022-07-04dev-db/redis: drop 7.0.0, 7.0.0-r2Petr Vaněk
Removal due to a CVE-2022-33105. Bug: https://bugs.gentoo.org/856040 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26218 Signed-off-by: John Helmert III <ajak@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-05-17dev-db/redis: keyword 7.0.0 for ~loongWANG Xuerui
Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-05-03dev-db/redis: add 7.0.0Sam James
Signed-off-by: Sam James <sam@gentoo.org>