Skip to content

Commit 8b11ebd

Browse files
authored
Upgrade redis to 6.2.16 (#10798)
1 parent 770cf87 commit 8b11ebd

File tree

4 files changed

+11
-52
lines changed

4 files changed

+11
-52
lines changed

SPECS/redis/CVE-2024-31449.patch

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

SPECS/redis/redis.signatures.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"redis-6.2.14.tar.gz": "34e74856cbd66fdb3a684fb349d93961d8c7aa668b06f81fd93ff267d09bc277"
4-
}
2+
"Signatures": {
3+
"redis-6.2.16.tar.gz": "846bff83c26d827d49f8cc8114ea9d1e72eea1169f7de36b8135ea2cec104e7d"
4+
}
55
}

SPECS/redis/redis.spec

Lines changed: 6 additions & 3 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.14
4-
Release: 3%{?dist}
3+
Version: 6.2.16
4+
Release: 1%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -10,7 +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-2024-31449.patch
1413
BuildRequires: gcc
1514
BuildRequires: make
1615
BuildRequires: openssl-devel
@@ -85,6 +84,10 @@ exit 0
8584
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf
8685

8786
%changelog
87+
* Mon Oct 21 2024 Sudipta Pandit <[email protected]> - 6.2.16-1
88+
- Bump version to 6.2.16 (fixes CVE-2024-31228 and CVE-2024-31449)
89+
- Remove patch file for CVE-2024-31449
90+
8891
* Thu Oct 10 2024 Suresh Thelkar <[email protected]> - 6.2.14-3
8992
- Patch for CVE-2024-31449
9093

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25604,8 +25604,8 @@
2560425604
"type": "other",
2560525605
"other": {
2560625606
"name": "redis",
25607-
"version": "6.2.14",
25608-
"downloadUrl": "https://download.redis.io/releases/redis-6.2.14.tar.gz"
25607+
"version": "6.2.16",
25608+
"downloadUrl": "https://download.redis.io/releases/redis-6.2.16.tar.gz"
2560925609
}
2561025610
}
2561125611
},

0 commit comments

Comments
 (0)