redis 5:7.0.8-1 source package in Ubuntu

Changelog

redis (5:7.0.8-1) unstable; urgency=high

  * New upstream release.
    <https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES>
  * CVE-2023-22458: Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER
    commands may have led to denial-of-service. (Closes: #1029363)
  * CVE-2022-35977: Integer overflow in the Redis SETRANGE and SORT/SORT_RO
    commands could have driven Redis to an OOM panic.

 -- Chris Lamb <email address hidden>  Sun, 22 Jan 2023 08:46:14 -0800

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any all
Section:
database
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
redis_7.0.8-1.dsc 2.2 KiB 12630706520a3b0d03ac42a0cdca6018e27032400b83ff22e620f8ecb4a68b34
redis_7.0.8.orig.tar.gz 2.9 MiB 0e439cbc19f6db5a4c63d355519ab73bf6ac2ecd47df806c14b19564b3d0c593
redis_7.0.8-1.debian.tar.xz 27.2 KiB 1002dc1f4ec733d92572ad03bbd2c4963685c7d05030aa4ccf4b8364f7da4220

Available diffs

No changes file available.

Binary packages built by this source

redis: Persistent key-value database with network interface (metapackage)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package depends on the redis-server package.

redis-sentinel: Persistent key-value database with network interface (monitoring)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 This package contains the Redis Sentinel monitoring software.

redis-server: Persistent key-value database with network interface

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.

redis-tools: Persistent key-value database with network interface (client)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 This package contains the command line client and other tools.

redis-tools-dbgsym: debug symbols for redis-tools