Skip to content

Commit

Permalink
Upgrade from 4.0.9 to 4.0.10.
Browse files Browse the repository at this point in the history
Update CONFLICTS.

<ChangeLog>

Redis 4.0.10 fixes a number of important issues:

* Important security issues related to the Lua scripting engine.
  Please check redis/redis#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.

</ChangeLog>


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@472828 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
osokin committed Jun 19, 2018
1 parent b8fa146 commit 5691c3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions databases/redis/Makefile
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= redis
DISTVERSION= 4.0.9
PORTREVISION= 1
DISTVERSION= 4.0.10
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/

Expand Down Expand Up @@ -56,7 +55,7 @@ USES+= tcl:build

LDFLAGS+= -lpthread -lm -lexecinfo

CONFLICTS?= redis-devel-4.*
CONFLICTS?= redis-devel-5.*

USES+= gmake
MAKE_ENV= "V=yo"
Expand Down
6 changes: 3 additions & 3 deletions databases/redis/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1523918138
SHA256 (redis-4.0.9.tar.gz) = df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
SIZE (redis-4.0.9.tar.gz) = 1737022
TIMESTAMP = 1529448276
SHA256 (redis-4.0.10.tar.gz) = 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4
SIZE (redis-4.0.10.tar.gz) = 1738465

0 comments on commit 5691c3a

Please sign in to comment.