]> git.99rst.org Git - openwrt-packages.git/commitdiff
hiredis: update to 1.4.1
authorDaniel Golle <redacted>
Thu, 20 Aug 2026 13:43:12 +0000 (14:43 +0100)
committerGeorge Sapkin <redacted>
Sun, 23 Aug 2026 16:56:30 +0000 (19:56 +0300)
Security fix release; hiredis 1.4.x users are recommended to upgrade.

- prevent arbitrarily nested replies from causing a stack overflow
  (PR #1340)
- protect against overflow of map elements (PR #1341)

Both issues were found by He Huang (Swinburne University of Technology)
using NexusSan fuzzing.

Signed-off-by: Daniel Golle <redacted>
libs/hiredis/Makefile

index 876b844c4d758c2ff302895385bf5b642833cedc..b20b4bb70dea7f562033df3691fa4575feae7508 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hiredis
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.4.1
 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:=5fa6e719e59cd4f8ae435c52a18ac4035d135251f9ee54e7a045bccf59107ed8
+PKG_HASH:=ca3180359a8b1275838a45415851f8cd5c411e27bdbf18f4823012e45507d2e4
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT