From owner-svn-ports-head@freebsd.org Wed Mar 20 01:40:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FB181543D27; Wed, 20 Mar 2019 01:40:41 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9E077C8F; Wed, 20 Mar 2019 01:40:41 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9CD619D00; Wed, 20 Mar 2019 01:40:40 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2K1eeR9013726; Wed, 20 Mar 2019 01:40:40 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2K1eeLV013724; Wed, 20 Mar 2019 01:40:40 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201903200140.x2K1eeLV013724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 20 Mar 2019 01:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496302 - head/databases/redis X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/databases/redis X-SVN-Commit-Revision: 496302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1E9E077C8F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 01:40:41 -0000 Author: osa Date: Wed Mar 20 01:40:40 2019 New Revision: 496302 URL: https://svnweb.freebsd.org/changeset/ports/496302 Log: Upgrade from 4.0.12 to 4.0.14. ================================================================================ Redis 4.0.14 Released Mon Mar 18 17:22:10 CEST 2019 ================================================================================ This release just backports a few fixes from Redis 5: 3c62ad19 HyperLogLog: handle wrong offset in the base case. cc2b3a68 Fix hyperloglog corruption e10c79d3 redis-check-aof: fix potential overflow. 6fa16f58 Fix mismatching keyspace notification classes 64311052 Fix zlexrangespec mem-leak in genericZrangebylexCommand b0e86319 Make comment in #5911 stay inside 80 cols. 39ccce03 Replicas aren't allowed to run the replicaof command ================================================================================ Redis 4.0.13 Released Wed Feb 20 17:25:31 CEST 2019 ================================================================================ This release just backports a few fixes from Redis 5: 60b2537f rewrite BRPOPLPUSH as RPOPLPUSH to propagate afc4b36c Don't treat unsupported protocols as fatal errors Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Wed Mar 20 01:37:23 2019 (r496301) +++ head/databases/redis/Makefile Wed Mar 20 01:40:40 2019 (r496302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0.12 +DISTVERSION= 4.0.14 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Wed Mar 20 01:37:23 2019 (r496301) +++ head/databases/redis/distinfo Wed Mar 20 01:40:40 2019 (r496302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547320446 -SHA256 (redis-4.0.12.tar.gz) = 6447259d2eed426a949c9c13f8fdb2d91fb66d9dc915dd50db13b87f46d93162 -SIZE (redis-4.0.12.tar.gz) = 1740544 +TIMESTAMP = 1553045896 +SHA256 (redis-4.0.14.tar.gz) = 1e1e18420a86cfb285933123b04a82e1ebda20bfb0a289472745a087587e93a7 +SIZE (redis-4.0.14.tar.gz) = 1740967