There is an updated pull request by kruceter against master on the void-packages repository https://github.com/kruceter/void-packages redis https://github.com/void-linux/void-packages/pull/41768 redis: update to 7.0.8. The primary reason for updating this package is due to the following CVEs being found and fixed: * [CVE-2022-35977](https://www.cvedetails.com/cve/CVE-2022-35977) (Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands can drive Redis to OOM panic) * [CVE-2023-22458](https://www.cvedetails.com/cve/CVE-2023-22458) (Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands can lead to denial-of-service) The rest is as follows: * `jemalloc-devel` and `libatomic-devel` now are included conditionally. * **antirez/redis** has been moved to **redis/redis88** (antirez stepped down in 2020 and handed over his work to his colleagues). * `do_check` can be executed by setting `make_check_target` to `"test"`. * `V=1` is retained in `make_build_args`; `MALLOC` is defined outside the removed `do_build` function. * the `-ldl` flag in `use-system-jemalloc.patch` is no longer necessary since it is already defined in `src/Makefile`; see redis/redis@b7b9aa6d9bbed5a292f3e939bf0c5906bdf965ca #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/41768.patch is attached