summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-6.0.16.ebuild
AgeCommit message (Collapse)Author
2022-09-26dev-db/redis: drop 6.0.16Petr Vaněk
The 6.0 line did not receive any fix in last 12 months, 6.0.16 potentially suffers with security issues and 6.2.7 should be sufficient replacement for those needing <dev-db/redis-7. Bug: https://bugs.gentoo.org/841404 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27470 Signed-off-by: Sam James <sam@gentoo.org>
2022-07-02dev-db/redis: build fix for luajit-2.1Petr Vaněk
luajit-2.1 integrated few extensions from lua5.2 [1] luaL_setfuncs being one of them. The same function is implemented in bundled lua-cjson for lua5.1 but is not properly guarded for luajit-2.1. This change backports the fix [2,3] from https://github.com/openresty/lua-cjson. [1] https://github.com/LuaJIT/LuaJIT/commit/de97b9d52bbc42effeaf1180764053a912526873 [2] https://github.com/openresty/lua-cjson/commit/638ac2741a7f274979ac3fe2e1ea5fd6487702fe [3] https://github.com/openresty/lua-cjson/pull/32 Closes: https://bugs.gentoo.org/842444 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-06-15dev-db/redis: fix typo in commentPetr Vaněk
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@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: restrict "Active defrag*" tests onlyPetr Vaněk
It is possible to skip selected tests by --skiptest argument passed to runtest, which is cleaner than emptying the script file. Moreover, only "Active defrag*" tests are affected, therefore we can restore "Memory efficiency*" tests which are also part of memoryefficiency unit. 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-28Revert "dev-db/redis: drop 5.0.14, 6.0.16"Sam James
This reverts commit bb357ae44b7e9fbff0d9d9df54370c6796d706cb. dev-ruby/redis still needs 5* Bug: https://bugs.gentoo.org/841404 Signed-off-by: Sam James <sam@gentoo.org>
2022-04-28dev-db/redis: drop 5.0.14, 6.0.16Sam James
Bug: https://bugs.gentoo.org/841404 Signed-off-by: Sam James <sam@gentoo.org>
2021-11-20dev-db/redis: Stabilize 6.0.16 arm, #816489Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-10-12dev-db/redis: Stabilize 6.0.16 arm64, #816489Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-10-07dev-db/redis: x86 stable wrt bug #816489Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-10-07dev-db/redis: Stabilize 6.0.16 ppc64, #816489Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-10-06dev-db/redis: sparc stable wrt bug #816489Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-10-06dev-db/redis: ppc stable wrt bug #816489Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-10-06dev-db/redis: amd64 stable wrt bug #816489Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-10-04dev-db/redis: fix metadata orderSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-10-04dev-db/redis: add 6.0.16Sam James
Bug: https://bugs.gentoo.org/816282 Signed-off-by: Sam James <sam@gentoo.org>