diff options
author | adam <adam@pkgsrc.org> | 2013-08-07 05:30:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-08-07 05:30:09 +0000 |
commit | bba852fff71b634810e262c1fdf60eadb688f9c2 (patch) | |
tree | 5cf17162d415f0282ecc0c311d25eacb3fb444b9 /databases | |
parent | 8d962b374efaca2aa99006af7d3b20bdcd7e77cf (diff) | |
download | pkgsrc-bba852fff71b634810e262c1fdf60eadb688f9c2.tar.gz |
Changes 2.6.14:
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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 12 | ||||
-rw-r--r-- | databases/redis/distinfo | 8 |
2 files changed, 9 insertions, 11 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 18ccd7b1fbd..e2196179db2 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/06/13 17:41:34 mspo Exp $ -# +# $NetBSD: Makefile,v 1.2 2013/08/07 05:30:09 adam Exp $ -DISTNAME= redis-2.6.13 +DISTNAME= redis-2.6.14 CATEGORIES= databases MASTER_SITES= http://redis.googlecode.com/files/ @@ -10,8 +9,8 @@ HOMEPAGE= http://redis.io/ COMMENT= Persistent key-value database with built-in net interface LICENSE= modified-bsd -USE_TOOLS+= gmake pax -USE_LANGUAGES= c99 +USE_LANGUAGES= c99 +USE_TOOLS+= gmake pax .include "../../mk/bsd.prefs.mk" @@ -19,8 +18,7 @@ RCD_SCRIPTS+= redis RCD_SCRIPT_SRC.redis= ${FILESDIR}/redis.sh DOCDIR= share/doc/redis -DOCFILES+= 00-RELEASENOTES BUGS COPYING \ - README +DOCFILES+= 00-RELEASENOTES BUGS COPYING README EGDIR= ${PREFIX}/share/examples/${PKGBASE} INSTALLATION_DIRS+= bin ${DOCDIR} ${EGDIR} ${EGDIR}/utils ${EGDIR}/tests CONF_FILES= ${EGDIR}/redis.conf.example ${PKG_SYSCONFDIR}/redis.conf diff --git a/databases/redis/distinfo b/databases/redis/distinfo index e9537779233..dc6f29124dd 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2013/06/13 17:41:34 mspo Exp $ +$NetBSD: distinfo,v 1.2 2013/08/07 05:30:09 adam Exp $ -SHA1 (redis-2.6.13.tar.gz) = 2ef8ea6a67465b6c5a5ea49241313d3dbc0de11b -RMD160 (redis-2.6.13.tar.gz) = 1ec794536cb0d920b1fdabebf4c372a1320ab0e9 -Size (redis-2.6.13.tar.gz) = 994331 bytes +SHA1 (redis-2.6.14.tar.gz) = f56a5d4891e94ebd89f7e63c3e9151d1106dedd5 +RMD160 (redis-2.6.14.tar.gz) = 16acfec8a3462dab9e7ee5dd4182ca4fcc68966a +Size (redis-2.6.14.tar.gz) = 995036 bytes SHA1 (patch-ab) = 1faa0907ec5a47fb1f4f325a3002725006477466 SHA1 (patch-ac) = 51f06c5a0724cadd19acca5f8319d652d70bb251 |