summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2017-03-12 14:28:26 +0000
committertaca <taca>2017-03-12 14:28:26 +0000
commit3b98478bb2e581e33f40e5d9642ac42e48c3cc20 (patch)
tree4a70922a383535eebb61384baa2f6d47391ad6ab /databases
parenta7b963e50b1876b72ff4240a905712ccce67dbdb (diff)
downloadpkgsrc-3b98478bb2e581e33f40e5d9642ac42e48c3cc20.tar.gz
Update php-redis3 to 3.1.1.
phpredis 3.1.1 * Additional test updates for 32 bit systems (@remicollet) * ARM rounding issue in tests (@remicollet) * Use new zend_list_close instead of zend_list_delete when reconnecting. * Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko) phpredis 3.1.1 This release contains mostly fixes for issues introduced when merging the php 5 and 7 codebase into a single branch. * Fixed a segfault in igbinary serialization (@yatsukhnenko) * Restore 2.2.8/3.0.0 functionality to distinguish between an error and simply empty session data. (@remicollet) * Fix double to string conversion function (@yatsukhnenko) * Use PHP_FE_END definition when available (@remicollet) * Fixed various 'static function declared but not used' warnings * Fixes to various calls which were typecasting pointers to the wrong size. (@remicollet) * Added php session unit test (@yatsukhnenko) * Added explicit module dependancy for igbinary (@remicollet) * Added phpinfo serialization information (@remicollet) phpredis 3.1.1RC2 * Additional test updates for 32 bit systems (@remicollet) * ARM rounding issue in tests (@remicollet) * Use new zend_list_close instead of zend_list_delete when reconnecting. * Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko) phpredis 3.1.1.RC1 This release contains mostly fixes for issues introduced when merging the php 5 and 7 codebase into a single branch. * Fixed a segfault in igbinary serialization (@yatsukhnenko) * Restore 2.2.8/3.0.0 functionality to distinguish between an error and simply empty session data. (@remicollet) * Fix double to string conversion function (@yatsukhnenko) * Use PHP_FE_END definition when available (@remicollet) * Fixed various 'static function declared but not used' warnings * Fixes to various calls which were typecasting pointers to the wrong size. (@remicollet) * Added php session unit test (@yatsukhnenko) * Added explicit module dependancy for igbinary (@remicollet) * Added phpinfo serialization information (@remicollet) phpredis 3.1.0 In this version of phpredis codebase was unified to work with all versions of php \o/ Also many bug fixes and some improvements has been made. --- Improvements --- * Support the client to Redis Cluster just having one master (andyli) [892e5646] * Allow both long and strings that are longs for zrangebyscore offset/limit (Michael Grunder) [bdcdd2aa] * Process NX|XX, CH and INCR options in zAdd command (Pavlo Yatsukhnenko) [71c9f7c8] --- Fixes --- * Fix incrby/decrby for large integers (Michael Grunder) [3a12758a] * Use static declarations for spl_ce_RuntimeException decl (Jeremy Mikola) [a9857d69] * Fixed method call problem causes session handler to display two times (ZiHang Gao) [24f86c49] * psetex method returns '+OK' on success, not true (sitri@ndxbn) [afcd8445] * Fix integer overflow for long (>32bit) increments in hIncrBy (iyesin) [58e1d799] * Move zend_object handler to the end (Michael Grunder) [34107966] * Using setOption on redis array causes immediate connection (Pavlo Yatsukhnenko) [f1a85b38]
Diffstat (limited to 'databases')
-rw-r--r--databases/php-redis3/Makefile8
-rw-r--r--databases/php-redis3/distinfo10
2 files changed, 8 insertions, 10 deletions
diff --git a/databases/php-redis3/Makefile b/databases/php-redis3/Makefile
index 7bf85563ce2..85a92475ad3 100644
--- a/databases/php-redis3/Makefile
+++ b/databases/php-redis3/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2016/08/04 14:01:52 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/12 14:28:26 taca Exp $
#
MODNAME= redis3
-PKGMODNAME= redis
-PECL_VERSION= 3.0.0
+PKGMODNAME= redis
+PECL_VERSION= 3.1.1
PECL_LEGACY_VERSION_SCHEME= yes
PECL_DISTNAME= ${PECL_VERSION}
CATEGORIES= databases
@@ -16,8 +16,6 @@ HOMEPAGE= https://github.com/nicolasff/phpredis
COMMENT= PHP extension for Redis
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 70 71
-
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
.include "../../mk/compiler.mk"
diff --git a/databases/php-redis3/distinfo b/databases/php-redis3/distinfo
index 75a2a038e46..723d80b749d 100644
--- a/databases/php-redis3/distinfo
+++ b/databases/php-redis3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2016/07/26 09:37:23 jdolecek Exp $
+$NetBSD: distinfo,v 1.2 2017/03/12 14:28:26 taca Exp $
-SHA1 (php-redis3/3.0.0.tar.gz) = b47d7fdc24e6fd76a59adedf39a1c3838d41eb4e
-RMD160 (php-redis3/3.0.0.tar.gz) = 5900190aaa6251e0927d787f00dcd93822336990
-SHA512 (php-redis3/3.0.0.tar.gz) = 51f9492189443b851ec721cb0285a82426130162ab8ce2cd7ea26b1b7757a8c893d00b91f4dbb8dd1fd6bcef828ca98c4378c24faf59afa8df5b9c92a81798d5
-Size (php-redis3/3.0.0.tar.gz) = 196416 bytes
+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