diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2021-01-14 00:30:06 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2021-01-14 00:30:06 +0000 |
| commit | f02283eab61e9f5be7b8877a3d2f907ce116513a (patch) | |
| tree | 5c3184d9b3576ac11a68b0de7bd6e1ecbf0a26bd /databases/redis5 | |
| parent | Update to 20200111 (diff) | |
Update to the latest release 5.0.10.
<ChangeLog>
Upgrade urgency: SECURITY if you use an affected platform (see below).
Otherwise the upgrade urgency is MODERATE.
This release fixes a potential heap overflow when using a heap allocator other
than jemalloc or glibc's malloc. See:
https://github.com/redis/redis/pull/7963
Other fixes in this release:
* Avoid case of Lua scripts being consistently aborted due to OOM
* XPENDING will not update consumer's seen-time
* A blocked XREADGROUP didn't propagated the XSETID to replicas / AOF
* UNLINK support for streams
* RESTORE ABSTTL won't store expired keys into the DB
* Hide AUTH from MONITOR
* Cluster: reduce spurious PFAIL/FAIL states upon delayed PONG receival
* Cluster: Fix case of clusters mixing accidentally by gossip
* Cluster: Allow blocked XREAD on a cluster replica
* Cluster: Optimize memory usage CLUSTER SLOTS command
* RedisModule_ValueLength support for stream data type
* Minor fixes in redis-check-rdb and redis-cli
* Fix redis-check-rdb support for modules aux data
* Add fsync in replica when full RDB payload was received
</ChangeLog>
Diffstat (limited to 'databases/redis5')
| -rw-r--r-- | databases/redis5/Makefile | 2 | ||||
| -rw-r--r-- | databases/redis5/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis5/Makefile b/databases/redis5/Makefile index 99ef910facf9..67eda5afe613 100644 --- a/databases/redis5/Makefile +++ b/databases/redis5/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis5 -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ DISTNAME= redis-${PORTVERSION} diff --git a/databases/redis5/distinfo b/databases/redis5/distinfo index 08f24e7056f2..049d59cccc16 100644 --- a/databases/redis5/distinfo +++ b/databases/redis5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587224146 -SHA256 (redis-5.0.9.tar.gz) = 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85 -SIZE (redis-5.0.9.tar.gz) = 1986574 +TIMESTAMP = 1610583961 +SHA256 (redis-5.0.10.tar.gz) = e30a5e7d1593a715cdda2a82deb90190816d06c9d1dc1ef5b36874878c683382 +SIZE (redis-5.0.10.tar.gz) = 1990507 |
