summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-5.0.14.ebuild
AgeCommit message (Collapse)Author
2022-07-10dev-db/redis: drop 5.0.14, EOLPetr Vaněk
5.0 line is not supported by upstream anymore and it suffers with known vulnerabilities. Bug: https://bugs.gentoo.org/841404 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> 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: limit a number of test clients to MAKEOPTS jobsPetr Vaněk
It is necessary to cal ./runtest directly from src_test function in order to be able to pass --clients parameter. Bug: https://bugs.gentoo.org/649868 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 5.0.14 arm, #816489Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-10-12dev-db/redis: Stabilize 5.0.14 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 5.0.14 ppc64, #816489Sam James
Signed-off-by: Sam James <sam@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 5.0.14Sam James
Bug: https://bugs.gentoo.org/816282 Signed-off-by: Sam James <sam@gentoo.org>