From 98fa26e306005c47dbf304c2a96edcc8a6faf8f1 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 4 May 2020 14:38:44 +0000 Subject: Update to 6.0.1. 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. --- databases/redis-devel/Makefile | 4 ++-- databases/redis-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/redis-devel') diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 451a75177c16..e3e866132133 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -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 diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 45c1a3416a0e..41dfe210a62e 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -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 -- cgit v1.2.3