diff options
author | adam <adam@pkgsrc.org> | 2019-11-20 09:43:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-20 09:43:28 +0000 |
commit | bad284a621a6eb7b28f80abd1546045a8a082462 (patch) | |
tree | 617016bcb05fc6b2504b12d10c8fb17e31015da5 /databases | |
parent | 5f886e993cdfc3b647fc7645fae761a4e453fbab (diff) | |
download | pkgsrc-bad284a621a6eb7b28f80abd1546045a8a082462.tar.gz |
redis: updated to 5.0.7
Hi all, Redis 5.0.7 fixes a number of bugs, none is very critical, however
there are a few that may have an impact. It's a good idea to upgrade.
There are fixes in the area of replication from modules commands and
callbacks, AOF fsync (non critical issue), memory leaks (very rare and small),
streams beahvior (non critical), and a potential crash in commands
processing multiple keys at the same time that is there for years, and happens
very rarely, but is not impossible to trigger.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 4 | ||||
-rw-r--r-- | databases/redis/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 72b45511953..eb325690df6 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2019/11/11 17:06:00 adam Exp $ +# $NetBSD: Makefile,v 1.47 2019/11/20 09:43:28 adam Exp $ -DISTNAME= redis-5.0.6 +DISTNAME= redis-5.0.7 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 00fbbb3bf27..00fe4052a9e 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2019/11/11 17:06:00 adam Exp $ +$NetBSD: distinfo,v 1.46 2019/11/20 09:43:28 adam Exp $ -SHA1 (redis-5.0.6.tar.gz) = f6f534ff62c1841384c012609b7ba6bd4c1777ca -RMD160 (redis-5.0.6.tar.gz) = ecbfc9e1ae11baa0c4cb2bfb6099082df053f84a -SHA512 (redis-5.0.6.tar.gz) = 19a4738ec4c3ac077d57857559557685c56b0ac58ccfff5aac88a099894fa9a2bbe18ef126522960e38d6c0e8b0f9a00755879305c07caaa5add41bc677d44f3 -Size (redis-5.0.6.tar.gz) = 1979873 bytes +SHA1 (redis-5.0.7.tar.gz) = f21bcc123b4c707c5a486034be4cf6e5ba1438e7 +RMD160 (redis-5.0.7.tar.gz) = 0490b980daaba10d5697af8b8b719c6ab54a821c +SHA512 (redis-5.0.7.tar.gz) = 75c1d4bcca3e28d80f6b6942f0153ff33538d706339c69bddd2646c36f88b901c77dde09fba5629ba90ace00077e45d37b0a822a863f9f737ef9a79eb7093d9d +Size (redis-5.0.7.tar.gz) = 1984203 bytes SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016 SHA1 (patch-src_Makefile) = 2c4f6d822980874cc9ff95d239040985fa364649 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239 |