From owner-cvs-all@FreeBSD.ORG Fri Feb 24 13:04:14 2012 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 CDCCD106564A; Fri, 24 Feb 2012 13:04:14 +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 9E8CD8FC14; Fri, 24 Feb 2012 13:04:14 +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 q1OD4E74062117; Fri, 24 Feb 2012 13:04:14 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1OD4E8G062116; Fri, 24 Feb 2012 13:04:14 GMT (envelope-from osa) Message-Id: <201202241304.q1OD4E8G062116@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 24 Feb 2012 13:04:14 +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 ports/databases/redis/files patch-deps::hiredis::Makefile patch-deps::linenoise::Makefile patch-deps:hiredis:hiredis.c patch-src::config.h 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: Fri, 24 Feb 2012 13:04:14 -0000 osa 2012-02-24 13:04:14 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo databases/redis/files patch-deps::hiredis::Makefile patch-deps::linenoise::Makefile patch-src::config.h Removed files: databases/redis/files patch-deps:hiredis:hiredis.c Log: Update from 2.4.7 to 2.4.8. UPGRADE URGENCY: moderate if you don't experience any of the fixed problems. * [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors. * [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems. * [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better. * [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330. * [BUGFIX] Fixed compilation with latest clang. * [BUGFIX] Fixed handling of empty sorted sets produced in RDB by very old Redis versions (1.2.x). Revision Changes Path 1.42 +1 -1 ports/databases/redis/Makefile 1.35 +2 -2 ports/databases/redis/distinfo 1.2 +33 -21 ports/databases/redis/files/patch-deps::hiredis::Makefile 1.2 +2 -2 ports/databases/redis/files/patch-deps::linenoise::Makefile 1.2 +0 -11 ports/databases/redis/files/patch-deps:hiredis:hiredis.c (dead) 1.2 +4 -4 ports/databases/redis/files/patch-src::config.h