Skip to content

Commit

Permalink
[AUTOPATCHER-CORE] Upgrade redis to 6.2.17 Upgrade redis to fix CVE-2…
Browse files Browse the repository at this point in the history
…024-46981 (#11879)

Co-authored-by: jslobodzian <[email protected]>
  • Loading branch information
CBL-Mariner-Bot and jslobodzian authored Jan 22, 2025
1 parent c3f7102 commit 473b14f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SPECS/redis/redis.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"redis-6.2.16.tar.gz": "846bff83c26d827d49f8cc8114ea9d1e72eea1169f7de36b8135ea2cec104e7d"
}
}
"Signatures": {
"redis-6.2.17.tar.gz": "f7aab300407aaa005bc1a688e61287111f4ae13ed657ec50ef4ab529893ddc30"
}
}
5 changes: 4 additions & 1 deletion SPECS/redis/redis.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: advanced key-value store
Name: redis
Version: 6.2.16
Version: 6.2.17
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -84,6 +84,9 @@ exit 0
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf

%changelog
* Mon Jan 13 2025 CBL-Mariner Servicing Account <[email protected]> - 6.2.17-1
- Auto-upgrade to 6.2.17 - Upgrade redis to fix CVE-2024-46981

* Mon Oct 21 2024 Sudipta Pandit <[email protected]> - 6.2.16-1
- Bump version to 6.2.16 (fixes CVE-2024-31228 and CVE-2024-31449)
- Remove patch file for CVE-2024-31449
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25604,8 +25604,8 @@
"type": "other",
"other": {
"name": "redis",
"version": "6.2.16",
"downloadUrl": "https://download.redis.io/releases/redis-6.2.16.tar.gz"
"version": "6.2.17",
"downloadUrl": "https://download.redis.io/releases/redis-6.2.17.tar.gz"
}
}
},
Expand Down

0 comments on commit 473b14f

Please sign in to comment.