Commit Graph

116 Commits

Author SHA256 Message Date
Danilo Spinella
48297b11e7 Accepting request 1005288 from home:stroeder:sys
- Update to version 7.0.5 (boo#1203638)
  + Security Fixes:
    * (CVE-2022-35951) Executing a XAUTOCLAIM command on a stream key in a specific
      state, with a specially crafted COUNT argument, may cause an integer overflow,
      a subsequent heap overflow, and potentially lead to remote code execution.
      The problem affects Redis versions 7.0.0 or newer
      [reported by Xion (SeungHyun Lee) of KAIST GoN].
  + Module API changes
    * Fix RM_Call execution of scripts when used with M/W/S flags to properly
      handle script flags (#11159)
    * Fix RM_SetAbsExpire and RM_GetAbsExpire API registration (#11025, #8564)
  + Bug Fixes
    * Fix a hang when eviction is combined with lazy-free and maxmemory-eviction-tenacity is set to 100 (#11237)
    * Fix a crash when a replica may attempt to set itself as its master as a result of a manual failover (#11263)
    * Fix a bug where a cluster-enabled replica node may permanently set its master's hostname to '?' (#10696)
    * Fix a crash when a Lua script returns a meta-table (#11032)
  + Fixes for issues in previous releases of Redis 7.0
    * Fix redis-cli to do DNS lookup before sending CLUSTER MEET (#11151)
    * Fix crash when a key is lazy expired during cluster key migration (#11176)
    * Fix AOF rewrite to fsync the old AOF file when a new one is created (#11004)
    * Fix some crashes involving a list containing entries larger than 1GB (#11242)
    * Correctly handle scripts with a non-read-only shebang on a cluster replica (#11223)
    * Fix memory leak when unloading a module (#11147)
    * Fix bug with scripts ignoring client tracking NOLOOP (#11052)
    * Fix client-side tracking breaking protocol when FLUSHDB / FLUSHALL / SWAPDB is used inside MULTI-EXEC (#11038)
    * Fix ACL: BITFIELD with GET and also SET / INCRBY can be executed with read-only key permission (#11086)
    * Fix missing sections for INFO ALL when also requesting a module info section (#11291)

OBS-URL: https://build.opensuse.org/request/show/1005288
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=205
2022-09-22 07:54:56 +00:00
Danilo Spinella
e5646695a9 Accepting request 989997 from home:stroeder:branches:server:database
Security update to version 7.0.4 (CVE-2022-31144)

OBS-URL: https://build.opensuse.org/request/show/989997
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=203
2022-07-18 15:26:40 +00:00
Martin Pluskal
6ab47f9b1e Accepting request 988416 from home:stroeder:branches:server:database
Update to version 7.0.3

OBS-URL: https://build.opensuse.org/request/show/988416
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=201
2022-07-12 15:53:38 +00:00
Danilo Spinella
06e4ad573a Accepting request 986598 from home:dspinella:branches:server:database
- Use bundled jemalloc to fix active defragmentation, fixes bsc#1200913.
- Remove patch:
  * Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch

OBS-URL: https://build.opensuse.org/request/show/986598
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=199
2022-07-07 17:00:57 +00:00
Lars Vogdt
c8db686502 Accepting request 985767 from home:schubi2
- Moved logrotate files from user specific directory /etc/logrotate.d
  to vendor specific directory /usr/etc/logrotate.d.

OBS-URL: https://build.opensuse.org/request/show/985767
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=197
2022-06-29 17:57:26 +00:00
Martin Pluskal
3a299c7f83 Accepting request 982226 from home:stroeder:branches:server:database
Update to version 7.0.2

OBS-URL: https://build.opensuse.org/request/show/982226
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=195
2022-06-13 14:46:11 +00:00
Martin Pluskal
f41549a2ad Accepting request 981377 from home:stroeder:branches:server:database
Update to version 7.0.1

OBS-URL: https://build.opensuse.org/request/show/981377
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=194
2022-06-09 06:07:20 +00:00
Martin Pluskal
20ccd06069 Accepting request 976074 from home:dspinella:branches:server:database
- Unbundle jemalloc, fixes bsc#199164
  * Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch

OBS-URL: https://build.opensuse.org/request/show/976074
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=192
2022-05-11 06:37:08 +00:00
Martin Pluskal
349be1dcf8 Accepting request 976028 from home:jsegitz:branches:server:database
- Add ReadWritePaths=/etc/redis to redis-sentinel@.service (bsc#1199198)

OBS-URL: https://build.opensuse.org/request/show/976028
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=191
2022-05-11 06:36:28 +00:00
Martin Pluskal
f306911a84 Accepting request 975847 from home:dspinella:branches:server:database
- Update to version 7.0.0:
  https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES
- Remove upstreamed patch:
  * getMcontextEip-return-value.patch

OBS-URL: https://build.opensuse.org/request/show/975847
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=190
2022-05-10 07:17:27 +00:00
Martin Pluskal
4c926e08c4 Accepting request 973269 from home:AndreasStieger:branches:server:database
redis 6.2.7
CVE-2022-24736 boo#1198953
CVE-2022-24735 boo#1198952

OBS-URL: https://build.opensuse.org/request/show/973269
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=188
2022-04-28 06:51:05 +00:00
Danilo Spinella
430cbb6739 Accepting request 932205 from home:jsegitz:branches:systemdhardening:server:database
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/932205
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=187
2021-11-22 10:20:26 +00:00
Danilo Spinella
97948553d5 Accepting request 923169 from home:stroeder:sys
OBS-URL: https://build.opensuse.org/request/show/923169
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=186
2021-10-05 09:57:51 +00:00
Danilo Spinella
1a8fa3482d Accepting request 907768 from home:AndreasStieger:branches:server:database
redis 6.2.5 CVE-2021-32761 boo#1188598

OBS-URL: https://build.opensuse.org/request/show/907768
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=185
2021-07-22 14:14:31 +00:00
Martin Pluskal
f2af886a8b Accepting request 899019 from home:dirkmueller:Factory
- replaced /var/run with /run for all PID file paths (bsc#1185072)

OBS-URL: https://build.opensuse.org/request/show/899019
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=183
2021-06-14 07:08:16 +00:00
Martin Pluskal
da554e8480 Accepting request 896855 from home:AndreasStieger:branches:server:database
redis 6.2.4 CVE-2021-32625 (boo#1186722)

OBS-URL: https://build.opensuse.org/request/show/896855
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=181
2021-06-02 08:13:15 +00:00
Martin Pluskal
02b5d6b1f0 Accepting request 894866 from home:jengelh:branches:server:database
- Move sysctl file to /usr/lib/sysctl.d, so that it can be
  overridden by an admin in /etc.

OBS-URL: https://build.opensuse.org/request/show/894866
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=179
2021-05-24 07:34:37 +00:00
Martin Pluskal
34ca9d1956 Accepting request 891111 from home:AndreasStieger:branches:server:database
redis 6.2.3 changelog

OBS-URL: https://build.opensuse.org/request/show/891111
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=177
2021-05-07 07:49:51 +00:00
Martin Pluskal
5dff38b6ba Accepting request 890241 from home:stroeder:branches:server:database
redis 6.2.3 with security fixes

OBS-URL: https://build.opensuse.org/request/show/890241
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=176
2021-05-04 08:23:54 +00:00
Martin Pluskal
68932dfc8b Accepting request 886928 from home:AndreasStieger:branches:server:database
- 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

OBS-URL: https://build.opensuse.org/request/show/886928
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=174
2021-04-20 10:04:45 +00:00
Martin Pluskal
2c399fbadb Accepting request 886894 from home:stroeder:branches:server:database
redis 6.2.2

OBS-URL: https://build.opensuse.org/request/show/886894
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=173
2021-04-20 08:19:36 +00:00
Martin Pluskal
5156d2779c Accepting request 878769 from home:stroeder:branches:server:database
- replaced /var/run with /run for all PID file paths

OBS-URL: https://build.opensuse.org/request/show/878769
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=171
2021-03-18 14:23:57 +00:00
Martin Pluskal
90154ff7bf Accepting request 877720 from home:gmccarter:branches:server:database
- 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)

OBS-URL: https://build.opensuse.org/request/show/877720
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=169
2021-03-08 12:06:24 +00:00
Martin Pluskal
a804f3e25e Accepting request 876322 from home:13ilya:branches:server:database
- Added parameter -p to all install command in spec-file.
- Changed file redis.tmpfiles.d file, replaced from /var/run to /run.

OBS-URL: https://build.opensuse.org/request/show/876322
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=168
2021-03-03 07:13:07 +00:00
Martin Pluskal
657cf1c574 Accepting request 876262 from home:AndreasStieger:branches:server:database
redis 6.0.12

OBS-URL: https://build.opensuse.org/request/show/876262
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=167
2021-03-03 07:12:30 +00:00
Martin Pluskal
a18225ccff Accepting request 874834 from home:jzerebecki:branches:server:database
- Switch systemd type of the sentinel service from notify to simple. This can
  be reverted when updating to 6.2 which fixes
  https://github.com/redis/redis/issues/7284 .

OBS-URL: https://build.opensuse.org/request/show/874834
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=165
2021-02-25 06:40:25 +00:00
Martin Pluskal
68fba7c30d Accepting request 874857 from home:AndreasStieger:branches:server:database
redis 6.0.11 CVE-2021-21309 boo#1182657

OBS-URL: https://build.opensuse.org/request/show/874857
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=164
2021-02-25 06:40:00 +00:00
Martin Pluskal
39dcb28041 Accepting request 872712 from home:msmeissn:branches:server:database
this resyncs SLES changes

- Enable TLS support and add BuildRequires libopenssl-devel (bsc#1181830)
- Make tests run by adding BuildRequires tcl and procps

OBS-URL: https://build.opensuse.org/request/show/872712
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=162
2021-02-16 15:30:52 +00:00
Martin Pluskal
16bfddbb26 Accepting request 862707 from home:stroeder:branches:server:database
- HTTPS download link for source
- redis 6.0.10

OBS-URL: https://build.opensuse.org/request/show/862707
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=160
2021-01-13 06:23:01 +00:00
58211b15d6 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
2020-10-28 13:13:44 +00:00
Martin Pluskal
38d6481369 Accepting request 842547 from home:dirkmueller:branches:server:database
- redis 6.0.8 (jsc#PM-1615, jsc#PM-1622, jsc#PM-1681, jsc#ECO-2417, jsc#ECO-2867, jsc#PM-1547, jsc#CAPS-56, jsc#SLE-11578, jsc#SLE-12821):

OBS-URL: https://build.opensuse.org/request/show/842547
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=156
2020-10-19 14:55:15 +00:00
Martin Pluskal
3ac276d2f2 Accepting request 833670 from home:AndreasStieger:branches:server:database
redis 6.0.8

OBS-URL: https://build.opensuse.org/request/show/833670
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=154
2020-09-11 09:12:35 +00:00
Lars Vogdt
9e325d8cf9 Accepting request 822886 from home:AndreasStieger:branches:server:database
redis 6.0.6

OBS-URL: https://build.opensuse.org/request/show/822886
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=152
2020-07-27 19:38:03 +00:00
Lars Vogdt
b9f3734eea Accepting request 813274 from home:AndreasStieger:branches:server:database
redis 6.0.5

OBS-URL: https://build.opensuse.org/request/show/813274
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=150
2020-06-10 18:15:04 +00:00
Lars Vogdt
2d3a1bac03 Accepting request 810027 from home:AndreasStieger:branches:server:database
redis 6.0.4

OBS-URL: https://build.opensuse.org/request/show/810027
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=148
2020-05-28 22:43:04 +00:00
Martin Pluskal
44923d114e Accepting request 806158 from home:AndreasStieger:branches:server:database
redis 6.0.3

OBS-URL: https://build.opensuse.org/request/show/806158
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=147
2020-05-17 12:52:53 +00:00
Martin Pluskal
f02ecb8edf Accepting request 802246 from home:Andreas_Schwab:Factory
- redis-disable_integration_logging.patch: remove
- redis-enable-bactrace-on-x86-ia64-and_arm32_only.patch: remove
- getMcontextEip-return-value.patch: Add missing return value

OBS-URL: https://build.opensuse.org/request/show/802246
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=145
2020-05-11 05:21:40 +00:00
Martin Pluskal
2d52a2578d Accepting request 800054 from home:darix:apps
- add BR pkgconfig(libsystemd) for the rewritten systemd support
  and force building with it

- Update to 6.0.1
  * https://raw.githubusercontent.com/antirez/redis/6.0.1/00-RELEASENOTES
  * XCLAIM AOF/replicas propagation fixed.
  * Client side caching: new NOLOOP option to avoid getting
    notified about changes performed by ourselves.
  * ACL GENPASS now uses HMAC-SHA256 and have an optional
    "bits" argument.  It means you can use it as a general purpose
    "secure random strings" primitive!
  * Cluster "SLOTS" subcommand memory optimization.
  * The LCS command is now a subcommand of STRALGO.
  * Meaningful offset for replicas as well. More successful
    partial resynchronizations.
  * Optimize memory usage of deferred replies.
  * Faster CRC64 algorithm for faster RDB loading.
  * XINFO STREAM FULL, a new subcommand to get the whole stream
    state.
  * CLIENT KILL USER <username>.
  * MIGRATE AUTH2 option, for ACL style authentication support.
  * Other random bugfixes.

OBS-URL: https://build.opensuse.org/request/show/800054
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=143
2020-05-04 14:42:41 +00:00
Martin Pluskal
ae165de876 Accepting request 799525 from home:Andreas_Schwab:Factory
- ppc-atomic.patch: use libatomic also on ppc

OBS-URL: https://build.opensuse.org/request/show/799525
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=141
2020-05-02 07:44:32 +00:00
Martin Pluskal
a822998a21 Accepting request 799414 from home:AndreasStieger:branches:server:database
- add hash file from redis-hashes and verify it during build

OBS-URL: https://build.opensuse.org/request/show/799414
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=140
2020-05-01 08:17:12 +00:00
Martin Pluskal
004a98bc07 Accepting request 795322 from home:AndreasStieger:branches:server:database
redis 5.0.9

OBS-URL: https://build.opensuse.org/request/show/795322
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=138
2020-04-18 08:40:15 +00:00
Martin Pluskal
b11fef3138 Accepting request 787910 from home:kukuk:branches:server:database
- Use the tmpfiles macros instead of calling systemd-tempfiles
  direct and build wrong macro paths.

OBS-URL: https://build.opensuse.org/request/show/787910
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=136
2020-03-25 07:11:31 +00:00
Martin Pluskal
bb7cea626c Accepting request 786036 from home:13ilya:branches:server:database
- Refresh spec-file with spec-cleaner and manual optimizations
  * Remove Group tag.
  * Replace make by %make_build macros.
- Update to 5.0.8
  * https://raw.githubusercontent.com/antirez/redis/5.0.8/00-RELEASENOTES
  * Fix Pi building needing -latomic, backport.
  * Fix impl of aof-child whitelist SIGUSR1 feature.
  * Fix ThreadSafeContext lock/unlock function names.
  * XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC.
  * Fix client flags to be int64 in module.c.
  * Fix small bugs related to replica and monitor ambiguity.
  * Fix lua related memory leak.
  * Simplify #6379 changes.
  * Free allocated sds in pfdebugCommand() to avoid memory leak.
  * Jump to right label on AOF parsing error.
  * Free fakeclient argv on AOF error.
  * Fix potential memory leak of rioWriteBulkStreamID().
  * Fix potential memory leak of clusterLoadConfig().
  * Fix bug on KEYS command where pattern starts with * followed by \x00.
  * Blocking XREAD[GROUP] should always reply with valid data.
  * XCLAIM: Create the consumer only on successful claims.
  * Stream: Handle streamID-related edge cases.
  * Fix ip and missing mode in RM_GetClusterNodeInfo().
  * Inline protocol: handle empty strings well.
  * Mark extern definition of SDS_NOINIT in sds.h.
  * Fix revisit CVE-2015-8080 vulnerability.
  * Avoid sentinel changes promoted_slave to be its own replica.

OBS-URL: https://build.opensuse.org/request/show/786036
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=135
2020-03-18 06:14:14 +00:00
Lars Vogdt
baaf00aced Accepting request 772349 from home:darix:apps
- print instance name in the from the service files

OBS-URL: https://build.opensuse.org/request/show/772349
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=133
2020-02-08 21:38:07 +00:00
Martin Pluskal
bd2584d8bc Accepting request 766688 from home:kukuk:branches:server:database
- Don't install redis-trib.rb, it's only a dummy telling the user
  to use redis-cli instead and pulls in ruby for that.

OBS-URL: https://build.opensuse.org/request/show/766688
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=131
2020-01-26 17:11:27 +00:00
Martin Pluskal
95ad5c7d59 Accepting request 760070 from home:kukuk:ei-demo
- Make redis useable in a container (drop size from 100MB to 20MB):
  - Change user generation from shadow to sysusers
  - Drop redis-initscript.patch and sudo requires, we use systemd
  - Drop BuildRequires for procps and tcl, they are not needed
  - Make logrotate recommend, it's not required for redis to work

OBS-URL: https://build.opensuse.org/request/show/760070
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=129
2019-12-31 08:22:02 +00:00
Martin Pluskal
01c9427147 Accepting request 752707 from home:13ilya
- Update to 5.0.7
  * https://raw.githubusercontent.com/antirez/redis/5.0.7/00-RELEASENOTES
  * Test: fix implementation-dependent test after code change.
  * RED-31295 - redis: avoid race between dlopen and thread creation.
  * Cluster: fix memory leak of cached master.
  * Fix usage of server.stream_node_max_*.
  * Update mkreleasehdr.sh.
  * Remove additional space from comment.
  * Fix stream test after addition of 0-0 ID test.
  * AOF: fix assignment for aof_fsync_offset.
  * Rename var to fixed_time_expire now that is more general.
  * Expires & blocking: handle ready keys as call().
  * XADD with ID 0-0 stores an empty key.
  * Fix unreported overflow in autogerenared stream IDs.
  * Expires: refactoring judgment about whether a key is expired.
- Refresh reproducible.patch
- Update to 5.0.6
  * https://raw.githubusercontent.com/antirez/redis/5.0.6/00-RELEASENOTES
  * RDB: fix MODULE_AUX loading by continuing to next opcode.
  * Missing per-skiplist overheads in MEMORY USAGE.
  * RM_Log: add support for logging without a context or context
    without module.
  * Cluster: abort loading nodes data if vars arguments are unbalanced.
  * More strict checks and better comments in flushSlaveOutputBuffers().
  * Improve comment in flushSlavesOutputBuffers().
  * Replication: clarify why repl_put_online_on_ack exists at all.
  * Networking: flushSlavesOutputBuffers bugfix.
  * RM_ReplyWithCString was missing registration.
  * Fix to module aux data rdb format for backwards compatibility
    with old check-rdb.
  * Implement module api for aux data in rdb.
  * Redis-cli: always report server errors on read errors.
  * Reduce the calling stack.
  * Make EMBSTR case of #6261 more obvious.
  * Make memory usage consistent of robj with OBJ_ENCODING_INT.
  * HyperLogLog: fix the fix of a corruption bug.
  * Fix HLL corruption bug.
  * Extend REDISMODULE_CTX_FLAGS to indicate if redis is currently
    loading from either RDB or AOF.
  * Uses addReplyBulkCString.
  * Adds RedisModule_ReplyWithCString.

OBS-URL: https://build.opensuse.org/request/show/752707
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=127
2019-12-02 09:15:27 +00:00
3b6782417a - update to 5.0.5
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=125
2019-06-06 20:59:06 +00:00
Lars Vogdt
32bb33dd29 Accepting request 652038 from home:EGDFree:branches:server:database
- update systemd unit file to fix redis shutdown immedaiate after start

OBS-URL: https://build.opensuse.org/request/show/652038
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=123
2018-11-26 16:50:24 +00:00
26f9257519 Accepting request 634210 from home:darix:apps
- make sure that disabling/restarting servers works
  https://nordisch.org/posts/hooking-up-instantiated-services-with-rpm/

OBS-URL: https://build.opensuse.org/request/show/634210
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=121
2018-09-07 12:35:42 +00:00