pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 19 08:39:36 UTC 2018

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 4.0.11

Redis 4.0.11:

Upgrade urgency HIGH: not critical but very important bugs fixed.

Dear users, this is just a bugfix release of Redis 4. All new work
is now focused on Redis 5, however we backported a number of bug fixes here:

* The disconnection time between the master and slave was reset in an
  incorrect place, sometimes a good slave will not be able to failover
  because it claims it was disconnected for too much time from the master.
* A replication bug, rare to trigger but non impossible, is in Redis for
  years. It was lately discovered at Redis Labs and fixed by Oran Agra.
  It may cause disconnections, desynchronizations and other issues.
* RANDOMKEY may go in infinite loop on rare situations. Now fixed.
* EXISTS now works in a more consistent way on slaves.
* Sentinel: backport of an option to deny a potential security problem
  when the SENTINEL command is used to configure an arbitrary script
  to execute.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/redis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.39 pkgsrc/databases/redis/Makefile:1.40
--- pkgsrc/databases/redis/Makefile:1.39        Thu Aug  2 14:47:34 2018
+++ pkgsrc/databases/redis/Makefile     Sun Aug 19 08:39:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2018/08/02 14:47:34 adam Exp $
+# $NetBSD: Makefile,v 1.40 2018/08/19 08:39:36 adam Exp $
 
-DISTNAME=      redis-4.0.10
+DISTNAME=      redis-4.0.11
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.40 pkgsrc/databases/redis/distinfo:1.41
--- pkgsrc/databases/redis/distinfo:1.40        Thu Aug  2 14:47:34 2018
+++ pkgsrc/databases/redis/distinfo     Sun Aug 19 08:39:36 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2018/08/02 14:47:34 adam Exp $
+$NetBSD: distinfo,v 1.41 2018/08/19 08:39:36 adam Exp $
 
-SHA1 (redis-4.0.10.tar.gz) = d2738d9b93a3220eecc83e89a7c28593b58e4909
-RMD160 (redis-4.0.10.tar.gz) = 0b8261062f8e75da08574308d9ee152b55f7008a
-SHA512 (redis-4.0.10.tar.gz) = 0978dabaf637e61889d492fd3629acd58ca8fb0c0088cdd7036ffd1a7ed3f018c107039d4c96bd61d0b7d35757df2366d051f57d77ffb5642aca0e5651b30603
-Size (redis-4.0.10.tar.gz) = 1738465 bytes
+SHA1 (redis-4.0.11.tar.gz) = a13ccf0f7051f82dc1c979bd94f0b9a9ba039122
+RMD160 (redis-4.0.11.tar.gz) = 30aff2b0b9250f5db6c074796bdc40feb1802e68
+SHA512 (redis-4.0.11.tar.gz) = f0054af9ca2143731a397b2b21285387707b7f40d9326ba15225feb1a2ff470fab5194308342f63bbe1081f84c7e9ef19543c5a8e3eae49e17bfc515c64201f0
+Size (redis-4.0.11.tar.gz) = 1739656 bytes
 SHA1 (patch-ab) = f8d2d20a5ae49ecd49a452b6e260f5a37b0d52e0
 SHA1 (patch-ac) = 758bb6c2da7f6822d19fd5f93409997933fd874a
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239



Home | Main Index | Thread Index | Old Index