Upgrade from 5.0.3 to 5.0.4.

<ChangeLog>

Upgrade urgency HIGH: This release fixes several Redis stability issues.

Dear Redis users, this release includes a number of fixes for bugs that may
result in Redis crashing in special conditions (not normal usage, but specific
artificial conditions), fixes to certain Redis behaviors especially around
Redis streams, and finally a set of new APIs for Redis Modules.

Specifically:

* Hyperloglog different coding errors leading to potential crashes were fixed.
* A replication bug leading to a potential crash in case of plain misuse of
  handshake commands was fixed.
* XCLAIM command incrementing of number of deliveries was fixed.
* LFU field management in objects was improved.
* A potential overflow in the redis-check-aof was fixed.
* A memory leak in case of API misuse was fixed.
* ZPOP* behavior when count is 0 is fixed.
* A few redis-cli --cluster bugs were fixed, plus a few improvements.
* Many other smaller bugs.

We suggest to upgrade Redis, especially in case your instance is facing
untrusted users (for instance Cloud providers) because several of these
bugs could result in unwanted crashes.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2019-03-20 01:37:23 +00:00
parent 198382255b
commit 1d2b4befd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496301
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
DISTVERSION= 5.0.3
DISTVERSION= 5.0.4
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1544710884
SHA256 (redis-5.0.3.tar.gz) = e290b4ddf817b26254a74d5d564095b11f9cd20d8f165459efa53eb63cd93e02
SIZE (redis-5.0.3.tar.gz) = 1959445
TIMESTAMP = 1553045626
SHA256 (redis-5.0.4.tar.gz) = 3ce9ceff5a23f60913e1573f6dfcd4aa53b42d4a2789e28fa53ec2bd28c987dd
SIZE (redis-5.0.4.tar.gz) = 1966337