pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis Update redis to 2.8.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13069bb00647
branches:  trunk
changeset: 643053:13069bb00647
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Dec 10 13:36:54 2014 +0000

description:
Update redis to 2.8.18.

* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
* [FIX] A number of typos fixed inside comments. (Various authors)
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
* [FIX] Test framework improved to detect never terminating scripts, cleanup
        instances on crashes. (Salvatore Sanfilippo)
* [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
* [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
        Michael Grunder, Salvatore Sanfilippo)
* [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
        an Enterprise Grade product. (Salvatore Sanfilippo)

* [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
        http://redis.io/topics/replication. (Salvatore Sanfilippo).
* [NEW] Transparent Huge Pages detection and reporting in logs and
        LATENCY DOCTOR output. (Salvatore Sanfilippo)
* [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
        cmsgpack upgrade. (Matt Stancliff)
* [NEW] Total and instantaneous Network bandwidth tracking in INFO.
* [NEW] DEBUG POPULATE two args form implemented (old form still works).
        The second argument is the key prefix. Default is "key:" (Salvatore
        Sanfilippo)
* [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
        warn about it if not. (Salvatore Sanfilippo)

diffstat:

 databases/redis/Makefile         |   4 ++--
 databases/redis/distinfo         |  10 +++++-----
 databases/redis/patches/patch-ac |  14 +++++++-------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (71 lines):

diff -r b74777282ddc -r 13069bb00647 databases/redis/Makefile
--- a/databases/redis/Makefile  Wed Dec 10 13:22:22 2014 +0000
+++ b/databases/redis/Makefile  Wed Dec 10 13:36:54 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2014/10/01 14:11:51 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2014/12/10 13:36:54 fhajny Exp $
 
-DISTNAME=      redis-2.8.17
+DISTNAME=      redis-2.8.18
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r b74777282ddc -r 13069bb00647 databases/redis/distinfo
--- a/databases/redis/distinfo  Wed Dec 10 13:22:22 2014 +0000
+++ b/databases/redis/distinfo  Wed Dec 10 13:36:54 2014 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2014/10/01 14:11:51 fhajny Exp $
+$NetBSD: distinfo,v 1.11 2014/12/10 13:36:54 fhajny Exp $
 
-SHA1 (redis-2.8.17.tar.gz) = 913479f9d2a283bfaadd1444e17e7bab560e5d1e
-RMD160 (redis-2.8.17.tar.gz) = fe5fcae795ccdde552707c0286124c8903d4cec0
-Size (redis-2.8.17.tar.gz) = 1234543 bytes
+SHA1 (redis-2.8.18.tar.gz) = 129629262fea2bc60daa542f52457e65e6aa7fd5
+RMD160 (redis-2.8.18.tar.gz) = f46713539b0cb0fffff1e897fa7c37361da9e6da
+Size (redis-2.8.18.tar.gz) = 1254077 bytes
 SHA1 (patch-ab) = e8c66139433112ca88ba90acd39ed7e4d9c45b2c
-SHA1 (patch-ac) = e15bbc17138a0527c910deac7962b91db90d7358
+SHA1 (patch-ac) = a8a8affc07eac53f7056425070041089ab974b89
 SHA1 (patch-deps_hiredis_fmacros.h) = 1bf148708b605ec51bb0f675d779394e32767dbd
 SHA1 (patch-src_object.c) = 3ada430fcdcd8524c2e53553691b1c5bffd2f3ff
diff -r b74777282ddc -r 13069bb00647 databases/redis/patches/patch-ac
--- a/databases/redis/patches/patch-ac  Wed Dec 10 13:22:22 2014 +0000
+++ b/databases/redis/patches/patch-ac  Wed Dec 10 13:36:54 2014 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.2 2014/01/02 17:26:19 fhajny Exp $
+$NetBSD: patch-ac,v 1.3 2014/12/10 13:36:54 fhajny Exp $
 
 Sane defaults for the config file.
---- redis.conf.orig    2013-12-11 14:31:57.000000000 +0000
+--- redis.conf.orig    2014-12-04 10:36:52.000000000 +0000
 +++ redis.conf
-@@ -14,11 +14,11 @@
+@@ -34,11 +34,11 @@
  
  # By default Redis does not run as a daemon. Use 'yes' if you need it.
  # Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
@@ -17,7 +17,7 @@
  
  # Accept connections on the specified port, default is 6379.
  # If port 0 is specified Redis will not listen on a TCP socket.
-@@ -71,7 +71,7 @@ loglevel notice
+@@ -100,7 +100,7 @@ loglevel notice
  # Specify the log file name. Also the empty string can be used to force
  # Redis to log on the standard output. Note that if you use standard
  # output for logging but daemonize, logs will be sent to /dev/null
@@ -26,12 +26,12 @@
  
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  # and optionally update the other syslog parameters to suit your needs.
-@@ -155,7 +155,7 @@ dbfilename dump.rdb
+@@ -184,7 +184,7 @@ dbfilename dump.rdb
  # The Append Only File will also be created inside this directory.
- # 
+ #
  # Note that you must specify a directory here, not a file name.
 -dir ./
-+dir @REDIS_DATADIR@
++dir @REDIS_DATADIR@ 
  
  ################################# REPLICATION #################################
  



Home | Main Index | Thread Index | Old Index