commit php7-redis for openSUSE:Leap:15.2

2020-05-07 Thread root
Hello community,

here is the log from the commit of package php7-redis for openSUSE:Leap:15.2 
checked in at 2020-05-07 19:28:21

Comparing /work/SRC/openSUSE:Leap:15.2/php7-redis (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.php7-redis.new.2738 (New)


Package is "php7-redis"

Thu May  7 19:28:21 2020 rev:39 rq:800940 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/php7-redis/php7-redis.changes  2020-03-29 
14:56:22.835190062 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.php7-redis.new.2738/php7-redis.changes
2020-05-07 19:33:53.202275938 +0200
@@ -1,0 +2,11 @@
+Wed May  6 07:59:21 UTC 2020 - Johannes Weberhofer 
+
+- Update to 5.2.2
+  * https://pecl.php.net/package-changelog.php?package=redis=5.2.2
+This is a bugfix release that contains a fix for authentication
+when using persistent connections, and an option to make the
+ECHO challenge response logic optional.
+  * Inexpensive liveness check, and making ECHO optional [56898f81] (Pavlo 
Yatsukhnenko)
+  * Move `AUTH` to `redis_sock_server_open` [80f2529b](Pavlo Yatsukhnenko)
+
+---

Old:

  redis-5.2.1.tgz

New:

  redis-5.2.2.tgz



Other differences:
--
++ php7-redis.spec ++
--- /var/tmp/diff_new_pack.nEErCm/_old  2020-05-07 19:33:54.106277747 +0200
+++ /var/tmp/diff_new_pack.nEErCm/_new  2020-05-07 19:33:54.110277756 +0200
@@ -19,7 +19,7 @@
 %define php_namephp7
 %define pkg_nameredis
 Name:   %{php_name}-%{pkg_name}
-Version:5.2.1
+Version:5.2.2
 Release:0
 Summary:API for communicating with Redis servers
 License:PHP-3.01

++ redis-5.2.1.tgz -> redis-5.2.2.tgz ++
 76259 lines of diff (skipped)




commit php7-redis for openSUSE:Leap:15.2

2020-03-29 Thread root
Hello community,

here is the log from the commit of package php7-redis for openSUSE:Leap:15.2 
checked in at 2020-03-29 14:56:15

Comparing /work/SRC/openSUSE:Leap:15.2/php7-redis (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.php7-redis.new.3160 (New)


Package is "php7-redis"

Sun Mar 29 14:56:15 2020 rev:38 rq:789256 version:5.2.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/php7-redis/php7-redis.changes  2020-03-09 
18:14:28.941414718 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.php7-redis.new.3160/php7-redis.changes
2020-03-29 14:56:22.835190062 +0200
@@ -1,0 +2,8 @@
+Fri Mar 27 15:00:29 UTC 2020 - Илья Индиго 
+
+- Update to 5.2.1
+  * https://pecl.php.net/package-changelog.php?package=redis=5.2.1
+  * Fix arginfo for Redis::zadd.
+  * Fix segfault on closing persistent stream.
+
+---

Old:

  redis-5.2.0.tgz

New:

  redis-5.2.1.tgz



Other differences:
--
++ php7-redis.spec ++
--- /var/tmp/diff_new_pack.jLLFKw/_old  2020-03-29 14:56:23.235190373 +0200
+++ /var/tmp/diff_new_pack.jLLFKw/_new  2020-03-29 14:56:23.235190373 +0200
@@ -19,7 +19,7 @@
 %define php_namephp7
 %define pkg_nameredis
 Name:   %{php_name}-%{pkg_name}
-Version:5.2.0
+Version:5.2.1
 Release:0
 Summary:API for communicating with Redis servers
 License:PHP-3.01

++ redis-5.2.0.tgz -> redis-5.2.1.tgz ++
 76315 lines of diff (skipped)




commit php7-redis for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package php7-redis for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:13:40

Comparing /work/SRC/openSUSE:Leap:15.2/php7-redis (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.php7-redis.new.26092 (New)


Package is "php7-redis"

Mon Mar  9 18:13:40 2020 rev:37 rq:782166 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/php7-redis/php7-redis.changes  2020-01-15 
15:43:54.471270919 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.php7-redis.new.26092/php7-redis.changes   
2020-03-09 18:14:28.941414718 +0100
@@ -1,0 +2,18 @@
+Wed Mar  4 12:55:53 UTC 2020 - Илья Индиго 
+
+- Update to 5.2.0
+  * https://pecl.php.net/package-changelog.php?package=redis=5.2.0
+  * Include RedisSentinelTest.php in package.xml!
+  * Fix -Wmaybe-uninitialized warning.
+  * Fix improper destructor when zipping values and scores.
+  * Use php_rand instead of php_mt_rand for liveness challenge string.
+  * Initial support for RedisSentinel.
+  * Fix for ASK redirections.
+  * Create specific 'test skipped' exception.
+  * Fixed memory leaks in RedisCluster.
+  * Fixes for session lifetime values that underflow or overflow.
+  * Enables slot caching for Redis Cluster.
+  * Support TYPE argument for SCAN.
+  * Added challenge/response mechanism for persistent connections.
+
+---
@@ -336 +353,0 @@
-

Old:

  redis-5.1.1.tgz

New:

  redis-5.2.0.tgz



Other differences:
--
++ php7-redis.spec ++
--- /var/tmp/diff_new_pack.wiok8N/_old  2020-03-09 18:14:29.457414967 +0100
+++ /var/tmp/diff_new_pack.wiok8N/_new  2020-03-09 18:14:29.461414970 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-redis
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define php_namephp7
 %define pkg_nameredis
 Name:   %{php_name}-%{pkg_name}
-Version:5.1.1
+Version:5.2.0
 Release:0
 Summary:API for communicating with Redis servers
 License:PHP-3.01

++ redis-5.1.1.tgz -> redis-5.2.0.tgz ++
 75593 lines of diff (skipped)