./databases/hiredis, Minimalistic C client library for the Redis database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q3, Version: 1.0.2, Package name: hiredis-1.0.2, Maintainer: wiedi

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.


Master sites:

RMD160: a3924f0d60525d9c2d52b56c74733a5532b6b2c8
Filesize: 95.839 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-11 20:40:50 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
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.