From a4d47bf9157a3d07c0cbf08ca5e79c707f5965dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2025 09:24:25 +0200 Subject: Redis 6.2.20 Released Fri 3 Oct 2025 10:00:00 IST Update urgency: SECURITY: CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile -- cgit