svn commit: r533927 - head/databases/redis-devel
Sergey A. Osokin
osa at FreeBSD.org
Mon May 4 14:38:45 UTC 2020
Author: osa
Date: Mon May 4 14:38:44 2020
New Revision: 533927
URL: https://svnweb.freebsd.org/changeset/ports/533927
Log:
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>
Modified:
head/databases/redis-devel/Makefile
head/databases/redis-devel/distinfo
Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile Mon May 4 14:17:28 2020 (r533926)
+++ head/databases/redis-devel/Makefile Mon May 4 14:38:44 2020 (r533927)
@@ -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
Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo Mon May 4 14:17:28 2020 (r533926)
+++ head/databases/redis-devel/distinfo Mon May 4 14:38:44 2020 (r533927)
@@ -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
More information about the svn-ports-head
mailing list