From: Jan Pavlinec Date: Mon, 14 Jun 2021 12:33:22 +0000 (+0200) Subject: redis: update to version 6.2.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86ce4cee0e26416a92cd038babe3e62d92cfc099;p=feed%2Fpackages.git redis: update to version 6.2.4 Fixes CVE-2021-32625 Signed-off-by: Jan Pavlinec (cherry picked from commit c7ffa391f19b6d5292969d697511853446f27a8d) --- diff --git a/libs/redis/Makefile b/libs/redis/Makefile index 4878f36719..9e06370d3f 100644 --- a/libs/redis/Makefile +++ b/libs/redis/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=redis -PKG_VERSION:=6.2.3 +PKG_VERSION:=6.2.4 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://download.redis.io/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=98ed7d532b5e9671f5df0825bb71f0f37483a16546364049384c63db8764512b +PKG_HASH:=ba32c406a10fc2c09426e2be2787d74ff204eb3a2e496d87cff76a476b6ae16e PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause