pkgsrc-WIP-changes archive

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

php-redis5: Update to 5.3.2



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Wed Nov 25 14:08:49 2020 +0000
Changeset:	7281038c37c1851af6186b2fb3a11876c9c57c91

Modified Files:
	php-redis5/Makefile
	php-redis5/distinfo

Log Message:
php-redis5: Update to 5.3.2

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7281038c37c1851af6186b2fb3a11876c9c57c91

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

diffstat:
 php-redis5/Makefile | 2 +-
 php-redis5/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/php-redis5/Makefile b/php-redis5/Makefile
index 3c61ba22f1..944a232e2c 100644
--- a/php-redis5/Makefile
+++ b/php-redis5/Makefile
@@ -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/}
diff --git a/php-redis5/distinfo b/php-redis5/distinfo
index c1e9a8355c..783df01880 100644
--- a/php-redis5/distinfo
+++ b/php-redis5/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index