aboutsummaryrefslogtreecommitdiff
path: root/libs/hiredis/patches
Commit message (Collapse)AuthorAge
* hiredis: update to version 1.0.0Daniel Golle2020-09-28
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: fix pkg-config fileSebastian Kemper2019-01-13
| | | | | | Fix for using the .pc file when cross-compiling. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* hiredis: Update to 0.14.0Rosen Penev2018-10-08
| | | | | | Added PKG_BUILD_PARALLEL for faster building. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hiredis: Fix __redis_strerror_r lvalue errorFlorian Fainelli2017-04-01
Fixes the following build error: hiredis.h:101:24: error: lvalue required as left operand of assignment buf[(len)] = '\0'; Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>