Commit Graph

8 Commits

Author SHA256 Message Date
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
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
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
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
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
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
dbfb16fd73 Accepting request 633784 from home:darix:apps
- make check && true -> make check || true
  This was probably meant to catch an error in the test suite, but
  with && it would only return true if it would return true
  already.

- added systemd unit file file redis-sentinel
  - the unit file uses the same multiple instance mechanism as the
    normal redis unit file
    systemctl start redis-sentinel@default will look for
    /etc/redis/sentinel-default.conf
    and expects a pid file
    /var/run/redis/sentinel-default.pid
    Please make sure your sentinel config sets the pid file.
  - adapted the default sentinel.conf.example to set the pid file
    and the log file similar to the normal redis.conf:
    /var/log/redis/sentinel-<instancename>.log
    /var/run/redis/sentinel-<instancename>.pid
    The unit file checks for the pid file so please adapt your
    local sentinel configs.
    Changed: redis-conf.patch
  - adapt and restructure README.SUSE
    - move the LimitNoFile to the service file itself so the user
      do not have to manually do that step for every instance
    - move the apache integration into its own section
    - add section for redis-sentinel
  - install sentinel example config with group write permissions
    to indicate that the actually config needs to be writable.

OBS-URL: https://build.opensuse.org/request/show/633784
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=120
2018-09-06 19:15:00 +00:00