pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2016Q2]: pkgsrc/databases/redis Pullup ticket #5078 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e39fa7081bd
branches:  pkgsrc-2016Q2
changeset: 408869:4e39fa7081bd
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Aug 10 16:53:32 2016 +0000

description:
Pullup ticket #5078 - requested by sevan
databases/redis: security fix

Revisions pulled up:
- databases/redis/Makefile                                      1.22
- databases/redis/PLIST                                         1.11
- databases/redis/distinfo                                      1.24

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Aug  9 09:11:53 UTC 2016

   Modified Files:
           pkgsrc/databases/redis: Makefile PLIST distinfo

   Log Message:
   Update databases/redis to 3.2.3.

   Redis 3.2.3

   Bugfixes:

   - There was an inverted if statement logic problem in
     replication.c causing
     a replication delay.
   - Redis-cli created the history file with insecure permissions,
     allowing reding from the file.

   Redis 3.2.2

   - There was a bug in the List type implementation, able to cause
     the crash of the server under certain (non trivial to replicate)
     circumstances when the LSET command was used.
   - Redis Sentinel, when monitoring multiple masters, could crash
     after a Sentinel address update event.
   - Redis Sentinel now checks slaves INFO state more often when
     disconnected.
   - It was possible, under a variety of conditions, that the AOF and
     RDB children process could spawn at the same time. This is known
     to trash disk I/O, AOF performances, and to ultimately create
     latency in the Redis server.
   - Many GEORADIUS bugs are now fixed \o/.

   New features:

   - Now slaves support the slave-announce-ip and slave-announce-port
     options.
   - The RDB check utlity is now part of Redis and uses the same RDB
     code that Redis uses in order to load the dataset in memory.

diffstat:

 databases/redis/Makefile |   4 ++--
 databases/redis/PLIST    |   4 +++-
 databases/redis/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r 28dcdba8964b -r 4e39fa7081bd databases/redis/Makefile
--- a/databases/redis/Makefile  Tue Aug 09 18:40:39 2016 +0000
+++ b/databases/redis/Makefile  Wed Aug 10 16:53:32 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/06/19 21:28:58 fhajny Exp $
+# $NetBSD: Makefile,v 1.21.2.1 2016/08/10 16:53:32 bsiegert Exp $
 
-DISTNAME=      redis-3.2.1
+DISTNAME=      redis-3.2.3
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r 28dcdba8964b -r 4e39fa7081bd databases/redis/PLIST
--- a/databases/redis/PLIST     Tue Aug 09 18:40:39 2016 +0000
+++ b/databases/redis/PLIST     Wed Aug 10 16:53:32 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/06/21 07:53:50 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.10.2.1 2016/08/10 16:53:32 bsiegert Exp $
 bin/redis-benchmark
 bin/redis-check-aof
 bin/redis-check-rdb
@@ -53,6 +53,7 @@
 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/07-down-conditions.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
@@ -100,6 +101,7 @@
 share/examples/redis/tests/unit/type/zset.tcl
 share/examples/redis/utils/build-static-symbols.tcl
 share/examples/redis/utils/cluster_fail_time.tcl
+share/examples/redis/utils/corrupt_rdb.c
 share/examples/redis/utils/create-cluster/.gitignore
 share/examples/redis/utils/create-cluster/README
 share/examples/redis/utils/create-cluster/create-cluster
diff -r 28dcdba8964b -r 4e39fa7081bd databases/redis/distinfo
--- a/databases/redis/distinfo  Tue Aug 09 18:40:39 2016 +0000
+++ b/databases/redis/distinfo  Wed Aug 10 16:53:32 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2016/06/19 21:28:58 fhajny Exp $
+$NetBSD: distinfo,v 1.23.2.1 2016/08/10 16:53:32 bsiegert Exp $
 
-SHA1 (redis-3.2.1.tar.gz) = 26c0fc282369121b4e278523fce122910b65fbbf
-RMD160 (redis-3.2.1.tar.gz) = fa2b678b3d8b7f32f289bf18a738ca5c9ee647ca
-SHA512 (redis-3.2.1.tar.gz) = 600416558d96d584e67b7fee57292553d801499bc425e39a75e4f047a0b0e59210c6558c9d8206affe4c0fd66a7eaaca67d9e3139380c66098c6c37a22132cb7
-Size (redis-3.2.1.tar.gz) = 1534696 bytes
+SHA1 (redis-3.2.3.tar.gz) = 92d6d93ef2efc91e595c8bf578bf72baff397507
+RMD160 (redis-3.2.3.tar.gz) = ad82033f72e24458c9cf1cbb28996b2b7e173365
+SHA512 (redis-3.2.3.tar.gz) = 373643d384a3b68ca5d0486101a342e3843ffa81b0ead49a66c1aa1d92d9a51924bc1f5a1b1068718902a05c242183fbd62c9179d3fe36e9b77f37f3ddf81975
+Size (redis-3.2.3.tar.gz) = 1541401 bytes
 SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558
 SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad
 SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445



Home | Main Index | Thread Index | Old Index