databases/redis70: update to 7.0.15 with fix CVE-2023-41056
Security fixes: * (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers which can result in incorrect accounting of buffer sizes and lead to heap overflow and potential remote code execution. Changelog: https://github.com/redis/redis/releases/tag/7.0.15 PR: 276255 Approved by: yasu (maintainer, timeout > 14 days), arrowd (mentor) MFH: 2024Q1
This commit is contained in:
parent
7bb0b75a66
commit
5c3342ecd8
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= redis
|
||||
DISTVERSION= 7.0.14
|
||||
DISTVERSION= 7.0.15
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://download.redis.io/releases/
|
||||
PKGNAMESUFFIX= 70
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1697636651
|
||||
SHA256 (redis-7.0.14.tar.gz) = 7e1cdf347f4970ea39d5b7fdb19aedec4c21942e202de65bdeb782d38d2f299f
|
||||
SIZE (redis-7.0.14.tar.gz) = 2994188
|
||||
TIMESTAMP = 1705951803
|
||||
SHA256 (redis-7.0.15.tar.gz) = 98066f5363504b26c34dd20fbcc3c957990d764cdf42576c836fc021073f4341
|
||||
SIZE (redis-7.0.15.tar.gz) = 2994329
|
||||
|
|
Loading…
Reference in a new issue