summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2017-03-12 14:27:40 +0000
committertaca <taca>2017-03-12 14:27:40 +0000
commita7b963e50b1876b72ff4240a905712ccce67dbdb (patch)
tree57d5bba3ebd4aea2de108b6c3812614693d548db /databases
parent91ba1002e73c7293acff78c7d7aee10b589d6b64 (diff)
downloadpkgsrc-a7b963e50b1876b72ff4240a905712ccce67dbdb.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/php-redis/Makefile4
-rw-r--r--databases/php-redis/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/php-redis/Makefile b/databases/php-redis/Makefile
index 4c1fcff8ef0..e2875361d83 100644
--- a/databases/php-redis/Makefile
+++ b/databases/php-redis/Makefile
@@ -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 --git a/databases/php-redis/distinfo b/databases/php-redis/distinfo
index 36e0370c795..678801ceb95 100644
--- a/databases/php-redis/distinfo
+++ b/databases/php-redis/distinfo
@@ -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