pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/php-redis3
Module Name: pkgsrc
Committed By: taca
Date: Fri Aug 18 10:14:21 UTC 2017
Modified Files:
pkgsrc/databases/php-redis3: Makefile distinfo
Log Message:
Update php-redis3 to 3.1.3.
phpredis 3.1.3
This release contains two big improvements:
1. Adding a new printf like command construction function with additionaly
format specifiers specific to phpredis.
2. Implementation of custom objects for Redis and RedisArray wich eliminates
double hash lookup.
Also many small improvements and bug fixes were made.
* A printf like method to construct a Redis RESP command [a4a0ed, d75081,
bdd287, 0eaeae, b3d00d] (Michael Grunder)
* Use custom objects instead of zend_list for storing Redis/RedisArray
[a765f8, 8fa85a] (Pavlo Yatsukhnenko)
* Make sure redisCluster members are all initialized on (re)creation [162d88]
(Michael Grunder)
* Fix Null Bulk String response parsing in cluster library [058753] (Alberto
Fern?ndez)
* Add hStrLen command [c52077, fb88e1] (Pavlo Yatsukhnenko)
* Add optional COUNT argument to sPop [d2e203] (Michael Grunder)
* Allow sInterStore to take one arg [26aec4, 4cd06b] (Michael Grunder)
* Allow MIGRATE to accept multiple keys [9aa3db] (Michael Grunder)
* Allow using numeric string in zInter command [ba0070] (Pavlo Yatsukhnenko)
* Use crc32 table from PHP distro [f81694] (Pavlo Yatsukhnenko)
* Use ZVAL_DEREF macros for dereference input variables [ad4596] (Pavlo
Yatsukhnenko)
* Add configureoption tag to package.xml [750963] (Pavlo Yatsukhnenko)
* Fix read_timeout [18149e, b56dc4] (Pavlo Yatsukhnenko)
* Fix zval_get_string impl for PHP5 [4e56ba] (Pavlo Yatsukhnenko)
* Fix Redis/RedisArray segfaults [be5c1f, 635c3a, 1f8dde, 43e1e0] (Pavlo
Yatsukhnenko)
* Fix memory leak and potential segfault [aa6ff7, 88efaa] (Michael Grunder)
* Throw exception for all non recoverable errors [e37239] (Pavlo Yatsukhnenko)
* Assume "NULL bulk" reply as success (empty session data) [4a81e1] (Pavlo
Yatsukhnenko)
* Increase read buffers size [520e06] (Pavlo Yatsukhnenko)
* Better documentation [f0c25a, c5991f, 9ec9ae] (Michael Grunder)
* Better TravisCI integration [e37c08] (Pavlo Yatsukhnenko)
* Refactoring (Pavlo Yatsukhnenko, Michael Grunder)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/php-redis3/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/php-redis3/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-redis3/Makefile
diff -u pkgsrc/databases/php-redis3/Makefile:1.3 pkgsrc/databases/php-redis3/Makefile:1.4
--- pkgsrc/databases/php-redis3/Makefile:1.3 Sun Mar 12 14:28:26 2017
+++ pkgsrc/databases/php-redis3/Makefile Fri Aug 18 10:14:21 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2017/03/12 14:28:26 taca Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/18 10:14:21 taca Exp $
#
MODNAME= redis3
PKGMODNAME= redis
-PECL_VERSION= 3.1.1
+PECL_VERSION= 3.1.3
PECL_LEGACY_VERSION_SCHEME= yes
PECL_DISTNAME= ${PECL_VERSION}
CATEGORIES= databases
Index: pkgsrc/databases/php-redis3/distinfo
diff -u pkgsrc/databases/php-redis3/distinfo:1.2 pkgsrc/databases/php-redis3/distinfo:1.3
--- pkgsrc/databases/php-redis3/distinfo:1.2 Sun Mar 12 14:28:26 2017
+++ pkgsrc/databases/php-redis3/distinfo Fri Aug 18 10:14:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/03/12 14:28:26 taca Exp $
+$NetBSD: distinfo,v 1.3 2017/08/18 10:14:21 taca Exp $
-SHA1 (php-redis3/3.1.1.tar.gz) = ad2970a07dde431da1efba359717dbcec5f3aae6
-RMD160 (php-redis3/3.1.1.tar.gz) = d083b38bfc9a3c84f97a455e6d74d49a5643a5f5
-SHA512 (php-redis3/3.1.1.tar.gz) = 54e730ec2f09d9c6c7d28bdcf2f094651c79899df1f4a5c87d9d3a56b40a0d803cf403190088d1cce5646818d9d5910d1caf450d63ba7a418994a0dfdc4c995e
-Size (php-redis3/3.1.1.tar.gz) = 205583 bytes
+SHA1 (php-redis3/3.1.3.tar.gz) = bb3439bf26bf9e526678b0c36624023516e43f7c
+RMD160 (php-redis3/3.1.3.tar.gz) = cd4d070e503e2acf57aee9914afc5b19794083d8
+SHA512 (php-redis3/3.1.3.tar.gz) = dfbd18c80666ce11ecdb21f1e39e95b1970617a5574aab52b7faa7ae51b77b7591330cef00efdc140af1e412041bc96cc37702102138ccb48209160b66ea7a88
+Size (php-redis3/3.1.3.tar.gz) = 203030 bytes
Home |
Main Index |
Thread Index |
Old Index