Update to 6.0.1.
<ChangeLog>
Upgrade urgency HIGH: This release fixes a crash when builiding against
Libc malloc.
Here we revert 8110ba888, an optimization that causes a crash due to a
bug in the code. It does not happen with the default allocator because of
differences between Jemalloc and libc malloc, so this escaped all our
testing but was reported by a user. We'll add back the original optimization
that was reverted here later, after checking what happens: it is not a
critical optimization.
</ChangeLog>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 6.0.0.20200430
|
||||
PORTVERSION= 6.0.1.20200501
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
|
||||
|
||||
USES+= compiler:c11 gmake
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= antirez:${PORTNAME}:17dfd7c
|
||||
GH_TUPLE= antirez:${PORTNAME}:47ff136
|
||||
|
||||
OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB
|
||||
OPTIONS_RADIO= EXTLUA
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1588261373
|
||||
SHA256 (antirez-redis-6.0.0.20200430-17dfd7c_GH0.tar.gz) = b3cc0dfbe0b5e45b8d52a02fc3cf357fe4a6e9a7b1bfd5b7baab1135c8f0fd18
|
||||
SIZE (antirez-redis-6.0.0.20200430-17dfd7c_GH0.tar.gz) = 2224341
|
||||
TIMESTAMP = 1588462123
|
||||
SHA256 (antirez-redis-6.0.1.20200501-47ff136_GH0.tar.gz) = 3ab06845d6713d035b7bdc6ee52f9d0e1f1b3e751ebaa7c15303bac81b7988c7
|
||||
SIZE (antirez-redis-6.0.1.20200501-47ff136_GH0.tar.gz) = 2224264
|
||||
|
||||
Reference in New Issue
Block a user