From ae648284a981f00e1483cf83c6930886041cd7e65096068ee08cfd1c7f4c558c Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 28 Oct 2020 13:13:44 +0000 Subject: [PATCH] Accepting request 844547 from home:AndreasStieger:branches:server:database redis 6.0.9 OBS-URL: https://build.opensuse.org/request/show/844547 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=158 --- redis-6.0.8.tar.gz | 3 --- redis-6.0.9.tar.gz | 3 +++ redis-conf.patch | 12 ++++++------ redis.changes | 17 +++++++++++++++++ redis.hashes | 2 ++ redis.spec | 2 +- 6 files changed, 29 insertions(+), 10 deletions(-) delete mode 100644 redis-6.0.8.tar.gz create mode 100644 redis-6.0.9.tar.gz diff --git a/redis-6.0.8.tar.gz b/redis-6.0.8.tar.gz deleted file mode 100644 index c1b8c1a..0000000 --- a/redis-6.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68 -size 2247528 diff --git a/redis-6.0.9.tar.gz b/redis-6.0.9.tar.gz new file mode 100644 index 0000000..fc5767f --- /dev/null +++ b/redis-6.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd +size 2261418 diff --git a/redis-conf.patch b/redis-conf.patch index c74ff47..c9e6395 100644 --- a/redis-conf.patch +++ b/redis-conf.patch @@ -2,7 +2,7 @@ Index: redis.conf =================================================================== --- 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 @@ Index: redis.conf # 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 @@ Index: redis.conf # 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 @@ Index: redis.conf # 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. diff --git a/redis.changes b/redis.changes index 484f880..23f1bc4 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 27 19:12:44 UTC 2020 - Andreas Stieger + +- 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 + ------------------------------------------------------------------- Fri Sep 11 06:38:43 UTC 2020 - Andreas Stieger diff --git a/redis.hashes b/redis.hashes index e057712..62db003 100644 --- a/redis.hashes +++ b/redis.hashes @@ -110,3 +110,5 @@ hash redis-6.0.5.tar.gz sha256 42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d 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 diff --git a/redis.spec b/redis.spec index f6f51c5..f08469b 100644 --- a/redis.spec +++ b/redis.spec @@ -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