[AUTOPATCHER-CORE] Upgrade redis to 6.2.14 Fixes CVE-2023-45145 (#6653)
Upgrade redis to 6.2.14 Fixes CVE-2023-45145
This commit is contained in:
parent
b9c50a10db
commit
0630aa832d
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"redis-6.2.13.tar.gz": "89ff27c80d420456a721ccfb3beb7cc628d883c53059803513749e13214a23d1"
|
||||
"redis-6.2.14.tar.gz": "34e74856cbd66fdb3a684fb349d93961d8c7aa668b06f81fd93ff267d09bc277"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
Summary: advanced key-value store
|
||||
Name: redis
|
||||
Version: 6.2.13
|
||||
Release: 2%{?dist}
|
||||
Version: 6.2.14
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -83,6 +83,9 @@ exit 0
|
|||
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.2.14-1
|
||||
- Auto-upgrade to 6.2.14 - Fixes CVE-2023-45145
|
||||
|
||||
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 6.2.13-2
|
||||
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
|
||||
|
||||
|
|
|
@ -25504,8 +25504,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "redis",
|
||||
"version": "6.2.13",
|
||||
"downloadUrl": "https://download.redis.io/releases/redis-6.2.13.tar.gz"
|
||||
"version": "6.2.14",
|
||||
"downloadUrl": "https://download.redis.io/releases/redis-6.2.14.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue