From owner-svn-ports-head@freebsd.org Sat Jun 18 16:03:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6FE7A79936; Sat, 18 Jun 2016 16:03:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id B2DCE1FE3; Sat, 18 Jun 2016 16:03:18 +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 u5IG3H7N018876; Sat, 18 Jun 2016 16:03:17 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5IG3Haq018873; Sat, 18 Jun 2016 16:03:17 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201606181603.u5IG3Haq018873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 18 Jun 2016 16:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417076 - in head/databases/redis-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 18 Jun 2016 16:03:18 -0000 Author: osa Date: Sat Jun 18 16:03:17 2016 New Revision: 417076 URL: https://svnweb.freebsd.org/changeset/ports/417076 Log: Upgrade from 3.2.0 to 3.2.1. Upgrade urgency HIGH: Critical fix to Redis Sentinel, due to 3.2.0 regression compared to 3.0. ChangeLog: https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis-devel/files/patch-redis.conf Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sat Jun 18 15:40:56 2016 (r417075) +++ head/databases/redis-devel/Makefile Sat Jun 18 16:03:17 2016 (r417076) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.0 +DISTVERSION= 3.2.1 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sat Jun 18 15:40:56 2016 (r417075) +++ head/databases/redis-devel/distinfo Sat Jun 18 16:03:17 2016 (r417076) @@ -1,2 +1,3 @@ -SHA256 (redis-3.2.0.tar.gz) = 989f1af3dc0ac1828fdac48cd6c608f5a32a235046dddf823226f760c0fd8762 -SIZE (redis-3.2.0.tar.gz) = 1525900 +TIMESTAMP = 1466265413 +SHA256 (redis-3.2.1.tar.gz) = df7bfb7b527d99981eba3912ae22703764eb19adda1357818188b22fdd09d5c9 +SIZE (redis-3.2.1.tar.gz) = 1534696 Modified: head/databases/redis-devel/files/patch-redis.conf ============================================================================== --- head/databases/redis-devel/files/patch-redis.conf Sat Jun 18 15:40:56 2016 (r417075) +++ head/databases/redis-devel/files/patch-redis.conf Sat Jun 18 16:03:17 2016 (r417076) @@ -1,6 +1,6 @@ ---- redis.conf.orig 2016-02-02 19:40:49.234427000 -0500 -+++ redis.conf 2016-02-02 19:42:23.136334000 -0500 -@@ -124,7 +124,7 @@ +--- redis.conf.orig 2016-06-17 09:15:21.000000000 -0400 ++++ redis.conf 2016-06-18 11:58:19.871082000 -0400 +@@ -125,7 +125,7 @@ # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. @@ -9,16 +9,16 @@ # If you run Redis from upstart or systemd, Redis can interact with your # supervision tree. Options: -@@ -146,7 +146,7 @@ +@@ -147,7 +147,7 @@ # # Creating a pid file is best effort: if Redis is not able to create it # nothing bad happens, the server will start and run normally. --pidfile /var/run/redis.pid +-pidfile /var/run/redis_6379.pid +pidfile %%REDIS_RUNDIR%%/redis.pid # Specify the server verbosity level. # This can be one of: -@@ -159,7 +159,7 @@ +@@ -160,7 +160,7 @@ # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null @@ -27,7 +27,7 @@ # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -243,7 +243,7 @@ +@@ -244,7 +244,7 @@ # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name.