ports/179745: [PATCH] databases/redis: Update to 2.6.14
Kubilay Kocak
koobs.freebsd at gmail.com
Thu Jun 20 09:10:00 UTC 2013
>Number: 179745
>Category: ports
>Synopsis: [PATCH] databases/redis: Update to 2.6.14
>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 Jun 20 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Kubilay Kocak
>Release: FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 9-STABLE-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #1 r250655: Wed May 15 15:28:38 EST
>Description:
<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 at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- redis-2.6.14.patch begins here ---
diff -ruN /usr/ports/databases/redis/Makefile ./Makefile
--- /usr/ports/databases/redis/Makefile 2013-05-04 03:38:24.000000000 +1000
+++ ./Makefile 2013-06-20 18:49:20.620791584 +1000
@@ -1,8 +1,8 @@
# Created by: Sergey Skvortsov <skv at protey.ru>
-# $FreeBSD: databases/redis/Makefile 317224 2013-05-03 17:38:24Z osa $
+# $FreeBSD: head/databases/redis/Makefile 317224 2013-05-03 17:38:24Z osa $
PORTNAME= redis
-DISTVERSION= 2.6.13
+DISTVERSION= 2.6.14
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
diff -ruN /usr/ports/databases/redis/distinfo ./distinfo
--- /usr/ports/databases/redis/distinfo 2013-05-04 03:38:24.000000000 +1000
+++ ./distinfo 2013-06-20 18:49:36.739700189 +1000
@@ -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
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.14.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list