Skip to content

Commit

Permalink
redis: Update to v7.0.15 (SynoCommunity#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Nov 28, 2024
1 parent 90bd4c4 commit a3cbcd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/redis/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = redis
PKG_VERS = 7.0.11
PKG_VERS = 7.0.15
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://download.redis.io/releases
Expand Down
6 changes: 3 additions & 3 deletions cross/redis/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
redis-7.0.11.tar.gz SHA1 a409e7cde80fbc55d058039ff3feb9b09ba9db62
redis-7.0.11.tar.gz SHA256 ce250d1fba042c613de38a15d40889b78f7cb6d5461a27e35017ba39b07221e3
redis-7.0.11.tar.gz MD5 08cb7952dd1e583ee7104480f65cbb9d
redis-7.0.15.tar.gz SHA1 c19487211df7ef6ba0a6e2d46a559925000eb210
redis-7.0.15.tar.gz SHA256 98066f5363504b26c34dd20fbcc3c957990d764cdf42576c836fc021073f4341
redis-7.0.15.tar.gz MD5 fcf50a0a245361285682b34ef494fab9
6 changes: 3 additions & 3 deletions spk/redis/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = redis
SPK_VERS = 7.0.11
SPK_REV = 14
SPK_VERS = 7.0.15
SPK_REV = 15
SPK_ICON = src/redis.png

DEPENDS = cross/redis
Expand All @@ -13,7 +13,7 @@ DESCRIPTION = Redis is an open source, advanced key-value store. It is often ref

DISPLAY_NAME = redis

CHANGELOG = "Update redis to v7.0.11 (CVE-2023-28856, CVE-2023-28425, CVE-2023-25155, CVE-2022-35977, CVE-2023-22458 and other fixes)."
CHANGELOG = "Update redis to v7.0.15 (CVE-2023-41056, CVE-2023-45145, CVE-2023-41053, CVE-2022-24834, CVE-2023-36824 and other fixes)."

HOMEPAGE = https://redis.io
LICENSE = 3-clause BSD
Expand Down

0 comments on commit a3cbcd3

Please sign in to comment.