Date: Thu, 14 Jan 2021 00:30:06 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561525 - head/databases/redis5 Message-ID: <202101140030.10E0U6U6015066@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Jan 14 00:30:06 2021 New Revision: 561525 URL: https://svnweb.freebsd.org/changeset/ports/561525 Log: Update to the latest release 5.0.10. <ChangeLog> Upgrade urgency: SECURITY if you use an affected platform (see below). Otherwise the upgrade urgency is MODERATE. This release fixes a potential heap overflow when using a heap allocator other than jemalloc or glibc's malloc. See: https://github.com/redis/redis/pull/7963 Other fixes in this release: * Avoid case of Lua scripts being consistently aborted due to OOM * XPENDING will not update consumer's seen-time * A blocked XREADGROUP didn't propagated the XSETID to replicas / AOF * UNLINK support for streams * RESTORE ABSTTL won't store expired keys into the DB * Hide AUTH from MONITOR * Cluster: reduce spurious PFAIL/FAIL states upon delayed PONG receival * Cluster: Fix case of clusters mixing accidentally by gossip * Cluster: Allow blocked XREAD on a cluster replica * Cluster: Optimize memory usage CLUSTER SLOTS command * RedisModule_ValueLength support for stream data type * Minor fixes in redis-check-rdb and redis-cli * Fix redis-check-rdb support for modules aux data * Add fsync in replica when full RDB payload was received </ChangeLog> Modified: head/databases/redis5/Makefile head/databases/redis5/distinfo Modified: head/databases/redis5/Makefile ============================================================================== --- head/databases/redis5/Makefile Thu Jan 14 00:22:13 2021 (r561524) +++ head/databases/redis5/Makefile Thu Jan 14 00:30:06 2021 (r561525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis5 -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ DISTNAME= redis-${PORTVERSION} Modified: head/databases/redis5/distinfo ============================================================================== --- head/databases/redis5/distinfo Thu Jan 14 00:22:13 2021 (r561524) +++ head/databases/redis5/distinfo Thu Jan 14 00:30:06 2021 (r561525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587224146 -SHA256 (redis-5.0.9.tar.gz) = 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85 -SIZE (redis-5.0.9.tar.gz) = 1986574 +TIMESTAMP = 1610583961 +SHA256 (redis-5.0.10.tar.gz) = e30a5e7d1593a715cdda2a82deb90190816d06c9d1dc1ef5b36874878c683382 +SIZE (redis-5.0.10.tar.gz) = 1990507
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101140030.10E0U6U6015066>