The primary reason for updating this package is due to the following
CVEs being found and fixed:
* CVE-2022-35977 (Integer overflow in the Redis SETRANGE and
SORT/SORT_RO commands can drive Redis to OOM panic)
* 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/redis (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@b7b9aa6d9b
* do_configure is renamed to post_patch as its contents fit the
latter's purpose.