projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0412c3f
)
redis: update to version 6.2.4
author
Jan Pavlinec
<jan.pavlinec@nic.cz>
Mon, 14 Jun 2021 12:33:22 +0000
(14:33 +0200)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Tue, 26 Oct 2021 09:06:22 +0000
(11:06 +0200)
Fixes CVE-2021-32625
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
c7ffa391f19b6d5292969d697511853446f27a8d
)
libs/redis/Makefile
patch
|
blob
|
history
diff --git
a/libs/redis/Makefile
b/libs/redis/Makefile
index 4878f36719dbf8ff9a5f2cbb98b69336921be126..9e06370d3fc60abf8593ac2f1987304bf6ab11f9 100644
(file)
--- 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 <jan.pavlinec@nic.cz>
PKG_LICENSE:=BSD-3-Clause