svn commit: r454359 - head/databases/redis

Sergey A. Osokin osa at FreeBSD.org
Fri Nov 17 02:10:56 UTC 2017


Author: osa
Date: Fri Nov 17 02:10:54 2017
New Revision: 454359
URL: https://svnweb.freebsd.org/changeset/ports/454359

Log:
  Upgrade from 3.2.10 to 3.2.11.
  
  <ChangeLog>
  
  Upgrade urgency HIGH: Potentially critical bugs fixed.
  
  AOF flush on SHUTDOWN did not cared to really write the AOF buffers
  (not in the kernel but in the Redis process memory) to disk before exiting.
  Calling SHUTDOWN during traffic resulted into not every operation to be
  persisted on disk.
  
  </ChangeLog>

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

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Thu Nov 16 23:04:25 2017	(r454358)
+++ head/databases/redis/Makefile	Fri Nov 17 02:10:54 2017	(r454359)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	3.2.10
+DISTVERSION=	3.2.11
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Thu Nov 16 23:04:25 2017	(r454358)
+++ head/databases/redis/distinfo	Fri Nov 17 02:10:54 2017	(r454359)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502031657
-SHA256 (redis-3.2.10.tar.gz) = 411c604a716104f7f5a326abfad32de9cea10f15f987bec45cf86f315e9e63a0
-SIZE (redis-3.2.10.tar.gz) = 1550261
+TIMESTAMP = 1510884435
+SHA256 (redis-3.2.11.tar.gz) = 31ae927cab09f90c9ca5954aab7aeecc3bb4da6087d3d12ba0a929ceb54081b5
+SIZE (redis-3.2.11.tar.gz) = 1550452


More information about the svn-ports-all mailing list