<CommitLog> databases/redis: Update to 2.6.14 - Update to 2.6.14 Changes - Release date: 20 Jun 2013: UPGRADE URGENCY: HIGH because of the following two issues: * Lua scripting + Replication + AOF in slaves problem (see Issue #1164). * AOF + expires possible race condition (see Issue #1079). * [FIX] AOF bug: expire could be removed from key on AOF rewrite. * [FIX] Allow writes from scripts called by AOF loading in read-only slaves. * [FIX] Sentinel: parse new verison of INFO replication output correctly. * [NEW] Reset masterauth if an empty string is configured. </CommitLog> <QA> portlint: WARN porttest: OK - 9-STABLE amd64 testport: OK - poudriere, all versions/archs unittest: OK - \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)
Responsible Changed From-To: freebsd-ports-bugs->osa Over to maintainer (via the GNATS Auto Assign Tool)
Author: osa Date: Thu Jun 20 15:31:30 2013 New Revision: 321393 URL: http://svnweb.freebsd.org/changeset/ports/321393 Log: Update from 2.6.13 to 2.6.14. PR: 179745 <ChangeLog> UPGRADE URGENCY: HIGH because of the following two issues: * Lua scripting + Replication + AOF in slaves problem (see Issue #1164). * AOF + expires possible race condition (see Issue #1079). * [FIX] AOF bug: expire could be removed from key on AOF rewrite. * [FIX] Allow writes from scripts called by AOF loading in read-only slaves. * [FIX] Sentinel: parse new verison of INFO replication output correctly. * [NEW] Reset masterauth if an empty string is configured. </ChangeLog> Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Thu Jun 20 15:04:12 2013 (r321392) +++ head/databases/redis-devel/Makefile Thu Jun 20 15:31:30 2013 (r321393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.13 +DISTVERSION= 2.6.14 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Thu Jun 20 15:04:12 2013 (r321392) +++ head/databases/redis-devel/distinfo Thu Jun 20 15:31:30 2013 (r321393) @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948 -SIZE (redis-2.6.13.tar.gz) = 994331 +SHA256 (redis-2.6.14.tar.gz) = fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf +SIZE (redis-2.6.14.tar.gz) = 995036 Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Thu Jun 20 15:04:12 2013 (r321392) +++ head/databases/redis/Makefile Thu Jun 20 15:31:30 2013 (r321393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.13 +DISTVERSION= 2.6.14 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Thu Jun 20 15:04:12 2013 (r321392) +++ head/databases/redis/distinfo Thu Jun 20 15:31:30 2013 (r321393) @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948 -SIZE (redis-2.6.13.tar.gz) = 994331 +SHA256 (redis-2.6.14.tar.gz) = fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf +SIZE (redis-2.6.14.tar.gz) = 995036 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!