redict: 7.3.2 -> 7.3.6

Fixes CVE-2025-49844, CVE-2025-46817, CVE-2025-46818, CVE-2025-46819,
CVE-2025-32023, CVE-2025-48367 and CVE-2025-21605.

Announcements:
https://redict.io/posts/2025-05-05-redict-7.3.3-released/
https://redict.io/posts/2025-07-11-redict-7.3.4-release/
https://redict.io/posts/2025-07-14-redict-7.3.5-release/
https://redict.io/posts/2025-10-08-redict-7.3.6-release/
This commit is contained in:
Thomas Gerbet
2025-10-12 23:42:18 +02:00
parent c808778581
commit 30340b5c2f
+5 -4
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "redict";
version = "7.3.2";
version = "7.3.6";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "redict";
repo = "redict";
rev = finalAttrs.version;
hash = "sha256-MY4OWoYQ4a5efqcUTN6lNL/kd1VrJ/OBqKw27cQ5WC8=";
tag = finalAttrs.version;
hash = "sha256-ye2uO6EQzfyonRvM0/+pVPoNZe2f9WO/2yafy52G10M=";
};
patches = lib.optionals useSystemJemalloc [
@@ -101,7 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
--timeout 2000 \
--clients $NIX_BUILD_CORES \
--tags -leaks \
--skipunit integration/failover # flaky and slow
--skipunit integration/failover \
--skipunit integration/aof-multi-part
runHook postCheck
'';