From: Daniel Golle Date: Tue, 9 Jun 2026 04:04:49 +0000 (+0100) Subject: hiredis: update to version 1.4.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f71b5731902114cd6569e6c008d3084f756952af;p=openwrt-packages.git hiredis: update to version 1.4.0 Improvements include applying FD_CLOEXEC on sockets, a pure-C99 RESP3 double parser, C++ compatibility for sds.h, and a NULL check fix in redisReconnect. Now requires CMake 3.15. https://github.com/redis/hiredis/releases/tag/v1.4.0 Signed-off-by: Daniel Golle --- diff --git a/libs/hiredis/Makefile b/libs/hiredis/Makefile index 62e75a4cd..876b844c4 100644 --- a/libs/hiredis/Makefile +++ b/libs/hiredis/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiredis -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/redis/hiredis/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=25cee4500f359cf5cad3b51ed62059aadfc0939b05150c1f19c7e2829123631c +PKG_HASH:=5fa6e719e59cd4f8ae435c52a18ac4035d135251f9ee54e7a045bccf59107ed8 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING