hiredis 0.14.0-5 source package in Ubuntu

Changelog

hiredis (0.14.0-5) unstable; urgency=medium

  * CVE-2020-7105: Prevent a large number of NULL pointer redeferences due to
    unchecked return values from malloc (etc.). (Closes: #949995)
  * Bump Standards-Version to 4.5.0.

 -- Chris Lamb <email address hidden>  Wed, 29 Jan 2020 12:55:57 +0100

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hiredis_0.14.0-5.dsc 2.0 KiB 6c00604dab6d5e7f57d34ab50390e9fe6ba5d198352aa5d061d9ba0dd1bba26d
hiredis_0.14.0.orig.tar.gz 61.6 KiB 042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd
hiredis_0.14.0-5.debian.tar.xz 11.1 KiB aa1e7dce82cad4c1ef7bd2766de8036a915344c1a8ab871364078d195fd0bac7

Available diffs

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