Skip to content

Commit 6d8b5ac

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade redis to 6.2.17 Upgrade redis to fix CVE-2024-46981 - branch main (#12029)
1 parent 95de029 commit 6d8b5ac

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

SPECS/redis/redis.signatures.json

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

SPECS/redis/redis.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: advanced key-value store
22
Name: redis
3-
Version: 6.2.16
3+
Version: 6.2.17
44
Release: 1%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
@@ -84,6 +84,9 @@ exit 0
8484
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf
8585

8686
%changelog
87+
* Mon Jan 13 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.2.17-1
88+
- Auto-upgrade to 6.2.17 - Upgrade redis to fix CVE-2024-46981
89+
8790
* Mon Oct 21 2024 Sudipta Pandit <sudpandit@microsoft.com> - 6.2.16-1
8891
- Bump version to 6.2.16 (fixes CVE-2024-31228 and CVE-2024-31449)
8992
- Remove patch file for CVE-2024-31449

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25574,8 +25574,8 @@
2557425574
"type": "other",
2557525575
"other": {
2557625576
"name": "redis",
25577-
"version": "6.2.16",
25578-
"downloadUrl": "https://download.redis.io/releases/redis-6.2.16.tar.gz"
25577+
"version": "6.2.17",
25578+
"downloadUrl": "https://download.redis.io/releases/redis-6.2.17.tar.gz"
2557925579
}
2558025580
}
2558125581
},

0 commit comments

Comments
 (0)