svn commit: r485635 - head/databases/redis-devel

Sergey A. Osokin osa at FreeBSD.org
Fri Nov 23 04:41:41 UTC 2018


Author: osa
Date: Fri Nov 23 04:41:40 2018
New Revision: 485635
URL: https://svnweb.freebsd.org/changeset/ports/485635

Log:
  Upgrade from 5.0.1 to 5.0.2.
  
  <ChangeLog>
  
  Upgrade urgency: CRITICAL if you use streams and consumer groups.
                   HIGH if you use redis-cli with Redis Cluster.
                   LOW otherwise.
  
  Welcome to Redis 5.0.2.  This release fixes two issues with Streams consumer
  groups, where items could be returned duplicated by XREADGROUP when accessing
  the history, and another bug where XREADGROUP can report some history even
  if the comsumer pending list is empty.  Both problems were addressed and unit
  tests to avoid regressions implemented.  Moreover this release fixes some
  issue with redis-cli when in cluster mode.  Finally some FreeBSD and DragonFly
  build problems are now resolved.
  
  </ChangeLog>

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

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Fri Nov 23 04:39:24 2018	(r485634)
+++ head/databases/redis-devel/Makefile	Fri Nov 23 04:41:40 2018	(r485635)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	5.0.1
+DISTVERSION=	5.0.2
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 PKGNAMESUFFIX=	-devel

Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo	Fri Nov 23 04:39:24 2018	(r485634)
+++ head/databases/redis-devel/distinfo	Fri Nov 23 04:41:40 2018	(r485635)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541700073
-SHA256 (redis-5.0.1.tar.gz) = 82a67c0eec97f9ad379384c30ec391b269e17a3e4596393c808f02db7595abcb
-SIZE (redis-5.0.1.tar.gz) = 1951542
+TIMESTAMP = 1542947877
+SHA256 (redis-5.0.2.tar.gz) = 937dde6164001c083e87316aa20dad2f8542af089dfcb1cbb64f9c8300cd00ed
+SIZE (redis-5.0.2.tar.gz) = 1952989


More information about the svn-ports-all mailing list