diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-03 09:24:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-03 09:24:25 +0200 |
commit | a4d47bf9157a3d07c0cbf08ca5e79c707f5965dc (patch) | |
tree | 337ff9cf10d25fc87b518ea89902de81afc2914b /Makefile | |
parent | 8dff88a0fd5ccbe6f1d67be82842ac5106f9ea17 (diff) |
Redis 6.2.20 Released Fri 3 Oct 2025 10:00:00 ISTv6.2
Update urgency: SECURITY:
CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile |