Skip to content

Commit 98ef11c

Browse files
CBL-Mariner-BotKanishk-BansalKanishk Bansal
authored
Merge PR "[AUTO-CHERRYPICK] Upgrade redis to 6.2.20 for CVE-2025-49844 [CRITICAL] - branch main" microsoft#14829
Signed-off-by: Kanishk Bansal <[email protected]> Co-authored-by: Kanishk Bansal <[email protected]> Co-authored-by: Kanishk Bansal <[email protected]>
1 parent 76c072a commit 98ef11c

File tree

5 files changed

+9
-323
lines changed

5 files changed

+9
-323
lines changed

SPECS/redis/CVE-2025-32023.patch

Lines changed: 0 additions & 212 deletions
This file was deleted.

SPECS/redis/CVE-2025-48367.patch

Lines changed: 0 additions & 104 deletions
This file was deleted.

SPECS/redis/redis.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"redis-6.2.18.tar.gz": "470c75bac73d7390be4dd66479c6f29e86371c5d380ce0c7efb4ba2bbda3612d"
3+
"redis-6.2.20.tar.gz": "ab66119e9cd098582cb8a9580fd7c2718571f29d45fa841c7ecf527c29b2e064"
44
}
55
}

SPECS/redis/redis.spec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: advanced key-value store
22
Name: redis
3-
Version: 6.2.18
4-
Release: 3%{?dist}
3+
Version: 6.2.20
4+
Release: 1%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -10,8 +10,6 @@ URL: https://redis.io/
1010
Source0: https://download.redis.io/releases/%{name}-%{version}.tar.gz
1111
Patch0: redis-conf.patch
1212
Patch1: disable_active_defrag_big_keys.patch
13-
Patch2: CVE-2025-32023.patch
14-
Patch3: CVE-2025-48367.patch
1513
BuildRequires: gcc
1614
BuildRequires: make
1715
BuildRequires: openssl-devel
@@ -86,6 +84,10 @@ exit 0
8684
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf
8785

8886
%changelog
87+
* Tue Oct 07 2025 Kanishk Bansal <[email protected]> - 6.2.20-1
88+
- Upgrade to 6.2.20 for CVE-2025-49844.
89+
- Remove CVE-2025-32023, CVE-2025-48367 as they have been fixed with 6.2.19
90+
8991
* Wed Jul 09 2025 Kevin Lockwood <[email protected]> - 6.2.18-3
9092
- Patch for CVE-2025-48367
9193

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25564,8 +25564,8 @@
2556425564
"type": "other",
2556525565
"other": {
2556625566
"name": "redis",
25567-
"version": "6.2.18",
25568-
"downloadUrl": "https://download.redis.io/releases/redis-6.2.18.tar.gz"
25567+
"version": "6.2.20",
25568+
"downloadUrl": "https://download.redis.io/releases/redis-6.2.20.tar.gz"
2556925569
}
2557025570
}
2557125571
},

0 commit comments

Comments
 (0)