From: Wang Mingyu <[email protected]>

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 <[email protected]>
---
 .../hiredis/{hiredis_1.3.0.bb => hiredis_1.4.0.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/hiredis/{hiredis_1.3.0.bb => hiredis_1.4.0.bb} 
(91%)

diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb 
b/meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb
similarity index 91%
rename from meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb
rename to 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"
 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
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127461): 
https://lists.openembedded.org/g/openembedded-devel/message/127461
Mute This Topic: https://lists.openembedded.org/mt/119720402/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to