hiredis 0.14.1-1 source package in Ubuntu

Changelog

hiredis (0.14.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop debian/patches/CVE-2020-7105.patch; applied upstream.
  * Refresh all remaining patches.
  * Update symbols.

 -- Chris Lamb <email address hidden>  Wed, 25 Mar 2020 14:05:27 +0000

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.1-1.dsc 2.0 KiB 962116cb813a17660209d12f8473a85884688796149667695cf3d95495f84e87
hiredis_0.14.1.orig.tar.gz 62.9 KiB 2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913
hiredis_0.14.1-1.debian.tar.xz 8.7 KiB 581d935f9039e1cce32a3b2141b2b2363f7abd5f2aa1faffd51a7966ffaadcac

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: No summary available for libhiredis0.14 in ubuntu hirsute.

No description available for libhiredis0.14 in ubuntu hirsute.

libhiredis0.14-dbgsym: debug symbols for libhiredis0.14