summaryrefslogtreecommitdiff
path: root/dev-db/redis/files
AgeCommit message (Collapse)Author
2024-01-10dev-db/redis: drop 7.0.5-r1Petr Vaněk
Bug: https://bugs.gentoo.org/891169 Bug: https://bugs.gentoo.org/898464 Bug: https://bugs.gentoo.org/902501 Bug: https://bugs.gentoo.org/904486 Bug: https://bugs.gentoo.org/910191 Bug: https://bugs.gentoo.org/913741 Bug: https://bugs.gentoo.org/915989 Bug: https://bugs.gentoo.org/921662 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-01-09dev-db/redis: drop versionsPetr Vaněk
This commit drops most of vulnerable versions, however, security cleanups are still blocked because of 7.0.5 which is the last stable version for arm. Bug: https://bugs.gentoo.org/891169 Bug: https://bugs.gentoo.org/898464 Bug: https://bugs.gentoo.org/902501 Bug: https://bugs.gentoo.org/904486 Bug: https://bugs.gentoo.org/910191 Bug: https://bugs.gentoo.org/913741 Bug: https://bugs.gentoo.org/915989 Bug: https://bugs.gentoo.org/921662 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2023-08-17dev-db/redis: add 7.2.0Petr Vaněk
Two patches were necessary to rebase, the *-shared.patch was renamed to *-system-jemalloc.patch which better suits the change. Boost-1.0 was appended to LICENSE because of newly bundled fpconv. It is not necessary to append -DENABLE_CJSON_GLOBAL to cflags as it is correctly set in deps/Makefile, thus flag-o-matic is no longer used. -O2 is stripped from LUA_CLFAGS in order to respect user's CFLAGS. The "big" sed for all Makefiles was revised, all expressions are moved to a local mysedconf array, obsolete expressions are removed and it newly strips recently appended -Werror* flags. myconf is transformed to an array, with newly added OPTIMIZATION and DEBUG_FLAGS defined as empty strings in order to respect user's CFLAGS. USE_SYSTEMD is moved to the array as well. github link is appended to HOMEPAGE. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/32338 Signed-off-by: Sam James <sam@gentoo.org>
2022-11-11dev-db/redis: backport recommended patch for CVE-2022-3647 to 6.2.7Petr Vaněk
The original patch does not apply cleanly, it was necessary to backport it. Upstream-commit: https://github.com/redis/redis/commit/0bf90d944313919eb8e63d3588bf63a367f020a3 Bug: https://bugs.gentoo.org/877863 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27893 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2022-11-11dev-db/redis: apply recommended patch for CVE-2022-3647 to 7.0.5Petr Vaněk
The patch is taken from upstream as is. Upstream-commit: https://github.com/redis/redis/commit/0bf90d944313919eb8e63d3588bf63a367f020a3 Bug: https://bugs.gentoo.org/877863 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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-09-25dev-db/redis: drop 6.2.6Petr Vaněk
Bug: https://bugs.gentoo.org/841404 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27408 Signed-off-by: Sam James <sam@gentoo.org>
2022-09-25dev-db/redis: fix sometime failing tests due to bgsaveerr issuePetr Vaněk
This change backports patch from upstream PR #11043 in order to properly solve bug #872278 reported for version 7.0.4 which affects version 7.0.5 as well. In upstream, the fix is not part of 7.0 branch, it is only present in unstable branch. Upstream-PR: https://github.com/redis/redis/pull/11043 Bug: https://bugs.gentoo.org/860372 Bug: https://bugs.gentoo.org/872278 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-07-18dev-db/redis: add 7.0.4Sam James
Bug: https://bugs.gentoo.org/859181 Signed-off-by: Sam James <sam@gentoo.org>
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-01dev-db/redis: get rid of external LuaVadim Misbakh-Soloviov
Bug: https://bugs.gentoo.org/842444 Package-Manager: Portage-3.0.30, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25310 Signed-off-by: Sam James <sam@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-05-04dev-db/redis: add 6.2.3Sam James
Bug: https://bugs.gentoo.org/788211 Signed-off-by: Sam James <sam@gentoo.org>
2021-04-05dev-db/redis: remove unused patchMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/20257 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2021-03-04dev-db/redis: version bump 6.2.1Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-04dev-db/redis: security bump to 6.0.12Sam James
Bug: https://bugs.gentoo.org/773328 Signed-off-by: Sam James <sam@gentoo.org>
2021-02-04dev-db/redis: bump to 6.0.10Tomáš Mózes
Configuration moved to /etc/redis directory Closes: https://bugs.gentoo.org/768189 Closes: https://bugs.gentoo.org/759481 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19335 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2021-01-21dev-db/redis: remove unused patchMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/18338 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-11-11dev-db/redis: add missing patchThomas Deutschmann
Fixes 6cbde94 ("dev-db/redis: bump to 5.0.10/6.0.9") Link: https://github.com/gentoo/gentoo/pull/18200 Closes: https://bugs.gentoo.org/753875 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2020-07-27dev-db/redis: remove unused patchesMichael Mair-Keimberger
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16853 Signed-off-by: Aaron Bauman <bman@gentoo.org>
2020-06-14dev-db/redis: remove unused fileMichael Mair-Keimberger
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16232 Signed-off-by: Aaron Bauman <bman@gentoo.org>
2020-05-26dev-db/redis: bump to 6.0.3Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15924 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2020-03-20dev-db/redis: bump to 5.0.8Tomáš Mózes
Closes: https://bugs.gentoo.org/652098 Tested-by: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14994 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-04-17dev-db/redis: bump to 4.0.14Tomas Mozes
Closes: https://bugs.gentoo.org/676046 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11456 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2019-02-27dev-db/redis: remove unused patchesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11033 Signed-off-by: Aaron Bauman <bman@gentoo.org>
2018-10-26dev-db/redis: bump to 5.0.0Tomas Mozes
Closes: https://bugs.gentoo.org/668950 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2018-09-05dev-db/redis: re-add -lm for luajitTomas Mozes
Closes: https://bugs.gentoo.org/664648 Package-Manager: Portage-2.3.45, Repoman-2.3.10 (cherry picked from commit 159e0c2bca9bc8b1ba4f6134097faaef7d3e5b25) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/9706
2018-08-23dev-db/redis: bump to 5.0-rc4Tomas Mozes
Closes: https://github.com/gentoo/gentoo/pull/9472 Package-Manager: Portage-2.3.44, Repoman-2.3.10 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2018-08-14dev-db/redis: cleanup old ebuildsRobin H. Johnson
Bug: https://bugs.gentoo.org/631002 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
2017-12-19dev-db/redis: version bump to 4.0.6.Tomas Mozes
Closes: https://bugs.gentoo.org/574856 Closes: https://bugs.gentoo.org/599974 Closes: https://bugs.gentoo.org/639924 Closes: https://github.com/gentoo/gentoo/pull/6480 Package-Manager: Portage-2.3.16, Repoman-2.3.6
2017-11-23dev-db/redis: remove unused patchesMichael Mair-Keimberger
Fixes: https://github.com/gentoo/gentoo/pull/6261 (cherry picked from commit 870779cd6f1a6bc312c2d3772e9d067b8c057d18) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-10-12dev-db/redis: use s-s-d to background, disallow daemonize.Robin H. Johnson
Bug: https://bugs.gentoo.org/631002#c10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-10-08dev-db/redis: bump to 4.0.2Tomáš Mózes
(cherry picked from commit 93eac00c9ae82a63fceacdcc5b7ded98e44a3a9c) Bug: https://bugs.gentoo.org/631002 Closes: https://github.com/gentoo/gentoo/pull/5875#issuecomment-334886169 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-08-16dev-db/redis: bump to 4.0.1Tomas Mozes
Fixes: https://github.com/gentoo/gentoo/pull/5429 Package-Manager: Portage-2.3.7, Repoman-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-05-23dev-db/redis: fix init script regression #615766Ultrabug
2017-04-10dev-db/redis: fix pid handlingAustin English
Redis manages its own pid. Trying to force SSD to handle it leads to conflicts, and rc-status reporting redis as crashed. Gentoo-Bug: https://bugs.gentoo.org/613252
2017-04-10dev-db/redis: remove some unused files from $FILESDIRAustin English
2017-02-28Drop remaining $Id$ and $Header$ from files.Ulrich Müller
Bug: 611234
2017-02-10dev-db/redis: cleanup old and vulnerable wrt #565188Ultrabug
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2016-11-18dev-db/redis: bump for bug #589044.Robin H. Johnson
Package-Manager: portage-2.3.2
2016-07-30dev-db/*: remove unused patches.Michael Mair-Keimberger (asterix)
Squash all commit messages into a single one. Closes: https://github.com/gentoo/gentoo/pull/1936 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2016-06-14dev-db/redis: version bump fixes #583168Ultrabug
Package-Manager: portage-2.2.27
2016-05-18dev-db/redis: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed