Subject: CVS commit: pkgsrc/databases/redis
From: Filip Hajny
Date: 2016-08-09 11:11:53
Message id: 20160809091153.EC192FBC3@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.22modifypkgsrc/databases/redis/Makefile
1.11modifypkgsrc/databases/redis/PLIST
1.24modifypkgsrc/databases/redis/distinfo