hiredis 0.14.1-2 source package in Ubuntu
Changelog
hiredis (0.14.1-2) unstable; urgency=medium * CVE-2021-32765: Prevent an integer overflow vulnerability when parsing 'multi-bulk' replies. * Bump Standards-Version to 4.6.0. * Bump debhelper compatibility level to 13. -- Chris Lamb <email address hidden> Wed, 06 Oct 2021 15:14:29 +0100
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
hiredis_0.14.1-2.dsc | 2.0 KiB | 0ee141b6c2c769be4143bdc65b514fb9c66d584be5fa78d17ccfb83b6d788b8f |
hiredis_0.14.1.orig.tar.gz | 62.9 KiB | 2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913 |
hiredis_0.14.1-2.debian.tar.xz | 9.2 KiB | d6ee8d3dfaf5380d1c87c117e5368c7dbece4d294caea6ff40ea9a442cec0a07 |
Available diffs
- diff from 0.14.1-1 to 0.14.1-2 (1.3 KiB)
No changes file available.
Binary packages built by this source
- libhiredis-dev: minimalistic C client library for Redis (development files)
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.
.
This package provides the development files for hiredis.
- libhiredis0.14: minimalistic C client library for Redis
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.
- libhiredis0.14-dbgsym: debug symbols for libhiredis0.14