Skip to content

Commit d0be5af

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade valkey to 8.0.2 Upgrade valkey to fix CVE-2024-51741 and CVE-2024-46981 - branch 3.0-dev (#11958)
1 parent bc46c78 commit d0be5af

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

SPECS/valkey/valkey.signatures.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"valkey-8.0.1.tar.gz": "1e1d6dfbed2f932a87afbc7402be050a73974a9b19a9116897e537a6638e5e1d"
4-
}
5-
}
2+
"Signatures": {
3+
"valkey-8.0.2.tar.gz": "e052c45b3cbe512e24fdfdc3fd337f9f5e4b8f8b8713f349ba867b829c8ff11a"
4+
}
5+
}

SPECS/valkey/valkey.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: valkey
3-
Version: 8.0.1
3+
Version: 8.0.2
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}/valkey.conf
8585

8686
%changelog
87+
* Mon Jan 13 2025 CBL-Mariner Servicing Account <[email protected]> - 8.0.2-1
88+
- Auto-upgrade to 8.0.2 - Upgrade valkey to fix CVE-2024-51741 and CVE-2024-46981
89+
8790
* Mon Nov 04 2024 Sean Dougherty <[email protected]> - 8.0.1-1
8891
- Version bump to address CVE-2024-31449 CVE-2024-31228 and CVE-2024-31227.
8992

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29536,8 +29536,8 @@
2953629536
"type": "other",
2953729537
"other": {
2953829538
"name": "valkey",
29539-
"version": "8.0.1",
29540-
"downloadUrl": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.1.tar.gz"
29539+
"version": "8.0.2",
29540+
"downloadUrl": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.2.tar.gz"
2954129541
}
2954229542
}
2954329543
},

0 commit comments

Comments
 (0)