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-03-11 20:07:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Thu Mar 11 20:07:04 2021 rev:66 rq:877721 version:6.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2021-03-02 
12:25:55.683342568 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new.2401/redis.changes    2021-03-11 
20:07:09.608163932 +0100
@@ -1,0 +2,289 @@
+Thu Mar  4 13:21:32 UTC 2021 - Gareth McCarter <garethmccar...@gmail.com>
+
+- redis 6.2.1
+  Bug fixes:
+  * Fix sanitize-dump-payload for stream with deleted records (#8568)
+  * Prevent client-query-buffer-limit config from being set to lower than 1mb 
(#8557)
+  Improvements:
+  * Make port, tls-port and bind config options modifiable at runtime (#8510)
+  Platform and deployment-related changes:
+  * Fix compilation error on non-glibc systems if jemalloc is not used (#8533)
+  * Improved memory consumption and memory usage tracking on FreeBSD (#8545)
+  * Fix compilation on ARM64 MacOS with jemalloc (#8458)
+  Modules:
+  * New Module API for getting user name of a client (#8508)
+  * Optimize RM_Call by utilizing a shared reusable client (#8516)
+  * Fix crash running CLIENT INFO via RM_Call (#8560)
+  
+- includes changes from 6.2.0 GA:
+  * Integer overflow on 32-bit systems (CVE-2021-21309)
+  Bug fixes:
+  * Avoid 32-bit overflows when proto-max-bulk-len is set high (#8522)
+  * Fix broken protocol in client tracking tracking-redir-broken message 
(#8456)
+  * Avoid unsafe field name characters in INFO commandstats, errorstats, 
modules (#8492)
+  * XINFO able to access expired keys during CLIENT PAUSE WRITE (#8436)
+  * Fix allowed length for REPLCONF ip-address, needed due to Sentinel's 
support for hostnames (#8517)
+  * Fix broken protocol in redis-benchmark when used with -a or --dbnum (#8486)
+  * XADD counts deleted records too when considering switching to a new 
listpack (#8390)
+  Bug fixes that are only applicable to previous releases of Redis 6.2:
+  * Fixes in GEOSEARCH bybox (accuracy and mismatch between width and height) 
(#8445)
+  * Fix risk of OOM panic in HRANDFIELD, ZRANDMEMBER commands with huge 
negative count (#8429)
+  * Fix duplicate replicas issue in Sentinel, needed due to hostname support 
(#8481)
+  * Fix Sentinel configuration rewrite, an improvement of #8271 (#8480)
+  Command behavior changes:
+  * SRANDMEMBER uses RESP3 array type instead of set type (#8504)
+  * EXPIRE, EXPIREAT, SETEX, GETEX: Return error when provided expire time 
overflows (#8287)
+  Other behavior changes:
+  * Remove ACL subcommand validation if fully added command exists. (#8483)
+  Improvements:
+  * Optimize sorting in GEORADIUS / GEOSEARCH with COUNT (#8326)
+  * Optimize HRANDFIELD and ZRANDMEMBER case 4 when ziplist encoded (#8444)
+  * Optimize in-place replacement of elements in HSET, HINCRBY, LSET (#8493)
+  * Remove redundant list to store pubsub patterns (#8472)
+  * Add --insecure option to command line tools (#8416)
+  Info fields and introspection changes:
+  * Add INFO fields to track progress of BGSAVE, AOFRW, replication (#8414)
+  Modules:
+  * RM_ZsetRem: Delete key if empty, the bug could leave empty zset keys 
(#8453)
+  * RM_HashSet: Add COUNT_ALL flag and set errno (#8446)
+  
+- includes changes from 6.2 RC3:
+  New commands / args:
+  * Add HRANDFIELD and ZRANDMEMBER commands (#8297)
+  * Add FAILOVER command (#8315)
+  * Add GETEX, GETDEL commands (#8327)
+  * Add PXAT/EXAT arguments to SET command (#8327)
+  * Add SYNC arg to FLUSHALL and FLUSHDB, and ASYNC/SYNC arg to SCRIPT FLUSH 
(#8258)
+  Sentinel:
+  * Add hostname support to Sentinel (#8282)
+  * Prevent file descriptors from leaking into Sentinel scripts (#8242)
+  * Fix config file line order dependency and config rewrite sequence (#8271)
+  New configuration options:
+  * Add set-proc-title config option to disable changes to the process title 
(#3623)
+  * Add proc-title-template option to control what's shown in the process 
title (#8397)
+  * Add lazyfree-lazy-user-flush config option to control FLUSHALL, FLUSHDB 
and SCRIPT FLUSH (#8258)
+  Bug fixes:
+  * AOF: recover from last write error by turning on/off appendonly config 
(#8030)
+  * Exit on fsync error when the AOF fsync policy is 'always' (#8347)
+  * Avoid assertions (on older kernels) when testing arm64 CoW bug (#8405)
+  * CONFIG REWRITE should honor umask settings (#8371)
+  * Fix firstkey,lastkey,step in COMMAND command for some commands (#8367)
+  Special considerations:
+  * Fix misleading description of the save configuration directive (#8337)
+  Improvements:
+  * A way to get RDB file via replication without excessive replication 
buffers (#8303)
+  * Optimize performance of clusterGenNodesDescription for large clusters 
(#8182)
+  Info fields and introspection changes:
+  * SLOWLOG and LATENCY monitor include unblocking time of blocked commands 
(#7491)
+  Modules:
+  * Add modules API for streams (#8288)
+  * Add event for fork child birth and termination (#8289)
+  * Add RM_BlockedClientMeasureTime* etc, to track background processing in 
commandstats (#7491)
+  * Fix bug in v6.2, wrong value passed to the new unlink callback (#8381)
+  * Fix bug in v6.2, modules blocked on keys unblock on commands like LPUSH 
(#8356)
+  
+- includes changes from 6.2 RC2:
+  New commands / args:
+  * Add the REV, BYLEX and BYSCORE arguments to ZRANGE, and the ZRANGESTORE 
command (#7844)
+  * Add the XAUTOCLAIM command (#7973)
+  * Add the MINID trimming strategy and the LIMIT argument to XADD and XTRIM 
(#8169)
+  * Add the ANY argument to GEOSEARCH and GEORADIUS (#8259)
+  * Add the CH, NX, XX arguments to GEOADD (#8227)
+  * Add the COUNT argument to LPOP and RPOP (#8179)
+  * Add the WRITE argument to CLIENT PAUSE for pausing write commands 
exclusively (#8170)
+  * Change the proto-ver argument of HELLO to optional (#7377)
+  * Add the CLIENT TRACKINGINFO subcommand (#7309)
+  Command behavior changes:
+  * CLIENT TRACKING yields an error when given overlapping BCAST prefixes 
(#8176)
+  * SWAPDB invalidates WATCHed keys (#8239)
+  * SORT command behaves differently when used on a writable replica (#8283)
+  Other behavior changes:
+  * Avoid propagating MULTI/EXEC for read-only transactions (#8216)
+  * Remove the read-only flag from TIME, ECHO, ROLE, LASTSAVE (#8216)
+  * Fix the command flags of PFDEBUG (#8222)
+  * Tracking clients will no longer receive unnecessary key invalidation 
messages after FLUSHDB (#8039)
+  * Sentinel: Fix missing updates to the config file after SENTINEL SET 
command (#8229)
+  Bug fixes with compatibility implications (bugs introduced in Redis 6.0):
+  * Fix RDB CRC64 checksum on big-endian systems (#8270)
+    If you're using big-endian please consider the compatibility implications 
with
+    RESTORE, replication and persistence.
+  * Fix wrong order of key/value in Lua's map response (#8266)
+    If your scripts use redis.setresp() or return a map (new in Redis 6.0), 
please
+    consider the implications.
+  Bug fixes that are only applicable to previous releases of Redis 6.2:
+  * Resolve rare assertions in active defragmentation while loading (#8284, 
#8281)
+  Bug fixes:
+  * Fix the selection of a random element from large hash tables (#8133)
+  * Fix an issue where a forked process deletes the parent's pidfile (#8231)
+  * Fix crashes when enabling io-threads-do-reads (#8230)
+  * Fix a crash in redis-cli after executing cluster backup (#8267)
+  * Fix redis-benchmark to use an IP address for the first cluster node (#8154)
+  * Fix saving of strings larger than 2GB into RDB files (#8306)
+  Additional improvements:
+  * Improve replication handshake time (#8214)
+  * Release client tracking table memory asynchronously in cases where the DB 
is also freed asynchronously (#8039)
+  * Avoid wasteful transient memory allocation in certain cases (#8286, #5954)
+  * Handle binary string values by the 'requirepass' and 'masterauth' configs 
(#8200)
+  Platform and deployment-related changes:
+  * Install redis-check-rdb and redis-check-aof as symlinks to redis-server 
(#5745)
+  * Add a check for an ARM64 Linux kernel bug (#8224)
+    Due to the potential severity of this issue, Redis will refuse to run on
+    affected platforms by default.
+  Info fields and introspection changes:
+  * Add the errorstats section to the INFO command (#8217)
+  * Add the failed_calls and rejected_calls fields INFO's commandstats section 
(#8217)
+  * Report child copy-on-write metrics continuously (#8264)
+  Module API changes:
+  * Add the RedisModule_SendChildCOWInfo API (#8264)
+  * Add the may-replicate command flag (#8170)
+  
+- includes changes from 6.2 RC1:
+  New commands / args:
+  * Add SMISMEMBER command that checks multiple members (#7615)
+  * Add ZMSCORE command that returns an array of scores (#7593)
+  * Add LMOVE and BLMOVE commands that pop and push arbitrarily (#6929)
+  * Add RESET command that resets client connection state (#7982)
+  * Add COPY command that copies keys (#7953)
+  * Add ZDIFF and ZDIFFSTORE commands (#7961)
+  * Add ZINTER and ZUNION commands (#7794)
+  * Add GEOSEARCH/GEOSEARCHSTORE commands for bounding box spatial queries 
(#8094)
+  * Add GET parameter to SET command, for more powerful GETSET (#7852)
+  * Add exclusive range query to XPENDING (#8130)
+  * Add exclusive range query to X[REV]RANGE (#8072)
+  * Add GT and LT options to ZADD for conditional score updates (#7818)
+  * Add CLIENT INFO and CLIENT LIST for specific ids (#8113)
+  * Add IDLE argument to XPENDING command (#7972)
+  * Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)
+  * Add NOMKSTREAM option to XADD command (#7910)
+  * Add command introspection to Sentinel (#7940)
+  * Add SENTINEL MYID subcommand (#7858)
+  New features:
+  * Dump payload sanitization: prevent corrupt payload causing crashes (#7807)
+    Has flags to enable full O(N) validation (disabled by default).
+  * ACL patterns for Pub/Sub channels (#7993)
+  * Support ACL for Sentinel mode (#7888)
+  * Support getting configuration from both stdin and file at the same time 
(#7893)
+    Lets you avoid storing secrets on the disk.
+  New features in CLI tools:
+  * redis-cli RESP3 push support (#7609)
+  * redis-cli cluster import support source and target that require auth 
(#7994)
+  * redis-cli URIs able to provide user name in addition to password (#8048)
+  * redis-cli/redis-benchmark allow specifying the prefered 
ciphers/ciphersuites (#8005)
+  * redis-cli add -e option to exit with code when command execution fails 
(#8136)
+  Command behavior changes:
+  * EXISTS should not alter LRU (#8016)
+    In Redis 5.0 and 6.0 it would have touched the LRU/LFU of the key.
+  * OBJECT should not reveal logically expired keys (#8016)
+    Will now behave the same TYPE or any other non-DEBUG command.
+  * Improve db id range check for SELECT and MOVE (#8085)
+    Changes the error message text on a wrong db index.
+  * Modify AUTH / HELLO error message (#7648)
+    Changes the error message text when the user isn't found or is disabled.
+  * BITOPS length limited to proto_max_bulk_len rather than 512MB (#8096)
+    The limit is now configurable like in SETRANGE, and APPEND.
+  * GEORADIUS[BYMEMBER] can fail with -OOM if Redis is over the memory limit 
(#8107)
+  Other behavior changes:
+  * Optionally (default) fail to start if requested bind address is not 
available (#7936)
+    If you rely on Redis starting successfully even if one of the bind 
addresses
+    is not available, you'll need to tune the new config.
+  * Limit the main db dictionaries expansion to prevent key eviction (#7954)
+    In the past big dictionary rehashing could result in massive data eviction.
+    Now this rehashing is delayed (up to a limit), which can result in 
performance
+    loss due to hash collisions.
+  * CONFIG REWRITE is atomic and safer, but requires write access to the 
config file's folder (#7824, #8051)
+    This change was already present in 6.0.9, but was missing from the release
+    notes.
+  * A new incremental eviction mechanism that reduces latency on eviction 
spikes (#7653)
+    In pathological cases this can cause memory to grow uncontrolled and may 
require
++++ 92 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/redis/redis.changes
++++ and /work/SRC/openSUSE:Factory/.redis.new.2401/redis.changes

Old:
----
  redis-6.0.11.tar.gz

New:
----
  redis-6.2.1.tar.gz

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

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.ql3BG7/_old  2021-03-11 20:07:12.060167911 +0100
+++ /var/tmp/diff_new_pack.ql3BG7/_new  2021-03-11 20:07:12.064167918 +0100
@@ -20,12 +20,12 @@
 %define _log_dir        %{_localstatedir}/log/%{name}
 %define _conf_dir       %{_sysconfdir}/%{name}
 Name:           redis
-Version:        6.0.11
+Version:        6.2.1
 Release:        0
 Summary:        Persistent key-value database
 License:        BSD-3-Clause
 URL:            https://redis.io
-Source0:        https://download.redis.io/releases/redis-%{version}.tar.gz
+Source0:        https://download.redis.io/releases/%{name}-%{version}.tar.gz
 Source1:        %{name}.logrotate
 Source2:        %{name}.target
 Source3:        %{name}@.service
@@ -72,10 +72,10 @@
 %build
 export HOST=OBS # for reproducible builds
 %make_build CFLAGS="%{optflags}" BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes
-%sysusers_generate_pre %{SOURCE9} redis
+%sysusers_generate_pre %{SOURCE9} %{name}
 
 %install
-install -m 0750 -d \
+install -pm0750 -d \
   %{buildroot}%{_sbindir} \
   %{buildroot}%{_log_dir} \
   %{buildroot}%{_data_dir} \
@@ -83,10 +83,10 @@
   %{buildroot}%{_log_dir}/default \
   %{buildroot}%{_data_dir}/default
 
-install -Dpm 0755 src/%{name}-benchmark  
%{buildroot}%{_bindir}/%{name}-benchmark
-install -Dpm 0755 src/%{name}-cli        %{buildroot}%{_bindir}/%{name}-cli
+install -Dpm0755 src/%{name}-benchmark  
%{buildroot}%{_bindir}/%{name}-benchmark
+install -Dpm0755 src/%{name}-cli        %{buildroot}%{_bindir}/%{name}-cli
 
-install -Dpm 0755 src/%{name}-server     %{buildroot}%{_sbindir}/%{name}-server
+install -Dpm0755 src/%{name}-server     %{buildroot}%{_sbindir}/%{name}-server
 
 ln -sfv ../sbin/redis-server             
%{buildroot}%{_bindir}/%{name}-check-aof
 ln -sfv ../sbin/redis-server             
%{buildroot}%{_bindir}/%{name}-check-rdb
@@ -95,23 +95,23 @@
 ln -sfv ../sbin/redis-server             
%{buildroot}%{_sbindir}/%{name}-sentinel
 
 perl -p -i -e 's|daemonize yes|daemonize no|g' %{name}.conf
-install -Dm 0640 redis.conf              
%{buildroot}%{_conf_dir}/default.conf.example
-install -Dm 0660 sentinel.conf           
%{buildroot}%{_conf_dir}/sentinel.conf.example
+install -Dpm0640 redis.conf             
%{buildroot}%{_conf_dir}/default.conf.example
+install -Dpm0660 sentinel.conf          
%{buildroot}%{_conf_dir}/sentinel.conf.example
 
 # some sysctl stuff
-install -Dm 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysctl.d/00-%{name}.conf
-install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
-install -Dm 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.target
-install -Dm 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}@.service
-install -Dm 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf
-install -Dm 0644 %{SOURCE7} %{buildroot}%{_unitdir}/%{name}-sentinel@.service
-install -Dm 0644 %{SOURCE8} %{buildroot}%{_unitdir}/%{name}-sentinel.target
+install -Dpm0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysctl.d/00-%{name}.conf
+install -Dpm0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
+install -Dpm0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.target
+install -Dpm0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}@.service
+install -Dpm0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf
+install -Dpm0644 %{SOURCE7} %{buildroot}%{_unitdir}/%{name}-sentinel@.service
+install -Dpm0644 %{SOURCE8} %{buildroot}%{_unitdir}/%{name}-sentinel.target
 
-ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 cp %{SOURCE5} README.SUSE
 
 mkdir -p %{buildroot}%{_sysusersdir}
-install -m 644 %{SOURCE9} %{buildroot}%{_sysusersdir}/
+install -pm0644 %{SOURCE9} %{buildroot}%{_sysusersdir}/
 
 %check
 cat <<EOF
@@ -123,19 +123,19 @@
 # Variable assignments need to match in all make invocations, otherwise it 
might recomplie. See https://github.com/redis/redis/issues/7337
 %make_build test CFLAGS="%{optflags}" BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes || 
true
 
-%pre -f redis.pre
-%service_add_pre redis.target redis@.service redis-sentinel.target 
redis-sentinel@.service
+%pre -f %{name}.pre
+%service_add_pre %{name}.target %{name}@.service %{name}-sentinel.target 
%{name}-sentinel@.service
 
 %post
 %tmpfiles_create %{_tmpfilesdir}/%{name}.conf
-%service_add_post redis.target redis@.service redis-sentinel.target 
redis-sentinel@.service
+%service_add_post %{name}.target %{name}@.service %{name}-sentinel.target 
%{name}-sentinel@.service
 echo "See %{_docdir}/%{name}/README.SUSE to continue"
 
 %preun
-%service_del_preun redis.target redis@.service redis-sentinel.target 
redis-sentinel@.service
+%service_del_preun %{name}.target %{name}@.service %{name}-sentinel.target 
%{name}-sentinel@.service
 
 %postun
-%service_del_postun redis.target redis@.service redis-sentinel.target 
redis-sentinel@.service
+%service_del_postun %{name}.target %{name}@.service %{name}-sentinel.target 
%{name}-sentinel@.service
 
 %files
 %license COPYING
@@ -146,7 +146,7 @@
 %{_sbindir}/%{name}-*
 %{_sbindir}/rc%{name}
 %{_tmpfilesdir}/%{name}.conf
-%{_sysusersdir}/redis-user.conf
+%{_sysusersdir}/%{name}-user.conf
 %{_unitdir}/%{name}@.service
 %{_unitdir}/%{name}.target
 %{_unitdir}/%{name}-sentinel@.service
@@ -156,5 +156,6 @@
 %dir %attr(0750,%{name},%{name}) %{_data_dir}
 %dir %attr(0750,%{name},%{name}) %{_data_dir}/default
 %dir %attr(0750,%{name},%{name}) %{_log_dir}
+%ghost %dir /run/%{name}
 
 %changelog

++++++ redis-6.0.11.tar.gz -> redis-6.2.1.tar.gz ++++++
++++ 59687 lines of diff (skipped)

++++++ redis-conf.patch ++++++
--- /var/tmp/diff_new_pack.ql3BG7/_old  2021-03-11 20:07:12.604168793 +0100
+++ /var/tmp/diff_new_pack.ql3BG7/_new  2021-03-11 20:07:12.604168793 +0100
@@ -2,34 +2,34 @@
 ===================================================================
 --- redis.conf.orig
 +++ redis.conf
-@@ -221,7 +221,7 @@ tcp-keepalive 300
- 
+@@ -244,7 +244,7 @@
  # By default Redis does not run as a daemon. Use 'yes' if you need it.
  # Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
+ # When Redis is supervised by upstart or systemd, this parameter has no 
impact.
 -daemonize no
 +daemonize yes
  
  # If you run Redis from upstart or systemd, Redis can interact with your
  # supervision tree. Options:
-@@ -233,7 +233,7 @@ daemonize no
- #                        UPSTART_JOB or NOTIFY_SOCKET environment variables
- # Note: these supervision methods only signal "process is ready."
- #       They do not enable continuous pings back to your supervisor.
--supervised no
+@@ -262,7 +262,7 @@
+ # The default is "no". To run under upstart/systemd, you can simply uncomment
+ # the line below:
+ #
+-# supervised auto
 +supervised systemd
  
  # If a pid file is specified, Redis writes it where specified at startup
  # and removes it at exit.
-@@ -244,7 +244,7 @@ supervised no
+@@ -276,7 +276,7 @@
  #
- # Creating a pid file is best effort: if Redis is not able to create it
- # nothing bad happens, the server will start and run normally.
+ # Note that on modern Linux systems "/run/redis.pid" is more conforming
+ # and should be used instead.
 -pidfile /var/run/redis_6379.pid
 +pidfile /var/run/redis/default.pid
  
  # Specify the server verbosity level.
  # This can be one of:
-@@ -257,7 +257,8 @@ loglevel notice
+@@ -289,7 +289,8 @@
  # Specify the log file name. Also the empty string can be used to force
  # Redis to log on the standard output. Note that if you use standard
  # output for logging but daemonize, logs will be sent to /dev/null
@@ -39,7 +39,7 @@
  
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  # and optionally update the other syslog parameters to suit your needs.
-@@ -362,7 +363,7 @@ rdb-del-sync-files no
+@@ -441,7 +442,7 @@
  # The Append Only File will also be created inside this directory.
  #
  # Note that you must specify a directory here, not a file name.
@@ -52,12 +52,24 @@
 ===================================================================
 --- sentinel.conf.orig
 +++ sentinel.conf
-@@ -1,4 +1,8 @@
- # Example sentinel.conf
-+#
+@@ -24,16 +24,18 @@
+ # Note that Redis will write a pid file in /var/run/redis-sentinel.pid when
+ # daemonized.
+ daemonize no
++supervised systemd
+ 
+ # When running daemonized, Redis Sentinel writes a pid file in
+ # /var/run/redis-sentinel.pid by default. You can specify a custom pid file
+ # location here.
+-pidfile /var/run/redis-sentinel.pid
 +pidfile /var/run/redis/sentinel-default.pid
+ 
+ # Specify the log file name. Also the empty string can be used to force
+ # Sentinel to log on the standard output. Note that if you use standard
+ # output for logging but daemonize, logs will be sent to /dev/null
+-logfile ""
 +loglevel notice
 +logfile /var/log/redis/sentinel-default.log
  
- # *** IMPORTANT ***
- #
+ # sentinel announce-ip <ip>
+ # sentinel announce-port <port>

++++++ redis-sentinel@.service ++++++
--- /var/tmp/diff_new_pack.ql3BG7/_old  2021-03-11 20:07:12.644168859 +0100
+++ /var/tmp/diff_new_pack.ql3BG7/_new  2021-03-11 20:07:12.644168859 +0100
@@ -4,7 +4,7 @@
 PartOf=redis-sentinel.target
 
 [Service]
-Type=simple
+Type=notify
 User=redis
 Group=redis
 PrivateTmp=true

++++++ redis.hashes ++++++
--- /var/tmp/diff_new_pack.ql3BG7/_old  2021-03-11 20:07:12.688168930 +0100
+++ /var/tmp/diff_new_pack.ql3BG7/_new  2021-03-11 20:07:12.688168930 +0100
@@ -119,3 +119,6 @@
 hash redis-5.0.11.tar.gz sha256 
418135c453a94aac24c24243b041fb978fcc3ea4e1e1f996c1d64b16ae6ac1aa 
http://download.redis.io/releases/redis-5.0.11.tar.gz
 hash redis-6.2.0.tar.gz sha256 
67d624c25d962bd68aff8812a135df85bad07556b8825f3bcd5b522a9932dbca 
http://download.redis.io/releases/redis-6.2.0.tar.gz
 hash redis-6.0.11.tar.gz sha256 
c927f2d110e88fda308526a1809a4d7dfcd004319f0de66d40a58a42aec23c5f 
http://download.redis.io/releases/redis-6.0.11.tar.gz
+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

++++++ redis.tmpfiles.d ++++++
--- /var/tmp/diff_new_pack.ql3BG7/_old  2021-03-11 20:07:12.752169034 +0100
+++ /var/tmp/diff_new_pack.ql3BG7/_new  2021-03-11 20:07:12.756169041 +0100
@@ -1,2 +1,2 @@
 # Type Path                    Mode UID  GID     Age Argument
-d      /var/run/redis/         0755 redis redis  -   -
+d      /run/redis              0755 redis redis  -   -

Reply via email to