Next | Query returned 1 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2016-08-10 18:53:32 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
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.

Next | Query returned 1 messages, browsing 1 to 10 | previous