Hello community, here is the log from the commit of package redis for openSUSE:Factory checked in at 2020-11-02 09:38:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redis (Old) and /work/SRC/openSUSE:Factory/.redis.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redis" Mon Nov 2 09:38:15 2020 rev:62 rq:844552 version:6.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/redis/redis.changes 2020-10-20 16:20:30.314296609 +0200 +++ /work/SRC/openSUSE:Factory/.redis.new.3463/redis.changes 2020-11-02 09:38:34.621505351 +0100 @@ -1,0 +2,17 @@ +Tue Oct 27 19:12:44 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de> + +- redis 6.0.9: + * potential heap overflow when using a heap allocator other + than jemalloc or glibc's malloc. Does not affect the openSUSE + package - boo#1178205 + * Memory reporting of clients argv + * Add redis-cli control on raw format line delimiter + * Add redis-cli support for rediss:// -u prefix + * WATCH no longer ignores keys which have expired for MULTI/EXEC + * Correct OBJECT ENCODING response for stream type + * Allow blocked XREAD on a cluster replica + * TLS: Do not require CA config if not used + * multiple bug fixes + * Additions to modules API + +------------------------------------------------------------------- Old: ---- redis-6.0.8.tar.gz New: ---- redis-6.0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redis.spec ++++++ --- /var/tmp/diff_new_pack.9Do9GJ/_old 2020-11-02 09:38:35.557506249 +0100 +++ /var/tmp/diff_new_pack.9Do9GJ/_new 2020-11-02 09:38:35.561506253 +0100 @@ -20,7 +20,7 @@ %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 6.0.8 +Version: 6.0.9 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause ++++++ redis-6.0.8.tar.gz -> redis-6.0.9.tar.gz ++++++ ++++ 8534 lines of diff (skipped) ++++++ redis-conf.patch ++++++ --- /var/tmp/diff_new_pack.9Do9GJ/_old 2020-11-02 09:38:35.917506595 +0100 +++ /var/tmp/diff_new_pack.9Do9GJ/_new 2020-11-02 09:38:35.917506595 +0100 @@ -2,7 +2,7 @@ =================================================================== --- redis.conf.orig +++ redis.conf -@@ -133,7 +133,7 @@ tcp-keepalive 300 +@@ -221,7 +221,7 @@ tcp-keepalive 300 # 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. @@ -11,16 +11,16 @@ # If you run Redis from upstart or systemd, Redis can interact with your # supervision tree. Options: -@@ -144,7 +144,7 @@ daemonize no +@@ -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 liveness pings back to your supervisor. + # They do not enable continuous pings back to your supervisor. -supervised no +supervised systemd # If a pid file is specified, Redis writes it where specified at startup # and removes it at exit. -@@ -155,7 +155,7 @@ supervised no +@@ -244,7 +244,7 @@ supervised no # # 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. @@ -29,7 +29,7 @@ # Specify the server verbosity level. # This can be one of: -@@ -168,7 +168,8 @@ loglevel notice +@@ -257,7 +257,8 @@ loglevel notice # 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. -@@ -260,7 +261,7 @@ dbfilename dump.rdb +@@ -362,7 +363,7 @@ rdb-del-sync-files no # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. ++++++ redis.hashes ++++++ --- /var/tmp/diff_new_pack.9Do9GJ/_old 2020-11-02 09:38:35.977506652 +0100 +++ /var/tmp/diff_new_pack.9Do9GJ/_new 2020-11-02 09:38:35.977506652 +0100 @@ -110,3 +110,5 @@ hash redis-6.0.6.tar.gz sha256 12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94 http://download.redis.io/releases/redis-6.0.6.tar.gz hash redis-6.0.7.tar.gz sha256 c2aaa1a4c7e72c70adedf976fdd5e1d34d395989283dab9d7840e0a304bb2393 http://download.redis.io/releases/redis-6.0.7.tar.gz hash redis-6.0.8.tar.gz sha256 04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68 http://download.redis.io/releases/redis-6.0.8.tar.gz +hash redis-5.0.10.tar.gz sha256 e30a5e7d1593a715cdda2a82deb90190816d06c9d1dc1ef5b36874878c683382 http://download.redis.io/releases/redis-5.0.10.tar.gz +hash redis-6.0.9.tar.gz sha256 dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd http://download.redis.io/releases/redis-6.0.9.tar.gz