From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 25 05:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EF0773AD for ; Thu, 25 Apr 2013 05:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D21101FD6 for ; Thu, 25 Apr 2013 05:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3P5e0EH008905 for ; Thu, 25 Apr 2013 05:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3P5e0g1008882; Thu, 25 Apr 2013 05:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 25 Apr 2013 05:40:00 GMT Resent-Message-Id: <201304250540.r3P5e0g1008882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B11E333; Thu, 25 Apr 2013 05:30:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by mx1.freebsd.org (Postfix) with ESMTP id E94CE1F9F; Thu, 25 Apr 2013 05:30:19 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id bj1so1643605pad.20 for ; Wed, 24 Apr 2013 22:30:19 -0700 (PDT) Received: from freebsd-RELENG_9-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id z8sm5850726pbt.23.2013.04.24.22.30.16 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Apr 2013 22:30:18 -0700 (PDT) Received: by freebsd-RELENG_9-amd64.elysium (Postfix, from userid 1001) id 7963739FFA; Thu, 25 Apr 2013 15:30:13 +1000 (EST) Message-Id: <20130425053013.7963739FFA@freebsd-RELENG_9-amd64.elysium> Date: Thu, 25 Apr 2013 15:30:13 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178124: [PATCH] databases/redis: Update to 2.6.12 Cc: osa@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 05:40:01 -0000 >Number: 178124 >Category: ports >Synopsis: [PATCH] databases/redis: Update to 2.6.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 25 05:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD freebsd-RELENG_9-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #0 r249542: Sun Apr 21 21:01:52 EST >Description: - Update to 2.6.12 - Replace test: target with regression-test: UPGRADE URGENCY: MODERATE, nothing very critical but a few non trivial bugs. * [BUGFIX] redis-cli --bigkeys: don't crash with empty DB. * [BUGFIX] stop-writes-on-bgsave-error now works in redis.conf * [BUGFIX] Don't crash at startup if RDB is there but can't be opened. * [BUGFIX] Initial value for master_link_down_since_seconds is now huge. * [BUGFIX] Allow SELECT while loading the DB. * [BUGFIX] Don't replicate/AOF an empty MULTI/EXEC if the transaction is empty or containing just read-only commands. * [BUGFIX] EXPIRE should not be able to resurrect keys (see issue #1026). * [IMPROVED] Extended SET back ported from Redis 2.8 / unstable See http://redis.io/commands/set for more information. * [IMPROVED] Test suite improved. https://raw.github.com/antirez/redis/2.6/00-RELEASENOTES portlint: WARN: Makefile: LIB_DEPENDS don't specify the ABI version number porttest: OK (GCC & Clang) testport: OK (poudriere, all versions/archs) unittest: \o/ All tests passed without errors! Port maintainer (osa@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- redis-2.6.12.patch begins here --- diff -ruN /usr/ports/databases/redis/Makefile ./Makefile --- /usr/ports/databases/redis/Makefile 2013-03-13 05:31:48.000000000 +1100 +++ ./Makefile 2013-04-25 14:13:09.601964054 +1000 @@ -1,8 +1,8 @@ # Created by: Sergey Skvortsov -# $FreeBSD: databases/redis/Makefile 313995 2013-03-12 18:31:48Z osa $ +# $FreeBSD: head/databases/redis/Makefile 313995 2013-03-12 18:31:48Z osa $ PORTNAME= redis -DISTVERSION= 2.6.11 +DISTVERSION= 2.6.12 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -82,9 +82,7 @@ [ -d ${d} ] || ${MKDIR} ${d} && ${CHOWN} ${USERS}:${GROUPS} ${d} .endfor -test: build +regression-test: build @cd ${WRKSRC} && ${TCLSH} tests/test_helper.tcl -regression-test: test - .include diff -ruN /usr/ports/databases/redis/distinfo ./distinfo --- /usr/ports/databases/redis/distinfo 2013-03-13 05:31:48.000000000 +1100 +++ ./distinfo 2013-03-30 03:58:30.032554340 +1100 @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.11.tar.gz) = b0644669849a130659cf8dd48965cf116e4fe64a5bb86a239ea078d7464b6968 -SIZE (redis-2.6.11.tar.gz) = 993744 +SHA256 (redis-2.6.12.tar.gz) = 268582de99798d5069c2a0cad80632d7251ddede8f1b7133f3bc3d05c60b4c12 +SIZE (redis-2.6.12.tar.gz) = 997227 diff -ruN /usr/ports/databases/redis/files/redis.in ./files/redis.in --- /usr/ports/databases/redis/files/redis.in 2012-10-30 03:44:40.000000000 +1100 +++ ./files/redis.in 2013-01-19 12:28:01.542291634 +1100 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: databases/redis/files/redis.in 306622 2012-10-29 16:44:40Z osa $ +# $FreeBSD: head/databases/redis/files/redis.in 306622 2012-10-29 16:44:40Z osa $ # # PROVIDE: redis --- redis-2.6.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: