Oops I intended to CC ports on this too.

----- Forwarded message from Stuart Henderson <[email protected]> -----

From: Stuart Henderson <[email protected]>
Date: Mon, 1 Apr 2019 17:23:39 +0100
To: David Coppa <[email protected]>
User-Agent: Mutt/1.11.4 (2019-03-13)
Subject: redis update -> 4.0.14

straightforward update to the newest 4.x; ok?


================================================================================
Redis 4.0.14     Released Mon Mar 18 17:22:10 CEST 2019
================================================================================

This release just backports a few fixes from Redis 5:

3c62ad19 HyperLogLog: handle wrong offset in the base case.
cc2b3a68 Fix hyperloglog corruption
e10c79d3 redis-check-aof: fix potential overflow.
6fa16f58 Fix mismatching keyspace notification classes
64311052 Fix zlexrangespec mem-leak in genericZrangebylexCommand
b0e86319 Make comment in #5911 stay inside 80 cols.
39ccce03 Replicas aren't allowed to run the replicaof command

================================================================================
Redis 4.0.13     Released Wed Feb 20 17:25:31 CEST 2019
================================================================================

This release just backports a few fixes from Redis 5:

60b2537f rewrite BRPOPLPUSH as RPOPLPUSH to propagate
afc4b36c Don't treat unsupported protocols as fatal errors

================================================================================
Redis 4.0.12     Released Tue Dec 11 18:06:12 CEST 2018
================================================================================

This backports the following Redis 5 fixes back into Redis 4.
Please check the Redis 5 changelog or see the full commit messages
for more information. Note that there are important fixes to the AOF
implementation so Redis 4.0.12 should be considered as a worthwhile
upgrade in production environments where AOF is used and there is the
idea of sticking with Redis 4 for some time.

b6cd3b3c asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.
e16402b0 Don't call sdscmp() with shared.maxstring or shared.minstring
49d9f411 Fix stringmatchlen() read past buffer bug.
97192e2d Merge pull request #5569 from maximebedard/backport-4497
1908aba7 add linkClient(): adds the client and caches the list node.
239b0857 networking: optimize unlinkClient() in freeClient()
54b17f98 When replica kills a pending RDB save during SYNC, log it.
b31c08db Move child termination to readSyncBulkPayload
21971ac8 Prevent RDB autosave from overwriting full resync results
3a91fcbc aof.c: improve indentation and change warning message.
e6f287d5 AOF: discard if we lost EXEC when loading aof
e0d4c66a Fix AOF comment to report the current behavior.

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/redis/Makefile,v
retrieving revision 1.105
diff -u -p -r1.105 Makefile
--- Makefile    2 Sep 2018 11:08:51 -0000       1.105
+++ Makefile    1 Apr 2019 16:23:05 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.105 2018/09/02 11:08:51 kn Exp $
 
 COMMENT =              persistent key-value database
-DISTNAME =             redis-4.0.11
+DISTNAME =             redis-4.0.14
 CATEGORIES =           databases
 HOMEPAGE =             https://redis.io/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/redis/distinfo,v
retrieving revision 1.82
diff -u -p -r1.82 distinfo
--- distinfo    2 Sep 2018 11:08:51 -0000       1.82
+++ distinfo    1 Apr 2019 16:23:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (redis-4.0.11.tar.gz) = /FPnOudYa82stLY4ddH/BPaMVHTB3e2njwDlri7tG7s=
-SIZE (redis-4.0.11.tar.gz) = 1739656
+SHA256 (redis-4.0.14.tar.gz) = Hh4YQgqGz7KFkzEjsEqC4evaIL+woolHJ0Wgh1h+k6c=
+SIZE (redis-4.0.14.tar.gz) = 1740967


----- End forwarded message -----

Reply via email to