mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:38:48 +00:00
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>
This commit is contained in:
parent
6bf220159d
commit
1393ce3d7f
@ -5,10 +5,10 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/redis/hiredis;protocol=https;branch=master \
|
||||
git://github.com/redis/hiredis;protocol=https;branch=master;tag=v${PV} \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "ccad7ebaf99310957004661d1c5f82d2a33ebd10"
|
||||
SRCREV = "67c88a05bb97c40d5c29d0680e51828627e4f362"
|
||||
|
||||
inherit cmake ptest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user