pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2019Q1]: pkgsrc/databases/redis Pullup ticket #5931 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/072c089c8066
branches:  pkgsrc-2019Q1
changeset: 322178:072c089c8066
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Apr 10 09:32:20 2019 +0000

description:
Pullup ticket #5931 - requested by taca
databases/redis: security fix

Revisions pulled up:
- databases/redis/Makefile                                      1.43
- databases/redis/distinfo                                      1.43

---
   Module Name: pkgsrc
   Committed By:        adam
   Date:                Tue Apr  2 07:43:07 UTC 2019

   Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

   Log Message:
   redis: updated to 5.0.4

   Redis 5.0.4

   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.

diffstat:

 databases/redis/Makefile |   4 ++--
 databases/redis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r a28f6f280cb8 -r 072c089c8066 databases/redis/Makefile
--- a/databases/redis/Makefile  Wed Apr 10 09:31:27 2019 +0000
+++ b/databases/redis/Makefile  Wed Apr 10 09:32:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/12/15 21:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.42.4.1 2019/04/10 09:32:20 bsiegert Exp $
 
-DISTNAME=      redis-5.0.3
+DISTNAME=      redis-5.0.4
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r a28f6f280cb8 -r 072c089c8066 databases/redis/distinfo
--- a/databases/redis/distinfo  Wed Apr 10 09:31:27 2019 +0000
+++ b/databases/redis/distinfo  Wed Apr 10 09:32:20 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2018/12/13 19:34:33 adam Exp $
+$NetBSD: distinfo,v 1.42.4.1 2019/04/10 09:32:20 bsiegert Exp $
 
-SHA1 (redis-5.0.3.tar.gz) = a43c24ea6365482323b78e21752d610756efcc39
-RMD160 (redis-5.0.3.tar.gz) = 676d1db2d5e606047a8ed6a0ffdccbcea3aa89bc
-SHA512 (redis-5.0.3.tar.gz) = 5915b14502438bf7c3f56e38640dda54b095bd87501aefa6e386c9cef48e8d1e625e980643d128d91b8cab26dd51d5d99ca66fa638dc04e5ba315fe43f11f58b
-Size (redis-5.0.3.tar.gz) = 1959445 bytes
+SHA1 (redis-5.0.4.tar.gz) = db4cad466db8fbde7c05131d72f526a2e860078a
+RMD160 (redis-5.0.4.tar.gz) = 9b483e4b08553b075d037d2014714b7b77429339
+SHA512 (redis-5.0.4.tar.gz) = 336929c81a476e2a23a64f867823d70c3aab66fb0098eef2e61630be6522ff2f6af680169ffcae35d559758b2c6b56f88c5a953a538291fea886449cba33b8ad
+Size (redis-5.0.4.tar.gz) = 1966337 bytes
 SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
 SHA1 (patch-src_Makefile) = 2c4f6d822980874cc9ff95d239040985fa364649
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239



Home | Main Index | Thread Index | Old Index