pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/php-redis



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 12 14:27:40 UTC 2017

Modified Files:
        pkgsrc/databases/php-redis: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/php-redis/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/php-redis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/php-redis/Makefile
diff -u pkgsrc/databases/php-redis/Makefile:1.11 pkgsrc/databases/php-redis/Makefile:1.12
--- pkgsrc/databases/php-redis/Makefile:1.11    Sun Sep 11 17:03:25 2016
+++ pkgsrc/databases/php-redis/Makefile Sun Mar 12 14:27:40 2017
@@ -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

Index: pkgsrc/databases/php-redis/distinfo
diff -u pkgsrc/databases/php-redis/distinfo:1.4 pkgsrc/databases/php-redis/distinfo:1.5
--- pkgsrc/databases/php-redis/distinfo:1.4     Tue Nov  3 01:56:25 2015
+++ pkgsrc/databases/php-redis/distinfo Sun Mar 12 14:27:40 2017
@@ -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