Date: Thu, 25 Apr 2013 15:30:13 +1000 (EST) From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: osa@FreeBSD.org Subject: ports/178124: [PATCH] databases/redis: Update to 2.6.12 Message-ID: <20130425053013.7963739FFA@freebsd-RELENG_9-amd64.elysium> Resent-Message-ID: <201304250540.r3P5e0g1008882@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: <ChangeLog> 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 </Changelog> <QA> 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! </QA> 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 <skv@protey.ru> -# $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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130425053013.7963739FFA>