summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/redis/Makefile4
-rw-r--r--databases/redis/PLIST3
-rw-r--r--databases/redis/distinfo9
-rw-r--r--databases/redis/patches/patch-src_sha1.h15
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];