SHA256
1
0
forked from pool/redis
Commit Graph

122 Commits

Author SHA256 Message Date
Martin Pluskal
8561384302 - 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
5537be8393 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
147b07df92 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
c784b5b9d1 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
121c287bf9 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
bf89853182 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
2c11a1dc95 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
4dd15d6719 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
e3af2173aa 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
55a17c8d59 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
bbd634d3b2 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
bec9d79c90 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
159f06e6eb 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
f4153936d3 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
f2aa9a7df9 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
59f606c616 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
2605a9dfce 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
6d91397740 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
73ff4bb5a7 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
49c4076296 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
a741342b57 - 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
8c52d76d85 - 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
a5d4d5f938 - 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
cba7b6fbb4 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
1c424c9206 - 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
5ced329fcb - 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
e20379c286 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
eb6ee2908e - 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
7e8f571ea9 - 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
021f22e1ea 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
c15e93971d 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
a2f0d3bed3 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
b8ff842a94 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
2f7ef90de3 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
a491911495 - 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
8311454a91 - 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
14084a8cd2 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_)
94c6b971e6 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_)
31395fb8ec - 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_)
a2402683ee 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_)
4da5115e13 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
0d9c3970b7 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
ff9cd96e18 - 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
729afce35a 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
91aca07326 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
66e8646191 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
1a75eac6c3 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
Sascha Peilicke
47c5cdc6e5 - Correct the 'how to get it running' comment in %post
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=25
2011-11-24 10:56:53 +00:00
Sascha Peilicke
3a0e530e01 - Don't use runlevel 4 in init script
- Compile with RPM_OPT_FLAGS (PROG env var didn't cut it)
- Remove outdated %clean section, bogus doc package (there are none)
  and netcat runtime dependency (for init script?)
- Set license to SDPX style

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=24
2011-11-24 10:50:39 +00:00
Andreas Schneider
2ca538637f - Updated to 2.4.1.
- Fixed init script.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=23
2011-10-24 10:48:58 +00:00