Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2021-04-23 17:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Fri Apr 23 17:50:11 2021 rev:68 rq:886948 version:6.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2021-03-24 
16:09:10.947701640 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new.12324/redis.changes   2021-04-23 
17:50:13.462752780 +0200
@@ -1,0 +2,69 @@
+Tue Apr 20 09:08:06 UTC 2021 - Andreas Stieger <[email protected]>
+
+- Usage of OPENSSL_INIT_ATFORK in tls.c raises the minimum version
+  of OpenSSL 1.1.x to 1.1.1, say so in spec
+
+-------------------------------------------------------------------
+Tue Apr 20 07:17:18 UTC 2021 - Michael Str??der <[email protected]>
+
+- redis 6.2.2
+  Bug fixes for regressions in previous releases of Redis 6.2:
+  * Fix BGSAVE, AOFRW, and replication slowdown due to child reporting CoW 
(#8645)
+  * Fix short busy loop when a timer event is about to fire (#8764)
+  * Fix default user, overwritten and reset users losing Pub/Sub channel 
permissions (#8723)
+  * Fix config rewrite with an empty save config resulting in default save 
values (#8719)
+  * Fix not starting on alpine/libmusl without IPv6 (#8655)
+  * Fix issues with propagation and MULTI/EXEC in modules (#8617)
+  * Several issues around nested calls and thread-safe contexts
+  Bug fixes that are only applicable to previous releases of Redis 6.2:
+  * ACL Pub/Sub channels permission handling for save/load scenario (#8794)
+  * Fix early rejection of PUBLISH inside MULTI-EXEC transaction (#8534)
+  * Fix missing SLOWLOG records for blocked commands (#8632)
+  * Allow RESET command during busy scripts (#8629)
+  * Fix some error replies that were not counted on stats (#8659)
+  Bug fixes:
+  * Add a timeout mechanism for replicas stuck in fullsync (#8762)
+  * Process HELLO command even if the default user has no permissions (#8633)
+  * Client issuing a long-running script and using a pipeline, got 
disconnected (#8715)
+  * Fix script kill to work also on scripts that use pcall (#8661)
+  * Fix list-compress-depth may compress more node than required (#8311)
+  * Fix redis-cli handling of rediss:// URL scheme (#8705)
+  * Cluster: Skip unnecessary check which may prevent failure detection (#8585)
+  * Cluster: Fix hang manual failover when replica just started (#8651)
+  * Sentinel: Fix info-refresh time field before sentinel gets a first 
response (#8567)
+  * Sentinel: Fix possible crash on failed connection attempt (#8627)
+  * Systemd: Send the readiness notification when a replica is ready to accept 
connections (#8409)
+  Command behavior changes:
+  * ZADD: fix awrong reply when INCR used with GT/LT which blocked the update 
(#8717)
+  * It was responding with the incremented value rather than nil
+  * XAUTOCLAIM: fix response to return the next available id as the cursor 
(#8725)
+  * Previous behavior was returning the last one which was already scanned
+  * XAUTOCLAIM: fix JUSTID to prevent incrementing delivery_count (#8724)
+  New config options:
+  * Add cluster-allow-replica-migration config option (#5285)
+  * Add replica-announced config option (#8653)
+  * Add support for plaintext clients in TLS cluster (#8587)
+  * Add support for reading encrypted keyfiles (#8644)
+  Improvements:
+  * Fix performance regression in BRPOP on Redis 6.0 (#8689)
+  * Avoid adding slowlog entries for config with sensitive data (#8584)
+  * Improve redis-cli non-binary safe string handling (#8566)
+  * Optimize CLUSTER SLOTS reply (#8541)
+  * Handle remaining fsync errors (#8419)
+  Info fields and introspection changes:
+  * Strip % sign from current_fork_perc info field (#8628)
+  * Fix RSS memory info on FreeBSD (#8620)
+  * Fix client_recent_max_input/output_buffer in 'INFO CLIENTS' when all 
clients drop (#8588)
+  * Fix invalid master_link_down_since_seconds in info replication (#8785)
+  Platform and deployment-related changes:
+  * Fix FreeBSD <12.x builds (#8603)
+  Modules:
+  * Add macros for RedisModule_log logging levels (#4246)
+  * Add RedisModule_GetAbsExpire / RedisModule_SetAbsExpire (#8564)
+  * Add a module type for key space notification (#8759)
+  * Set module eviction context flag only in masters (#8631)
+  * Fix unusable RedisModule_IsAOFClient API (#8596)
+  * Fix missing EXEC on modules propagation after failed EVAL execution (#8654)
+  * Fix edge-case when a module client is unblocked (#8618)
+
+-------------------------------------------------------------------

Old:
----
  redis-6.2.1.tar.gz

New:
----
  redis-6.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.vOE9yV/_old  2021-04-23 17:50:13.978753667 +0200
+++ /var/tmp/diff_new_pack.vOE9yV/_new  2021-04-23 17:50:13.982753674 +0200
@@ -20,7 +20,7 @@
 %define _log_dir        %{_localstatedir}/log/%{name}
 %define _conf_dir       %{_sysconfdir}/%{name}
 Name:           redis
-Version:        6.2.1
+Version:        6.2.2
 Release:        0
 Summary:        Persistent key-value database
 License:        BSD-3-Clause
@@ -41,7 +41,7 @@
 Patch1:         getMcontextEip-return-value.patch
 Patch3:         reproducible.patch
 Patch4:         ppc-atomic.patch
-BuildRequires:  libopenssl-devel
+BuildRequires:  libopenssl-devel >= 1.1.1
 BuildRequires:  pkgconfig
 BuildRequires:  procps
 BuildRequires:  sysuser-shadow

++++++ redis-6.2.1.tar.gz -> redis-6.2.2.tar.gz ++++++
++++ 9896 lines of diff (skipped)

++++++ redis.hashes ++++++
--- /var/tmp/diff_new_pack.vOE9yV/_old  2021-04-23 17:50:14.350754307 +0200
+++ /var/tmp/diff_new_pack.vOE9yV/_new  2021-04-23 17:50:14.354754314 +0200
@@ -122,3 +122,4 @@
 hash redis-5.0.12.tar.gz sha256 
7040eba5910f7c3d38f05ea5a1d88b480488215bdbd2e10ec70d18380108e31e 
http://download.redis.io/releases/redis-5.0.12.tar.gz
 hash redis-6.0.12.tar.gz sha256 
f16ad973d19f80f121e53794d5eb48a997e2c6a85b5be41bb3b66750cc17bf6b 
http://download.redis.io/releases/redis-6.0.12.tar.gz
 hash redis-6.2.1.tar.gz sha256 
cd222505012cce20b25682fca931ec93bd21ae92cb4abfe742cf7b76aa907520 
http://download.redis.io/releases/redis-6.2.1.tar.gz
+hash redis-6.2.2.tar.gz sha256 
7a260bb74860f1b88c3d5942bf8ba60ca59f121c6dce42d3017bed6add0b9535 
http://download.redis.io/releases/redis-6.2.2.tar.gz

Reply via email to