pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis Update databases/redis to 3.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fd763111396
branches:  trunk
changeset: 652881:0fd763111396
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jun 09 12:17:56 2015 +0000

description:
Update databases/redis to 3.0.2.

--[ Redis 3.0.2 ] Release date: 4 Jun 2015

Upgrade urgency: HIGH for Redis because of a security issue.
                 LOW for Sentinel.

* [FIX] Critical security issue fix by Ben Murphy: http://t.co/LpGTyZmfS7
* [FIX] SMOVE reply fixed when src and dst keys are the same. (Glenn Nethercutt)
* [FIX] Lua cmsgpack lib updated to support str8 type. (Sebastian Waisbrot)

* [NEW] ZADD support for options: NX, XX, CH. See new doc at redis.io.
        (Salvatore Sanfilippo)
* [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported.
        (Salvatore Sanfilippo and Bill Anderson)

--[ Redis 3.0.1 ] Release date: 5 May 2015

Upgrade urgency: LOW for Redis and Cluster, MODERATE for Sentinel.

* [FIX] Sentinel memory leak due to hiredis fixed. (Salvatore Sanfilippo)
* [FIX] Sentinel memory leak on duplicated instance. (Charsyam)
* [FIX] Redis crash on Lua reaching output buffer limits. (Yossi Gottlieb)
* [FIX] Sentinel flushes config on +slave events. (Bill Anderson)

diffstat:

 databases/redis/Makefile                 |   4 ++--
 databases/redis/PLIST                    |   3 ++-
 databases/redis/distinfo                 |   9 ++++-----
 databases/redis/patches/patch-src_sha1.h |  15 ---------------
 4 files changed, 8 insertions(+), 23 deletions(-)

diffs (67 lines):

diff -r 68b6022337df -r 0fd763111396 databases/redis/Makefile
--- a/databases/redis/Makefile  Tue Jun 09 12:04:30 2015 +0000
+++ b/databases/redis/Makefile  Tue Jun 09 12:17:56 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2015/04/13 11:33:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.14 2015/06/09 12:17:56 fhajny Exp $
 
-DISTNAME=      redis-3.0.0
+DISTNAME=      redis-3.0.2
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r 68b6022337df -r 0fd763111396 databases/redis/PLIST
--- a/databases/redis/PLIST     Tue Jun 09 12:04:30 2015 +0000
+++ b/databases/redis/PLIST     Tue Jun 09 12:17:56 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/04/13 11:33:35 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/06/09 12:17:56 fhajny Exp $
 bin/redis-benchmark
 bin/redis-check-aof
 bin/redis-check-dump
@@ -51,6 +51,7 @@
 share/examples/redis/tests/sentinel/tests/03-runtime-reconf.tcl
 share/examples/redis/tests/sentinel/tests/04-slave-selection.tcl
 share/examples/redis/tests/sentinel/tests/05-manual.tcl
+share/examples/redis/tests/sentinel/tests/06-ckquorum.tcl
 share/examples/redis/tests/sentinel/tests/includes/init-tests.tcl
 share/examples/redis/tests/sentinel/tmp/.gitignore
 share/examples/redis/tests/support/cluster.tcl
diff -r 68b6022337df -r 0fd763111396 databases/redis/distinfo
--- a/databases/redis/distinfo  Tue Jun 09 12:04:30 2015 +0000
+++ b/databases/redis/distinfo  Tue Jun 09 12:17:56 2015 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.12 2015/04/13 11:33:35 fhajny Exp $
+$NetBSD: distinfo,v 1.13 2015/06/09 12:17:56 fhajny Exp $
 
-SHA1 (redis-3.0.0.tar.gz) = c75fd32900187a7c9f9d07c412ea3b3315691c65
-RMD160 (redis-3.0.0.tar.gz) = 223df758087e5875c80d0fc683a603be12b85008
-Size (redis-3.0.0.tar.gz) = 1358081 bytes
+SHA1 (redis-3.0.2.tar.gz) = a38755fe9a669896f7c5d8cd3ebbf76d59712002
+RMD160 (redis-3.0.2.tar.gz) = e89b14ff93f35ed3f64e16a3e8c46d832a315275
+Size (redis-3.0.2.tar.gz) = 1360182 bytes
 SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558
 SHA1 (patch-ac) = 5cd23cef32a010a07ae59fce283891b9f9722c05
 SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445
 SHA1 (patch-src_cluster.c) = 8efb650773412764449a49c4bc1d8f4924352e47
 SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299
-SHA1 (patch-src_sha1.h) = cbd416bb769fe909550d3c4c12426f973e5219f2
diff -r 68b6022337df -r 0fd763111396 databases/redis/patches/patch-src_sha1.h
--- a/databases/redis/patches/patch-src_sha1.h  Tue Jun 09 12:04:30 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_sha1.h,v 1.1 2015/04/13 11:33:35 fhajny Exp $
-
-Fix for u_int32_t missing on SunOS.
-
---- src/sha1.h.orig    2015-04-01 14:01:44.000000000 +0000
-+++ src/sha1.h
-@@ -5,6 +5,8 @@ By Steve Reid <steve%edmweb.com@localhost>
- 100% Public Domain
- */
- 
-+#include "solarisfixes.h"
-+
- typedef struct {
-     u_int32_t state[5];
-     u_int32_t count[2];



Home | Main Index | Thread Index | Old Index