86 Commits

Author SHA1 Message Date
dcoppa
a24c734a18 Bugfixing update to redis-3.0.5 2015-10-16 12:15:59 +00:00
dcoppa
1016452b26 Bugfixing update to redis-3.0.4 2015-09-09 08:56:53 +00:00
dcoppa
06fda746ae Bugfixing update to redis-3.0.3 2015-07-18 15:08:47 +00:00
ajacoutot
93d3a402cd Fix pexp after recent rc.subr change. 2015-07-15 16:15:35 +00:00
dcoppa
644400d235 *Security* update to redis-3.0.2
http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/
2015-06-05 16:29:09 +00:00
dcoppa
0060eb48f5 Bugfixing update to redis-3.0.1 2015-05-08 09:25:41 +00:00
dcoppa
26540e875f Update to redis-3.0.0 2015-04-27 08:53:17 +00:00
dcoppa
d910870f30 Update to redis-2.8.19 2014-12-17 08:52:16 +00:00
dcoppa
b4ab1256ed Update to redis-2.8.18 2014-12-05 09:33:09 +00:00
dcoppa
464183415b As pointed out by sthen@, daemons should be in sbin not bin 2014-11-11 10:12:54 +00:00
dcoppa
67f38f608d Fix location/perms of the redis.sock file, for those who want to
use redis on a unix socket.

Amend redis.rc accordingly.

Also change the location of the pid file for consistency.

Discussed with, and ok landry@
2014-11-06 12:52:13 +00:00
dcoppa
d385a36753 Lower default 'maxclients' value so redis does not play with limits
Use LOG_DAEMON as the logging facility

Do not display the ascii art when logging to syslog

first two suggested by landry@
2014-11-06 09:21:28 +00:00
dcoppa
21a6e0e244 Bugfixing update to 2.8.17: plugged a memory leak in the hiredis
library.
2014-09-22 08:01:49 +00:00
dcoppa
8c7089c623 Bugfix update to redis-2.8.16 2014-09-18 08:46:39 +00:00
dcoppa
87ba8d618d Bugfixing update to redis-2.8.15 2014-09-15 08:29:33 +00:00
dcoppa
6eb77a8c3d Update to redis-2.8.14 2014-09-02 08:11:46 +00:00
dcoppa
ba262fc3b4 Update to redis-2.8.13 2014-08-12 10:09:56 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
dcoppa
7a468b1cff Update to redis-2.8.12 2014-07-12 09:53:56 +00:00
dcoppa
27ec696e8f Bugfix update to redis-2.8.10 2014-06-06 11:52:49 +00:00
dcoppa
11eaab9e94 Update to redis-2.8.9 2014-04-29 08:45:28 +00:00
dcoppa
65e1efa032 Bugfixing update to redis-2.8.8 2014-03-26 13:03:09 +00:00
dcoppa
c214077b27 Update to redis-2.8.7 2014-03-12 12:07:17 +00:00
dcoppa
30b154a04d Bugfix update to redis-2.8.5 2014-02-04 12:20:46 +00:00
dcoppa
938a0b755d Update to redis-2.8.4 2014-01-15 07:08:13 +00:00
dcoppa
22cbe40714 Update to redis-2.8.3 2013-12-13 08:16:37 +00:00
dcoppa
19d29f3558 Update to redis-2.8.2 2013-12-03 06:50:17 +00:00
dcoppa
85966122c4 Update to redis-2.8.1 2013-11-29 08:32:24 +00:00
dcoppa
fc756a2039 Update to redis-2.6.16. 2013-09-02 12:14:20 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
dcoppa
0b59cf12ed Bugfix update to redis-2.6.14 2013-07-02 06:03:35 +00:00
dcoppa
78f9a6d88b Bugfix update to redis-2.6.13 2013-05-16 16:05:49 +00:00
dcoppa
6c2b704763 Bugfix update to redis-2.6.12 2013-04-22 14:55:10 +00:00
dcoppa
7a992387fb Update to redis-2.6.11 2013-03-14 09:00:39 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
dcoppa
83a104bec4 Update to redis-2.6.9 2013-01-17 19:47:46 +00:00
dcoppa
7e86bb1232 small "fix" 2013-01-17 07:58:29 +00:00
dcoppa
fb1458826d Switch Redis to use lua from ports instead of the one that comes
bundled with it.

OK jasper@
2013-01-16 13:13:03 +00:00
dcoppa
839ba8a9c4 Zap bogus CFLAGS 2013-01-14 08:52:24 +00:00
dcoppa
7526f028c8 Bugfixing update to redis-2.6.8 2013-01-11 12:58:08 +00:00
dcoppa
53ef91f2fa Bugfixing update to redis-2.6.7 2012-12-05 11:42:55 +00:00
dcoppa
5f76d3dafc Bugfixing update to redis-2.6.6 2012-11-29 09:45:37 +00:00
dcoppa
c1a6e94726 Remove dofile() from Redis Lua scripting, because it allows an
attacker to enumerate filesystem contents. See:
http://blog.liftsecurity.io/post/35714931664/filesystem-enumeration-using-redis-and-lua

While here, fix a pasto in redis.conf: "syslog-enabled no" where
"syslog-enabled yes" was intended.
2012-11-26 15:24:13 +00:00
dcoppa
12d4749227 Update to redis-2.6.5 2012-11-23 08:29:42 +00:00
dcoppa
649733caf0 Bugfix update to redis-2.6.4 2012-11-09 09:52:50 +00:00
dcoppa
ad5e9a2de3 Bugfix update to redis-2.6.3 2012-11-07 10:13:44 +00:00
dcoppa
5e4918831f Amend XXX comment 2012-11-05 10:47:39 +00:00
jasper
83628befa5 add an XXX about using the internal lua
ok dcoppa@ (MAINTAINER)
2012-11-04 19:58:43 +00:00
dcoppa
012897bd20 Bugfix update to redis-2.6.2 2012-10-30 17:22:54 +00:00
dcoppa
3c68c9fa9e Add the new (starting from 2.6) Sentinel stuff. 2012-10-23 13:05:27 +00:00