From owner-cvs-all@FreeBSD.ORG Tue Jun 28 06:36:03 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DAAC106564A; Tue, 28 Jun 2011 06:36:03 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5778FC08; Tue, 28 Jun 2011 06:36:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5S6a3RC074737; Tue, 28 Jun 2011 06:36:03 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5S6a3Vj074736; Tue, 28 Jun 2011 06:36:03 GMT (envelope-from osa) Message-Id: <201106280636.p5S6a3Vj074736@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 28 Jun 2011 06:36:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/redis Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 06:36:03 -0000 osa 2011-06-28 06:36:02 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo pkg-plist Log: Update from 2.2.10 to 2.2.11. Create/remove necessary directories in install/deinstall process. Optimize SUB_LIST. PRs: ports/158115, ports/158190 * Solved a never reported but possibly critical bug in the AOF and RDB persistence, introduced with the new version of the iterator: In very rare circumstances the AOF (after rerwite) or the rdb file may contain the same key more than one time. Revision Changes Path 1.28 +15 -7 ports/databases/redis/Makefile 1.25 +2 -2 ports/databases/redis/distinfo 1.3 +9 -0 ports/databases/redis/pkg-plist