pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/php-redis Update php-redis to 2.2.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe394b42f5f2
branches:  trunk
changeset: 359523:fe394b42f5f2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 12 14:27:40 2017 +0000

description:
Update php-redis to 2.2.8.

phpredis 2.2.8

The main improvement in this version of phpredis is support for Redis
Cluster. This version of phpredis is intended for versions of php older
than 7.

In addition there have been many bug fixes and improvements to non cluster
related commands, which are listed below.

I've attempted to include everyone who contribued to the project in each fix
description and have included names or github user ids.

Thanks to everyone for submitting bug reports and pull requests. A special
thanks to Remi Collet for helping with any and all packaging related issues

\o/

--- Improvements ---

* Added randomization to our seed nodes to balance which instance is used
to map the keyspace (Vitaliy Stepanyuk) [32eb1c5f]
* Added support for IPv6 addresses

--- Fixes ---

* PHP liveness checking workaround (Shafreeck Sea) [c18d58b9]
* Various documentation and code formatting and style fixes (ares333,
  sanpili, Bryan Nelson, linfangrong, Romero Malaquias, Viktor Sz?pe)
* Fix scan reply processing to use long instead of int to avoid overflow
  (mixiaojiong).
* Fix potential segfault in Redis Cluster session storage (Sergei Lomakov)
  [cc15aae]
* Fixed memory leak in discard function [17b1f427]
* Sanity check for igbinary unserialization (Maurus Cuelenaere) [3266b222,
  5528297a]
* Fix segfault occuring from unclosed socket connection for Redis Cluster
  (CatKang) [04196aee]
* Case insensitive zRangeByScore options
* Fixed dreaded size_t vs long long compiler warning

diffstat:

 databases/php-redis/Makefile |   4 ++--
 databases/php-redis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 5b2f1d87723d -r fe394b42f5f2 databases/php-redis/Makefile
--- a/databases/php-redis/Makefile      Sun Mar 12 13:50:37 2017 +0000
+++ b/databases/php-redis/Makefile      Sun Mar 12 14:27:40 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/09/11 17:03:25 taca Exp $
+# $NetBSD: Makefile,v 1.12 2017/03/12 14:27:40 taca Exp $
 #
 
 MODNAME=       redis
-PECL_VERSION=  2.2.7
+PECL_VERSION=  2.2.8
 PECL_LEGACY_VERSION_SCHEME=    yes
 PECL_DISTNAME= ${PECL_VERSION}
 CATEGORIES=    databases
diff -r 5b2f1d87723d -r fe394b42f5f2 databases/php-redis/distinfo
--- a/databases/php-redis/distinfo      Sun Mar 12 13:50:37 2017 +0000
+++ b/databases/php-redis/distinfo      Sun Mar 12 14:27:40 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 01:56:25 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/03/12 14:27:40 taca Exp $
 
-SHA1 (php-redis/2.2.7.tar.gz) = 2dc2a65b69c232221d5e42124d0bf5f7a3c64193
-RMD160 (php-redis/2.2.7.tar.gz) = eb2c41889d124548749d50cc8f4e056cc6db36db
-SHA512 (php-redis/2.2.7.tar.gz) = eddca71c76fc39f46a316ac204521f352cba30cb2999a7b91fe907bdb0f17e287be025df2f7c3b7115790b1c2a781c162b32c77d29daf30b246bd4d163e5404e
-Size (php-redis/2.2.7.tar.gz) = 137790 bytes
+SHA1 (php-redis/2.2.8.tar.gz) = 909e04a0770006b7a407d06245af8d9d18268507
+RMD160 (php-redis/2.2.8.tar.gz) = e1699acdec00442189c3b8969aeb0da85eb58d01
+SHA512 (php-redis/2.2.8.tar.gz) = 3a563b52673a4b0ddf855259853abc74ba3e9d1dac7004bb5c21a388f42657caf76e7f101f50e7874498ffc5ba777444b3035a9ff8009cf13dfe88f7ff001514
+Size (php-redis/2.2.8.tar.gz) = 198401 bytes



Home | Main Index | Thread Index | Old Index