Skip to content

Commit a9360df

Browse files
[AUTO-CHERRYPICK] Valkey: Fix CVE-2024-31449 CVE-2024-21228 CVE-2024-31227 by upgrading Valkey to 8.0.1 - branch 3.0-dev (#11032)
Co-authored-by: SeanDougherty <sdougherty@microsoft.com>
1 parent 104c0f5 commit a9360df

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"valkey-8.0.0.tar.gz": "f87fef2ba81ae4bce891b874fba58cfde2d19370a3bcac20f0e17498b33c33c0"
3+
"valkey-8.0.1.tar.gz": "1e1d6dfbed2f932a87afbc7402be050a73974a9b19a9116897e537a6638e5e1d"
44
}
55
}

SPECS/valkey/valkey.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: advanced key-value store
22
Name: valkey
3-
Version: 8.0.0
4-
Release: 2%{?dist}
3+
Version: 8.0.1
4+
Release: 1%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -84,6 +84,9 @@ exit 0
8484
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/valkey.conf
8585

8686
%changelog
87+
* Mon Nov 04 2024 Sean Dougherty <sdougherty@microsoft.com> - 8.0.1-1
88+
- Version bump to address CVE-2024-31449 CVE-2024-31228 and CVE-2024-31227.
89+
8790
* Tue Oct 29 2024 Rohit Rawat <rohitrawat@microsoft.com> - 8.0.0-2
8891
- Add patch to remove flaky mem defrag test.
8992

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29306,8 +29306,8 @@
2930629306
"type": "other",
2930729307
"other": {
2930829308
"name": "valkey",
29309-
"version": "8.0.0",
29310-
"downloadUrl": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.0.tar.gz"
29309+
"version": "8.0.1",
29310+
"downloadUrl": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.1.tar.gz"
2931129311
}
2931229312
}
2931329313
},

0 commit comments

Comments
 (0)