summarylogtreecommitdiffstats
path: root/redis.conf-sane-defaults.patch
diff options
context:
space:
mode:
authorLeo P2018-09-22 13:34:50 -0400
committerLeo P2018-09-22 13:34:50 -0400
commitbe6f97d2a4eabb8d2f2144eee74d4e4ae6d1376d (patch)
tree7d25083cc3ca350b796933e454c0c8a945eeafbe /redis.conf-sane-defaults.patch
parent92423bdeec48679421b4f9a71ba962cb325e02f5 (diff)
downloadaur-redis-git.tar.gz
update patches
Diffstat (limited to 'redis.conf-sane-defaults.patch')
-rw-r--r--redis.conf-sane-defaults.patch18
1 files changed, 4 insertions, 14 deletions
diff --git a/redis.conf-sane-defaults.patch b/redis.conf-sane-defaults.patch
index 7c47275c0799..1c4cb9a0acff 100644
--- a/redis.conf-sane-defaults.patch
+++ b/redis.conf-sane-defaults.patch
@@ -1,17 +1,7 @@
-diff --git a/redis.conf b/redis.conf
-index adc0902..66d360d 100644
---- a/redis.conf
-+++ b/redis.conf
-@@ -53,7 +53,7 @@
- # Examples:
- #
- # bind 192.168.1.100 10.0.0.1
--# bind 127.0.0.1 ::1
-+bind 127.0.0.1 ::1
- #
- # ~~~ WARNING ~~~ If the computer running Redis is directly exposed to the
- # internet, binding to all the interfaces is dangerous and will expose the
-@@ -252,7 +252,7 @@ dbfilename dump.rdb
+diff -wbBur redis-3.2.1/redis.conf redis-3.2.1.my/redis.conf
+--- redis-3.2.1/redis.conf 2016-06-17 16:15:21.000000000 +0300
++++ redis-3.2.1.my/redis.conf 2016-06-22 18:06:23.687046141 +0300
+@@ -244,7 +244,7 @@
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.