Commit Graph

175 Commits

Author SHA256 Message Date
Dominique Leuenberger
aeacde346e Accepting request 359983 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/359983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=24
2016-02-18 10:07:33 +00:00
Martin Pluskal
3bc21afb26 Accepting request 359952 from home:evshmarnev:branches:server:database
- Update to 3.0.7:
* [FIX] Many fixes to MIGRATE multiple keys implementation.
* [FIX] A Redis Cluster node crash was fixed because of wrong handling of
        node->slaveof pointers.
* [FIX] Fix redis-trib rebalance when nodes need to be left empty because
        the specified weight is zero.
* [FIX] MIGRATE: Never send -ASK redirections for MIGRATE when there are
* [FIX] Lua debugger crash when printing too deeply nested objects.
* [FIX] Redis-cli implementation of Lua debugging now allows to use the
        SCRIPT DEBUG command directly, switching to debugging mode as needed.
* [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand
        called BUMPEPOCH was introduced in order to support new modes
        for the "fix" subcommand.
* [NEW] Redis proctected mode: this feature improves Redis security and makes
        harder to run Redis in a configuration that is unsecure because no
        firewalling was used in order to protect Redis from external accesses.
* [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection
        at the end of every unit.
* [NEW] Detect and show server crashes during Cluster/Sentinel tests.
* [NEW] More reliable Cluster/Sentinel test becuase of timing errors and
        -LOADING errors. 
* [FIX] lua_struct.c/getnum security issue fixed. 
* [FIX] Redis Cluster replica migration fixed.
* [FIX] Fix a race condition in processCommand() because of interactions
        with freeMemoryIfNeeded(). 
* [NEW] Backported from the upcoming Redis 3.2:
        MIGRATE now supports an extended multiple-keys pipelined mode, which
        is an order of magnitude faster. Redis Cluster now uses this mode
        in order to perform reshardings and rebalancings.
* [NEW] Backported from the upcoming Redis 3.2:

OBS-URL: https://build.opensuse.org/request/show/359952
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=74
2016-02-17 14:30:43 +00:00
Dominique Leuenberger
1083a0264d Accepting request 345678 from server:database
- Update to 3.0.5

OBS-URL: https://build.opensuse.org/request/show/345678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=23
2015-11-26 16:02:00 +00:00
Martin Pluskal
1d5406a301 - Update to 3.0.5
* [FIX] MOVE now moves the TTL as well. A bug lasting forever... 
		finally fixed thanks to Andy Grunwald that reported it.
	* [FIX] Fix a false positive in HSTRLEN test.
	* [FIX] Fix a bug in redis-cli --pipe mode that was not able to 
		read back replies from the server incrementally. Now a mass 
		import will use a lot less memory, and you can use --pipe to 
		do incremental streaming.
	* [FIX] Slave detection of master timeout.
	* [NEW] Cluster: redis-trib fix can fix an additional case for 
		opens lots.
	* [NEW] Cluster: redis-trib import support for --copy and 
		--replace options

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=72
2015-11-22 09:21:18 +00:00
Stephan Kulow
1eb8bb6594 Accepting request 333672 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/333672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=22
2015-09-27 06:40:22 +00:00
Martin Pluskal
f3cc57a376 Accepting request 333534 from home:darix:apps
- update to 3.0.4

OBS-URL: https://build.opensuse.org/request/show/333534
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=70
2015-09-25 08:39:38 +00:00
Stephan Kulow
9777df4c56 Accepting request 312110 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/312110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=21
2015-06-16 12:05:18 +00:00
Martin Pluskal
094fda19fe Accepting request 312099 from home:darix:apps
- also pass the bind address to the redis-cli for shutdown
  (boo#835815)

OBS-URL: https://build.opensuse.org/request/show/312099
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=68
2015-06-15 12:20:51 +00:00
Dominique Leuenberger
ef0b9717ad Accepting request 311057 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/311057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=20
2015-06-08 06:31:27 +00:00
Martin Pluskal
bf9d46e372 Accepting request 310872 from home:darix:apps
- update to 3.0.2
  * [FIX] Critical security issue fix by Ben Murphy:
          http://t.co/LpGTyZmfS7
  * [FIX] SMOVE reply fixed when src and dst keys are the same.
          (Glenn Nethercutt)
  * [FIX] Lua cmsgpack lib updated to support str8 type.
          (Sebastian Waisbrot)
  * [NEW] ZADD support for options: NX, XX, CH. See new doc at
          redis.io.  (Salvatore Sanfilippo)
  * [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported.
          (Salvatore Sanfilippo)

OBS-URL: https://build.opensuse.org/request/show/310872
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=66
2015-06-07 10:41:58 +00:00
Dominique Leuenberger
9744611eb4 Accepting request 307519 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/307519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=19
2015-05-18 20:24:11 +00:00
b11d329914 Accepting request 307517 from home:Ledest:bashisms
update to 3.0.1

OBS-URL: https://build.opensuse.org/request/show/307517
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=64
2015-05-17 01:44:22 +00:00
Dominique Leuenberger
1849fba7f7 Accepting request 294143 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/294143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=18
2015-04-03 12:34:44 +00:00
Martin Pluskal
d06629bd08 Accepting request 294142 from home:darix:apps
- update to 3.0.0
  >> What's new in Redis 3.0 compared to Redis 2.8?
  * Redis Cluster: a distributed implementation of a subset of Redis.
  * New "embedded string" object encoding resulting in less cache
    misses. Big speed gain under certain work loads.
  * AOF child -> parent final data transmission to minimize latency
    due to "last write" during AOF rewrites.
  * Much improved LRU approximation algorithm for keys eviction.
  * WAIT command to block waiting for a write to be transmitted
    to the specified number of slaves.
  * MIGRATE connection caching. Much faster keys migraitons.
  * MIGARTE new options COPY and REPLACE.
  * CLIENT PAUSE command: stop processing client requests for a
    specified amount of time.
  * BITCOUNT performance improvements.
  * CONFIG SET accepts memory values in different units (for
    example you can use "CONFIG SET maxmemory 1gb").
  * Redis log format slightly changed reporting in each line the
    role of the instance (master/slave) or if it's a saving child
    log.
  * INCR performance improvements.
  >> Refactoring changes (no new features nor bug fixes)
  * Blocking operations full refactoring (blocked.c)
  * Client output buffer memory tracking refactored.
  for all the details see
    /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed redis-enable-bactrace-on-x86-and-ia64-only.patch to
  apply cleanly

OBS-URL: https://build.opensuse.org/request/show/294142
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=62
2015-04-02 11:21:30 +00:00
Martin Pluskal
a3bde6cfbb OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=61 2015-04-01 17:27:37 +00:00
Martin Pluskal
0b1ad96621 Accepting request 294021 from home:darix:apps
- make sure we do not daemonize
- finished systemd support
- update to 2.8.19

OBS-URL: https://build.opensuse.org/request/show/294021
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=60
2015-04-01 16:53:07 +00:00
Dominique Leuenberger
71ee5ec02e Accepting request 285791 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/285791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=17
2015-02-13 07:35:25 +00:00
Martin Pluskal
3b4fc66151 Accepting request 285747 from home:ralflangb1:branches:server:database
add sudo dependency for the init script

OBS-URL: https://build.opensuse.org/request/show/285747
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=58
2015-02-12 11:25:35 +00:00
Dominique Leuenberger
f8da2efd97 Accepting request 265053 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/265053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=16
2014-12-16 13:48:39 +00:00
2a87491e93 None
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=56
2014-12-06 02:22:00 +00:00
Dominique Leuenberger
76a3d7b453 Accepting request 260916 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/260916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=15
2014-11-13 08:17:29 +00:00
e579dc79d6 Accepting request 260560 from home:Ledest:misc
fix bashisms in pre script

OBS-URL: https://build.opensuse.org/request/show/260560
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=54
2014-11-11 17:17:40 +00:00
Stephan Kulow
0349bd91ab Accepting request 242690 from server:database
- update to 2.8.13
- remove unused skip-aof-test.patch
- additional changes from 2.8.12
  * [FIX / BREAKS BACKWARD COMPATIBILITY] Using SELECT inside Lua
    scripts no longer makes the selected DB to be set in the
    calling client.  So Lua can still use SELECT, but the client
    calling the script will remain set to the original DB. Thix
    fixes an issue with Redis replication of Lua scripts that
    called SELECT without reverting the selected DB to the original
    one. (Salvatore Sanfilippo)
  * [FIX] Sentinel failover was instalbe if the master was detected
    as available during the failover (especially during manual
    failovers) because of an implementation error (lack of checking
    of SRI_PROMOTED flag). (Salvatore Sanfilippo)
  * [FIX] Cancel SHUTDOWN if initial AOF is being written.
    (Matt Stancliff)

OBS-URL: https://build.opensuse.org/request/show/242690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=13
2014-07-28 14:21:04 +00:00
f16b537690 - remove unused skip-aof-test.patch
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=52
2014-07-28 09:11:11 +00:00
4c61f2d6d2 - update to 2.8.13
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=51
2014-07-25 15:14:08 +00:00
d62564e6bc - update to 2.8.6
Redis 2.6 is mostly a strict subset of 2.8. However there are a 
  few things that you should be aware of:
  The following commands changed behavior:
    * SORT with ALPHA now sorts according to local collation locale
      if no STORE option is used.
    * ZADD/ZINCRBY are now able to accept a bigger range of values
      as valid scores, that is, all the values you may end having
      as a result of calling ZINCRBY multiple times.
    * Many errors are now prefixed by a more specific error code
      instead of the generic -ERR, for example -WRONGTYPE, -NOAUTH, ...
    * PUBLISH called inside Lua scripts is now correctly propagated
      to slaves.
  The following redis.conf and CONFIG GET / SET parameters changed:
    * logfile now uses the empty string in order to log to standard
      output, so 'logfile stdout' is now invalid, use 'logfile ""'
      instead.
  The following INFO fields changed format in a non-backward compatible way:
    * The list of slaves in INFO is now in field=value format.
  Replication:
    Redis 2.8 can be used as slave for Redis 2.6, but doing this is
    only a good idea for the short amount of time needed to upgrade
    your servers.  We suggest to update both master and slaves at
    about the same time.
  For all the details see
    /usr/share/doc/packages/redis/00-RELEASENOTES
- updated redis-conf.patch to apply cleanly again

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=50
2014-03-04 13:56:42 +00:00
Tomáš Chvátal
22c8515958 Accepting request 186386 from server:database
- drop skip-aof-test.patch

OBS-URL: https://build.opensuse.org/request/show/186386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=11
2013-08-10 09:58:15 +00:00
bc782e7ff4 - drop skip-aof-test.patch
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=48
2013-08-08 12:51:30 +00:00
0c7b1def0e - disable skip-aof-test.patch for now:
it seems adding procps to the buildrequires also fixed that test.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=47
2013-08-08 02:09:08 +00:00
Stephan Kulow
f7ec9ecc29 Accepting request 186264 from server:database
- build require procps to get "ps" which is needed for the cleanup
  of the redis processes launched by the testsuite.

- update to 2.6.14
  UPGRADE URGENCY: HIGH because of the following two issues:
      * Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
      * AOF + expires possible race condition (see Issue #1079).
  * [FIX] AOF bug: expire could be removed from key on AOF rewrite.
  * [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
  * [FIX] Sentinel: parse new verison of INFO replication output correctly.
  * [NEW] Reset masterauth if an empty string is configured.
  
  For the changes from 2.6.10-2.6.13 see
  /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
  - redis-conf.patch:
  - redis-enable-bactrace-on-x86-and-ia64-only.patch:
    just to get rid of fuzz
  - skip-aof-test.patch:
    can not comment in the array like that. rather remove the
    line.

OBS-URL: https://build.opensuse.org/request/show/186264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=10
2013-08-07 18:55:23 +00:00
f937e0ae4b - remove obsolete comment
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=45
2013-08-07 15:10:22 +00:00
f124db3740 - build require procps to get "ps" which is needed for the cleanup
of the redis processes launched by the testsuite.
- update to 2.6.14
  UPGRADE URGENCY: HIGH because of the following two issues:
      * Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
      * AOF + expires possible race condition (see Issue #1079).
  * [FIX] AOF bug: expire could be removed from key on AOF rewrite.
  * [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
  * [FIX] Sentinel: parse new verison of INFO replication output correctly.
  * [NEW] Reset masterauth if an empty string is configured.
  
  For the changes from 2.6.10-2.6.13 see
  /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
  - redis-conf.patch:
  - redis-enable-bactrace-on-x86-and-ia64-only.patch:
    just to get rid of fuzz
  - skip-aof-test.patch:
    can not comment in the array like that. rather remove the
    line.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=44
2013-08-07 14:40:05 +00:00
Stephan Kulow
a80affe52b Accepting request 182467 from server:database
- enable backtrace for x86 and ia64 only
  redis-enable-bactrace-on-x86-and-ia64-only.patch (forwarded request 182466 from k0da)

OBS-URL: https://build.opensuse.org/request/show/182467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=9
2013-07-08 19:46:00 +00:00
Tomáš Chvátal
db3bc35d3c Accepting request 182466 from home:k0da:ppc
- enable backtrace for x86 and ia64 only
  redis-enable-bactrace-on-x86-and-ia64-only.patch

OBS-URL: https://build.opensuse.org/request/show/182466
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=42
2013-07-08 08:53:48 +00:00
Tomáš Chvátal
064a3a04b6 Accepting request 182226 from home:k0da:ppc
- enable backtrace for x86 only
  redis-x86-backtrace.patch

OBS-URL: https://build.opensuse.org/request/show/182226
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=41
2013-07-04 17:12:05 +00:00
Stephan Kulow
ad87c6cb7d Accepting request 181569 from server:database
Make the logrotate script setuid/setgid to the redis user/group, to silence logrotate warnings in the logs. (forwarded request 180755 from vjt)

OBS-URL: https://build.opensuse.org/request/show/181569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=8
2013-07-02 05:42:45 +00:00
Tomáš Chvátal
65e863b0a9 Accepting request 180755 from home:vjt:ifad
Make the logrotate script setuid/setgid to the redis user/group, to silence logrotate warnings in the logs.

OBS-URL: https://build.opensuse.org/request/show/180755
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=39
2013-07-01 08:22:41 +00:00
97666ff670 - added bnc number
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=38
2013-01-22 11:32:00 +00:00
22a36b5a89 - update to 2.6.9
Too many changes to list them here, please refer to
  /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
  redis-conf.patch
  skip-aof-test.patch
- dropped patches:
  redis-endian.patch
  redis-2.4.15-linenoise-cflags.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=37
2013-01-22 11:17:07 +00:00
Stephan Kulow
64ecdce7d7 Accepting request 142127 from server:database
Hi,

the basename "-s" option is not available on OpenSUSE 11's coreutils. 

I have changed the initscript to use the historical basename NAME [SUFFIX] syntax, that works on both 11 and 12.

Thanks!

~Marcello (forwarded request 142125 from vjt)

OBS-URL: https://build.opensuse.org/request/show/142127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=6
2012-11-21 16:20:38 +00:00
Michal Hrusecky (old before rename to _miska_)
91d3bd7d79 Accepting request 142125 from home:vjt:ifad
Hi,

the basename "-s" option is not available on OpenSUSE 11's coreutils. 

I have changed the initscript to use the historical basename NAME [SUFFIX] syntax, that works on both 11 and 12.

Thanks!

~Marcello

OBS-URL: https://build.opensuse.org/request/show/142125
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=35
2012-11-20 14:14:50 +00:00
Michal Hrusecky (old before rename to _miska_)
1f46b42823 - Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=34
2012-11-20 12:16:16 +00:00
Michal Hrusecky (old before rename to _miska_)
a7d960e1bf little nicer
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=33
2012-11-20 12:11:57 +00:00
Michal Hrusecky (old before rename to _miska_)
0b8edbc503 Accepting request 140668 from home:vjt:ifad
As requested on https://build.opensuse.org/request/show/129485 I've added the required .changes entry.

Thanks,

~Marcello

OBS-URL: https://build.opensuse.org/request/show/140668
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=32
2012-11-20 12:09:48 +00:00
Ismail Dönmez
d234228cec Accepting request 134116 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=5
2012-09-14 10:35:48 +00:00
83271f2e51 - update to 2.4.15
too many changes see
  /usr/share/doc/packages/redis/00-RELEASENOTES
- added redis-2.4.15-linenoise-cflags.patch
  make sure we build the dependency with cflags
- refreshed redis-endian.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=30
2012-07-23 18:33:34 +00:00
Stephan Kulow
0c425e6cc8 Accepting request 110823 from server:database
- fix ppc and ppc64 build.
  disable tests for powerpc for now (forwarded request 110819 from k0da)

OBS-URL: https://build.opensuse.org/request/show/110823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=3
2012-03-26 09:05:56 +00:00
Pavol Rusnak
08c3373b9d Accepting request 110819 from home:k0da:ppc
- fix ppc and ppc64 build.
  disable tests for powerpc for now

OBS-URL: https://build.opensuse.org/request/show/110819
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=28
2012-03-23 13:47:13 +00:00
Stephan Kulow
7a76d07c5e Accepting request 104075 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/104075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=2
2012-02-29 13:11:11 +00:00
Stephan Kulow
836e8e09c1 Accepting request 93343 from server:database
please add redis, needed for various cloud services

OBS-URL: https://build.opensuse.org/request/show/93343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=1
2011-11-28 17:27:39 +00:00