Skip to content

Commit

Permalink
Upgrade from 3.2.7 to 3.2.8.
Browse files Browse the repository at this point in the history
<ChangeLog>

Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade
                          that is believed to potentially cause a server
                          deadlock. A MIGRATE crash is also fixed.

Two important bug fixes, the first of one is critical:

1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular
   conditions. See redis/redis#3799.
   We reverted back to the previously used Jemalloc versions and plan
   to upgrade Jemalloc again after having more info about the
   cause of the bug.

2. MIGRATE could crash the server after a socket error. See for reference:
   redis/redis#3796.

</ChangeLog>


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@434063 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
osa committed Feb 14, 2017
1 parent 1f66b01 commit 065c1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion databases/redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= redis
DISTVERSION= 3.2.7
DISTVERSION= 3.2.8
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/

Expand Down
6 changes: 3 additions & 3 deletions databases/redis/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1485988889
SHA256 (redis-3.2.7.tar.gz) = bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9
SIZE (redis-3.2.7.tar.gz) = 1612032
TIMESTAMP = 1487040769
SHA256 (redis-3.2.8.tar.gz) = 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c
SIZE (redis-3.2.8.tar.gz) = 1547237

0 comments on commit 065c1a8

Please sign in to comment.