summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-03 09:24:25 +0200
committerRemi Collet <remi@php.net>2025-10-03 09:24:25 +0200
commita4d47bf9157a3d07c0cbf08ca5e79c707f5965dc (patch)
tree337ff9cf10d25fc87b518ea89902de81afc2914b
parent8dff88a0fd5ccbe6f1d67be82842ac5106f9ea17 (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
-rw-r--r--Makefile2
-rw-r--r--redis.spec7
2 files changed, 7 insertions, 2 deletions
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
diff --git a/redis.spec b/redis.spec
index 12304f4..62ca690 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,7 +25,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.2.19
+%global upstream_ver 6.2.20
%global gh_owner redis
%global gh_project redis
@@ -407,6 +407,11 @@ fi
%changelog
+* Fri Oct 3 2025 Remi Collet <remi@remirepo.net> - 6.2.20-1
+- 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
+
* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 6.2.19-1
- Redis 6.2.19 Released Sun 6 Jul 2025 12:00:00 IST
- Update urgency: SECURITY: CVE-2025-32023 and CVE-2025-48367