Up to [cvs.NetBSD.org] / pkgsrc / databases / hiredis
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
hiredis: updated to 1.3.0 1.3.0 Changes Change the version of the library to 1.3 Use GitHub Releases to track changelogs Update minimum CMake version to 3.7 Make test.sh use REDIS_SERVER everywhere Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets. Fix timing based macOS CI failure. CentOS 7 is EOL Clarify macos adapter and example license. Only override context read/write funcs on SSL_connect success. Remove dead assignment in sdstrim. Fix memory leak. New Features Add support of RESP3 attribute type Make redisEnableKeepAlive a no-op on AF_UNIX connections. Bug Fixes Retry poll(2) if we are intterupted. Maintenance Fix OPENSSL_IS_BORINGSSL define check on windows Remove format_command_fuzzer.c Makefile: correctly handle version suffixes on macOS Do not explicitly initialize openSSL in newer versions Update old link for modules-api-ref.md fix: typos [cmake] Fix cmake options position to support cmake toolchain CMakeList: add option to not install NuGet packaging Fix macOS and FreeBSD CI runners. Integrating spellcheck into CI Add a panic helper for non-assert aborts. Document poll(2) logic changes. Fix a false positive warning of gcc 12+ -Werror=maybe-uninitialized Allow disabling the -Werror flag. Bump development SONAME.
hiredis: updated to 1.2.0 v1.2.0 with with new adapters, and a great many bug fixes. 🚀 New Features - Add sdevent adapter @Oipo - Allow specifying the keepalive interval @michael-grunder - Add RedisModule adapter @tezc - Helper for setting TCP_USER_TIMEOUT socket option @zuiderkwast 🐛 Bug Fixes - Fix a typo in b6a052f. @yossigo - Fix wincrypt symbols conflict @hudayou - Don't attempt to set a timeout if we are in an error state. @michael-grunder - Accept -nan per the RESP3 spec recommendation. @michael-grunder - Fix colliding option values @zuiderkwast - Ensure functionality without `_MSC_VER` definition @windyakin 🧰 Maintenance - Add a test for the TCP_USER_TIMEOUT option. @michael-grunder - Add -Werror as a default. @yossigo - CI: Update homebrew Redis version. @yossigo - Fix typo in makefile. @michael-grunder - Write a version file for the CMake package @Neverlord - CMakeLists.txt: respect BUILD_SHARED_LIBS @ffontaine - Cmake static or shared @autoantwort - fix typo @tillkruss - Add a test ensuring we don't clobber connection error. @michael-grunder - Search for openssl on macOS @michael-grunder
hiredis: updated to 1.1.0 1.1.0 🐛 Bug Fixes Add support for nan in RESP3 double 🧰 Maintenance Add an example that calls redisCommandArgv fix flag reference Make freeing a NULL redisAsyncContext a no-op. CI updates
databases: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
Pullup ticket #6511 - requested by tm databases/hiredis: security fix Revisions pulled up: - databases/hiredis/Makefile 1.8-1.9 - databases/hiredis/distinfo 1.11,1.13 --- Module Name: pkgsrc Committed By: adam Date: Tue Oct 5 12:14:54 UTC 2021 Modified Files: pkgsrc/databases/hiredis: Makefile distinfo Log Message: hiredis: updated to 1.0.1 1.0.1 Fix for CVE-2021-32765 commit --- Module Name: pkgsrc Committed By: adam Date: Fri Oct 8 06:46:02 UTC 2021 Modified Files: pkgsrc/databases/hiredis: Makefile distinfo Log Message: hiredis: updated to 1.0.2 1.0.2: Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to the correct value of 1.0.0.
hiredis: updated to 1.0.2 1.0.2: Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to the correct value of 1.0.0.
databases: Remove SHA1 distfile hashes
hiredis: updated to 1.0.1 1.0.1 Fix for CVE-2021-32765 commit
hiredis: updated to 1.0.0 Release of v1.0.0 Hiredis v1.0.0 marks the first stable release of Hiredis and introduces RESP3 support, SSL connections, allocator injection, better Windows support, and more. IMPORTANT: There are breaking changes in this release meaning your code will need to be recompiled and may need small changes. The exact details of the breaking changes can be found in README.md. CHANGELOG.md has a detailed list of changes between v0.14.1 and v1.0.0.
hiredis: update to 0.14.1. ### 0.14.1 (2020-03-13) * Adds safe allocation wrappers (CVE-2020-7105, #747, #752) (Michael Grunder)
hiredis: update to 0.14.0. ### 0.14.0 **Fixes**: * Catch a buffer overflow when formatting the error message * Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.13 * Fix warnings, when compiled with -Wshadow * Make hiredis compile in Cygwin on Windows, now CI-tested * Bulk and multi-bulk lengths less than -1 or greater than `LLONG_MAX` are now protocol errors. This is consistent with the RESP specification. On 32-bit platforms, the upper bound is lowered to `SIZE_MAX`. **BREAKING CHANGES**: * Change `redisReply.len` to `size_t`, as it denotes the the size of a string User code should compare this to `size_t` values as well. If it was used to compare to other values, casting might be necessary or can be removed, if casting was applied before. * Remove backwards compatibility macro's This removes the following old function aliases, use the new name now: | Old | New | | --------------------------- | ---------------------- | | redisReplyReaderCreate | redisReaderCreate | | redisReplyReaderCreate | redisReaderCreate | | redisReplyReaderFree | redisReaderFree | | redisReplyReaderFeed | redisReaderFeed | | redisReplyReaderGetReply | redisReaderGetReply | | redisReplyReaderSetPrivdata | redisReaderSetPrivdata | | redisReplyReaderGetObject | redisReaderGetObject | | redisReplyReaderGetError | redisReaderGetError | * The `DEBUG` variable in the Makefile was renamed to `DEBUG_FLAGS` Previously it broke some builds for people that had `DEBUG` set to some arbitrary value, due to debugging other software. By renaming we avoid unintentional name clashes. Simply rename `DEBUG` to `DEBUG_FLAGS` in your environment to make it working again.
hiredis: Fix SunOS linker flags.
Honor LDFLAGS. Fixes RELRO build.
Update hiredis to 0.13.3 Changes: * Revert "Clear `REDIS_CONNECTED` flag when connection is closed". * Make tests pass on FreeBSD (Thanks, Giacomo Olgeni)
Add SHA512 digests for distfiles for databases category Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update hiredis to 0.13.2 * Prevent crash on pending replies in async code (Thanks, @switch-st) * Clear `REDIS_CONNECTED` flag when connection is closed (Thanks, Jerry Jacobs) * Add MacOS X addapter (Thanks, @dizzus) * Add Qt adapter (Thanks, Pietro Cerutti) * Add Ivykis adapter (Thanks, Gergely Nagy) All adapters are provided as is and are only tested where possible.
Update hiredis to 0.13.1 ### 0.13.1 - May 03, 2015 This is a bug fix release. The new `reconnect` method introduced new struct members, which clashed with pre-defined names in pre-C99 code. Another commit forced C99 compilation just to make it work, but of course this is not desirable for outside projects. Other non-C99 code can now use hiredis as usual again. Sorry for the inconvenience. * Fix memory leak in async reply handling (Salvatore Sanfilippo) * Rename struct member to avoid name clash with pre-c99 code (Alex Balashov, ncopa) ### 0.13.0 - April 16, 2015 This release adds a minimal Windows compatibility layer. The parser, standalone since v0.12.0, can now be compiled on Windows (and thus used in other client libraries as well) * Windows compatibility layer for parser code (tzickel) * Properly escape data printed to PKGCONF file (Dan Skorupski) * Fix tests when assert() undefined (Keith Bennett, Matt Stancliff) * Implement a reconnect method for the client context, this changes the structure of `redisContext` (Aaron Bedra) ### 0.12.1 - January 26, 2015 * Fix `make install`: DESTDIR support, install all required files, install PKGCONF in proper location * Fix `make test` as 32 bit build on 64 bit platform ### 0.12.0 - January 22, 2015 * Add optional KeepAlive support * Try again on EINTR errors * Add libuv adapter * Add IPv6 support * Remove possiblity of multiple close on same fd * Add ability to bind source address on connect * Add redisConnectFd() and redisFreeKeepFd() * Fix getaddrinfo() memory leak * Free string if it is unused (fixes memory leak) * Improve redisAppendCommandArgv performance 2.5x * Add support for SO_REUSEADDR * Fix redisvFormatCommand format parsing * Add GLib 2.0 adapter * Refactor reading code into read.c * Fix errno error buffers to not clobber errors * Generate pkgconf during build * Silence _BSD_SOURCE warnings * Improve digit counting for multibulk creation
Add hiredis-0.11.0 Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API.