php-redis5: Update to 5.3.2
authorJuraj Lutter <otis@NetBSD.org>
Wed, 25 Nov 2020 14:08:49 +0000 (14:08 +0000)
committerJuraj Lutter <otis@NetBSD.org>
Wed, 25 Nov 2020 14:08:49 +0000 (14:08 +0000)
Changelog:
phpredis 5.3.2

* Use "%.17g" sprintf format for doubles as done in Redis server.
* Allow to pass NULL as RedisCluster stream context options.

---

phpredis 5.3.2RC2

---

* Verify SET options are strings before testing them as strings

---

phpredis 5.3.2RC1

---
* Fix cluster segfault when dealing with NULL multi bulk replies in
  RedisCluster
* Fix xReadGroup() must return message id
* Fix memory leak in rediscluster session handler
* Fix XInfo() returns false if the stream is empty
* Relax requirements on set's expire argument
* Refactor redis_sock_check_liveness
* PHP8 compatibility
* Update documentation
* Add Redis::OPT_NULL_MULTIBULK_AS_NULL setting to treat NULL multi bulk
  replies as NULL instead of [].
* Allow to specify stream context for rediscluster session handler
* Add new parameter to RedisCluster to specify stream ssl/tls context.
* Add new parameter to RedisSentinel to specify auth information

php-redis5/Makefile
php-redis5/distinfo

index 3c61ba22f1d1d78c2159b72c156cc4e65ab04846..944a232e2cb00fb0199ff7215a0e4ef3c4d907e1 100644 (file)
@@ -3,7 +3,7 @@
 
 MODNAME=       redis5
 PKGMODNAME=    redis
-PECL_VERSION=  5.3.1
+PECL_VERSION=  5.3.2
 PECL_DISTNAME= ${PECL_VERSION}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=phpredis/}
index c1e9a8355cb36ae74c10d34213d23352fda65e72..783df01880c087aea141b2263c0ddadd59ba4236 100644 (file)
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2019/09/10 13:26:15 otis Exp $
 
-SHA1 (php-redis5/5.3.1.tar.gz) = 9ff8f343795c5c27832ad0c27b528a008753f15b
-RMD160 (php-redis5/5.3.1.tar.gz) = 2b7da11c9fa0c1f5186efa07a27d1a9d035ed357
-SHA512 (php-redis5/5.3.1.tar.gz) = 7ab11c9b6583e4ba1aabebd7323de7d38b90274c0bee395b7a994a0d70b35ddee1bb6b6e6407b5237b0440b11f9c27f864707259ec130624aee3b71e7cee3536
-Size (php-redis5/5.3.1.tar.gz) = 280637 bytes
+SHA1 (php-redis5/5.3.2.tar.gz) = ff9bfc6e78efd4ad185619b7640491f4a77a02a9
+RMD160 (php-redis5/5.3.2.tar.gz) = cf30b81f0e448d9b06b99e816e038d28463378de
+SHA512 (php-redis5/5.3.2.tar.gz) = 0b923ad3f46395f82be7fa89e27999bf3304fbeb17188185afe34d37310afe818e07548034e42c2471ed22b8f8d664eda9b8b0a359c8e1126126d95574410e25
+Size (php-redis5/5.3.2.tar.gz) = 284006 bytes