Hi,

Redis 6.0.10 was tagged earlier today. Release notes are available as
usual: https://github.com/redis/redis/blob/6.0.10/00-RELEASENOTES

tl;dr: Upgrade urgency MODERATE: several bugs with moderate impact are
fixed

I haven't tested it yet in my setup but portwise it looks fine to me.

Comments? OK?

Cheers,
Daniel

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/redis/Makefile,v
retrieving revision 1.117
diff -u -p -r1.117 Makefile
--- Makefile    29 Oct 2020 05:14:03 -0000      1.117
+++ Makefile    12 Jan 2021 22:05:31 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.117 2020/10/29 05:14:03 tb Exp $
 
 COMMENT =              persistent key-value database
-DISTNAME =             redis-6.0.9
+DISTNAME =             redis-6.0.10
 CATEGORIES =           databases
 HOMEPAGE =             https://redis.io/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/redis/distinfo,v
retrieving revision 1.91
diff -u -p -r1.91 distinfo
--- distinfo    29 Oct 2020 05:14:03 -0000      1.91
+++ distinfo    12 Jan 2021 22:05:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (redis-6.0.9.tar.gz) = 3Cvc+BxiDp8Jz9EuhdO8YxyJey23pVIY/Ypl6qN/ht0=
-SIZE (redis-6.0.9.tar.gz) = 2261418
+SHA256 (redis-6.0.10.tar.gz) = ebu4lPnc6zPKaZ7jykpOEii+f7VUeusvmdkh6GwShb0=
+SIZE (redis-6.0.10.tar.gz) = 2271970
Index: patches/patch-src_networking_c
===================================================================
RCS file: /cvs/ports/databases/redis/patches/patch-src_networking_c,v
retrieving revision 1.5
diff -u -p -r1.5 patch-src_networking_c
--- patches/patch-src_networking_c      29 Oct 2020 05:14:04 -0000      1.5
+++ patches/patch-src_networking_c      12 Jan 2021 22:05:31 -0000
@@ -5,7 +5,7 @@ time_t is long long, so use llabs to avo
 Index: src/networking.c
 --- src/networking.c.orig
 +++ src/networking.c
-@@ -2651,7 +2651,7 @@ void securityWarningCommand(client *c) {
+@@ -2689,7 +2689,7 @@ void securityWarningCommand(client *c) {
      static time_t logged_time;
      time_t now = time(NULL);
  

Reply via email to