Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 20:10:56 +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: r376168 - head/databases/redis
Message-ID:  <201501032010.t03KAuBs045268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sat Jan  3 20:10:55 2015
New Revision: 376168
URL: https://svnweb.freebsd.org/changeset/ports/376168
QAT: https://qat.redports.org/buildarchive/r376168/

Log:
  Upgrade from 2.8.18 to 2.8.19.
  
  <ChangeLog>
  
  --[ Redis 2.8.19 ] Release date: 16 Dec 2014
  
  # UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
                     fixes small issues.
  
  02d465c Don't log admin commands in MONITOR. (antirez)
  4d8f426 List of commands flagged as admin commands modified. (antirez)
  e47e460 Lua cmsgpack lib updated to latest version. (antirez)
  5509c14 Add symlink to redis-sentinel during make install (Rhommel Lamas)
  7de1ef7 SORT: Don't sort Set elements if not needed. (antirez)
  e945a54 Fix zero-ordering SORT when called against lists (Matt Stancliff)
  d81c383 Update redis_init_script.tpl (Ben Dowling)
  dba57ea FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event (zhanghailei)
  888ea17 zipmap.c: update comments above (Sun He)
  86ebc13 replaced // comments  #2150 (Deepak Verma)
  3d73f08 redis-benchmark AUTH command to be discarded after the first send #2150 (azure provisioned user)
  76d53a6 sds.c: Correct two spelling mistakes in comments (Sun He)
  4848cf9 sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He)
  d2f584f sds.c: Correct some comments (Sun He)
  2ed3f09 Update whatisdoing.sh (Serghei Iakovlev)
  77b997d Include stropts only if __sun is defined. (antirez)
  d409371 Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger)
  23b96c0 Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan Bergström)
  a47a042 Mark whatisdoing.sh as deprecated in top-comment. (antirez)
  b5737d2 getting pid fixes (Serghei Iakovlev)
  a598e08 sparkline.c: AddSample skip Empty label (Sun He)
  7d480ab sparkline.c: mov label-ini into the AddSample Function (Sun He)
  2f3c860 Only ignore sigpipe in interactive mode (Jan-Erik Rediger)
  0c211a1 Simplify lua_cmsgpack macro and fix build on old Linux distros. (antirez)
  
  </ChangeLog>

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

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Sat Jan  3 19:46:55 2015	(r376167)
+++ head/databases/redis/Makefile	Sat Jan  3 20:10:55 2015	(r376168)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.8.18
+DISTVERSION=	2.8.19
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Sat Jan  3 19:46:55 2015	(r376167)
+++ head/databases/redis/distinfo	Sat Jan  3 20:10:55 2015	(r376168)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.8.18.tar.gz) = aa86eab586e4133728396273b671efae35dd70bdcc746e4e3f986e7600d0050d
-SIZE (redis-2.8.18.tar.gz) = 1254077
+SHA256 (redis-2.8.19.tar.gz) = 29bb08abfc3d392b2f0c3e7f48ec46dd09ab1023f9a5575fc2a93546f4ca5145
+SIZE (redis-2.8.19.tar.gz) = 1254857



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