pkgsrc/databases/redis
adam 6374fac93b redis: updated to 4.0.10
Redis 4.0.10 fixes a number of important issues:

* Important security issues related to the Lua scripting engine.
  Please check https://github.com/antirez/redis/issues/5017
  for more information.

* A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return all the elements.
  We also add a regression test that can trigger the issue often when present, and
  may in theory be able to find unrelated regressions.

* A PSYNC2 bug is fixed: Redis should not expire keys when saving RDB files
  because otherwise it is no longer possible to use such RDB file as a base
  for partial resynchronization. It no longer represents the right state.

* Compatibility of AOF with RDB preamble when the RDB checksum is disabled.

* Sentinel bug that in some cases prevented Sentinel to detect that the master
  was down immediately. A delay was added to the detection.

* Other minor issues.
2018-08-02 14:47:34 +00:00
..
files Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
patches redis: updated to 4.0.10 2018-08-02 14:47:34 +00:00
DESCR minor edits for grammar/usage 2016-12-21 00:23:22 +00:00
distinfo redis: updated to 4.0.10 2018-08-02 14:47:34 +00:00
Makefile redis: updated to 4.0.10 2018-08-02 14:47:34 +00:00
PLIST databases/redis: Update to 4.0.9. 2018-04-04 10:47:49 +00:00