]> git.99rst.org Git - openwrt-packages.git/commitdiff
hiredis: update to version 1.4.0
authorDaniel Golle <redacted>
Tue, 9 Jun 2026 04:04:49 +0000 (05:04 +0100)
committerJosef Schlehofer <redacted>
Wed, 10 Jun 2026 10:56:37 +0000 (12:56 +0200)
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 <redacted>
libs/hiredis/Makefile

index 62e75a4cd2b9b3b07c27ae877c3506d08977ab9b..876b844c4d758c2ff302895385bf5b642833cedc 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT