Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Dec 2012 23:50:38 +1100 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        osa@FreeBSD.org
Subject:   ports/174084: [PATCH] databases/redis-devel: Update to 2.6.7
Message-ID:  <20121203125038.A1CDF39E87@freebsd-9-amd64.localdomain>
Resent-Message-ID: <201212031300.qB3D007C036231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174084
>Category:       ports
>Synopsis:       [PATCH] databases/redis-devel: Update to 2.6.7
>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:   Mon Dec 03 13:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
- Update to 2.6.7

<ChangeLog>

UPGRADE URGENCY: MODERATE (unless you BLPOP using the same key multiple times).

* [BUGFIX]   Don't crash if BLPOP & co are called with the same key repeated
             multiple times (Issue #801).

</ChangeLog>

====[QA]====

portlint: False positive warnings
porttest: OK
unittest: \o/ All tests passed without errors!

============

Also, 2.6.x is now stable, is it worth copying this to databases/redis now/soon?

Port maintainer (osa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- redis-devel-2.6.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/redis-devel/Makefile ./Makefile
--- /usr/ports/databases/redis-devel/Makefile	2012-11-30 23:51:57.000000000 +1100
+++ ./Makefile	2012-12-03 23:33:28.187943065 +1100
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/databases/redis-devel/Makefile,v 1.31 2012/11/30 12:51:57 svnexp Exp $
 
 PORTNAME=	redis
-DISTVERSION=	2.6.6
+DISTVERSION=	2.6.7
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	-devel
diff -ruN --exclude=CVS /usr/ports/databases/redis-devel/distinfo ./distinfo
--- /usr/ports/databases/redis-devel/distinfo	2012-11-30 23:51:57.000000000 +1100
+++ ./distinfo	2012-12-03 23:33:46.947341892 +1100
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.6.tar.gz) = 357a44e76d337c36352f9e1b2e196da2dd742f8933b7be30537fa1bffa1c79d6
-SIZE (redis-2.6.6.tar.gz) = 986971
+SHA256 (redis-2.6.7.tar.gz) = e1a05b02665dbbd3ae2fed10906888310d5e82e28b868b32085c30659f3bdcd0
+SIZE (redis-2.6.7.tar.gz) = 987306
--- redis-devel-2.6.7.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?20121203125038.A1CDF39E87>