summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-09 18:28:50 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 07:26:34 -0700
commit1393ce3d7f645c064758ea7010e606740137338b (patch)
tree65586c8654dbbf3806e84cd1808ed3970a681a98
parent6bf220159ddd113a775d185136656d253708c70d (diff)
downloadmeta-openembedded-1393ce3d7f645c064758ea7010e606740137338b.tar.gz
hiredis: upgrade 1.3.0 -> 1.4.0
Improvements ================ - Increase required cmake version to 3.15 - Use ffc (pure-C99) as the RESP3 double parser instead of strtod - FetchContent should not include cpack - Add C++ compatibility to sds.h - Apply FD_CLOEXEC on sockets Bug Fixes ============= - fix: add NULL check for c->funcs in redisReconnect - Fix buffer overflow in tests. Maintenance =============== - Fix CI for macOS and docker based runs. - Fix CI on MacOS runners. - Define ssize_t as intptr_t in Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb (renamed from meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb
index 0cf03bfcda..62e5a36318 100644
--- a/meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb
+++ b/meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb
@@ -5,10 +5,10 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51"
6 6
7SRC_URI = " \ 7SRC_URI = " \
8 git://github.com/redis/hiredis;protocol=https;branch=master \ 8 git://github.com/redis/hiredis;protocol=https;branch=master;tag=v${PV} \
9 file://run-ptest \ 9 file://run-ptest \
10 " 10 "
11SRCREV = "ccad7ebaf99310957004661d1c5f82d2a33ebd10" 11SRCREV = "67c88a05bb97c40d5c29d0680e51828627e4f362"
12 12
13inherit cmake ptest 13inherit cmake ptest
14 14