diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-06-09 12:17:56 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-06-09 12:17:56 +0000 |
commit | 2783f938f59a990de313cbf8245a59c12ef29753 (patch) | |
tree | 6f36a4cfce86f48eb1f3365c572d80b98683ce98 /databases | |
parent | add7d0cfb175fa7693856dec19f475b62eced44a (diff) | |
download | pkgsrc-2783f938f59a990de313cbf8245a59c12ef29753.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 4 | ||||
-rw-r--r-- | databases/redis/PLIST | 3 | ||||
-rw-r--r-- | databases/redis/distinfo | 9 | ||||
-rw-r--r-- | databases/redis/patches/patch-src_sha1.h | 15 |
4 files changed, 8 insertions, 23 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 0fdaf5bec96..2b21e95353d 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -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 --git a/databases/redis/PLIST b/databases/redis/PLIST index 87ef7e950cf..23b7285df52 100644 --- a/databases/redis/PLIST +++ b/databases/redis/PLIST @@ -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/02-slaves-reconf.tcl 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 --git a/databases/redis/distinfo b/databases/redis/distinfo index ba5d3068853..af7d89f680a 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -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 --git a/databases/redis/patches/patch-src_sha1.h b/databases/redis/patches/patch-src_sha1.h deleted file mode 100644 index 8de03aac493..00000000000 --- a/databases/redis/patches/patch-src_sha1.h +++ /dev/null @@ -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> - 100% Public Domain - */ - -+#include "solarisfixes.h" -+ - typedef struct { - u_int32_t state[5]; - u_int32_t count[2]; |