Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 15:39:22 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532035 - head/databases/redis
Message-ID:  <202004181539.03IFdMqg029060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sat Apr 18 15:39:22 2020
New Revision: 532035
URL: https://svnweb.freebsd.org/changeset/ports/532035

Log:
  Update from 5.0.8 to 5.0.9.
  
  <ChangeLog>
  
  Upgrade urgency:CRITICAL if you use Streams with AOF ore replicas.
                  Otherwise the upgrade urgency is LOW.
  
  This release has a speed improvement and a critical fix:
  
  * FIX: XREADGROUP when fetching data in a blocking way, would not
         emit the XCLAIM in the AOF file and to replicas. This means
         that the last ID is not updated, and that restarting the server
         will have the effect of reprocessing some entries.
  * NEW: Clients blocked on the same key are now unblocked on
         O(1) time. Backported from Redis 6.
  
  </ChangeLog>

Modified:
  head/databases/redis/Makefile
  head/databases/redis/distinfo

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Sat Apr 18 14:32:55 2020	(r532034)
+++ head/databases/redis/Makefile	Sat Apr 18 15:39:22 2020	(r532035)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-PORTVERSION=	5.0.8
+PORTVERSION=	5.0.9
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Sat Apr 18 14:32:55 2020	(r532034)
+++ head/databases/redis/distinfo	Sat Apr 18 15:39:22 2020	(r532035)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584570614
-SHA256 (redis-5.0.8.tar.gz) = f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
-SIZE (redis-5.0.8.tar.gz) = 1985757
+TIMESTAMP = 1587224146
+SHA256 (redis-5.0.9.tar.gz) = 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85
+SIZE (redis-5.0.9.tar.gz) = 1986574



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004181539.03IFdMqg029060>