aboutsummaryrefslogtreecommitdiff
path: root/libs/hiredis
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* hiredis: update to version 1.2.0Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcing Hiredis v1.2.0 with with new adapters, and a great many bug fixes. 🚀 New Features - Add sdevent adapter - Allow specifying the keepalive interval - Add RedisModule adapter - Helper for setting TCP_USER_TIMEOUT socket option 🐛 Bug Fixes - Fix a typo in b6a052f. - Fix wincrypt symbols conflict - Don't attempt to set a timeout if we are in an error state. - Accept -nan per the RESP3 spec recommendation. - Fix colliding option values - Ensure functionality without `_MSC_VER` definition 🧰 Maintenance - Add a test for the TCP_USER_TIMEOUT option. - Add -Werror as a default. - CI: Update homebrew Redis version. - Fix typo in makefile. - Write a version file for the CMake package - CMakeLists.txt: respect BUILD_SHARED_LIBS - Cmake static or shared - fix typo - Add a test ensuring we don't clobber connection error. - Search for openssl on macOS Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: update to version 1.1.0Daniel Golle2023-01-18
| | | | | | | | | See project release page[1] for more details. Switch build to use CMake instead of autotools, allows removal of local patch. [1]: https://github.com/redis/hiredis/releases Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: update to version 1.0.2Daniel Golle2021-11-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: fix compilation with macOSRosen Penev2021-10-08
| | | | | | uname is used to test the host OS. Override it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hiredis: update to version 1.0.0Daniel Golle2020-09-28
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: update to version 0.14.1Daniel Golle2020-06-07
| | | | 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: Switch to codeload tarballRosen Penev2018-07-30
| | | | | | Simpler makefile. Also fixes uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@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>
* hiredis: update to version 0.13.3Daniel Golle2016-04-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: add new packageDaniel Golle2015-06-24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>