[arch-commits] Commit in redis/trunk (PKGBUILD redis.conf-sane-defaults.patch)

Sergej Pupykin spupykin at archlinux.org
Wed Jun 22 15:18:54 UTC 2016


    Date: Wednesday, June 22, 2016 @ 15:18:54
  Author: spupykin
Revision: 180754

upgpkg: redis 3.2.1-1

upd

Modified:
  redis/trunk/PKGBUILD
  redis/trunk/redis.conf-sane-defaults.patch

--------------------------------+
 PKGBUILD                       |    6 +++---
 redis.conf-sane-defaults.patch |   20 +++++---------------
 2 files changed, 8 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-22 15:18:47 UTC (rev 180753)
+++ PKGBUILD	2016-06-22 15:18:54 UTC (rev 180754)
@@ -5,7 +5,7 @@
 # Contributor: nofxx <x@<nick>.com>
 
 pkgname=redis
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,10 +20,10 @@
         redis.logrotate
         redis.conf-sane-defaults.patch
         redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('9ec99ff912f35946fdb56fe273140483'
+md5sums=('b311d4332326f1e6f86a461b4025636d'
          'afa0f4a9000c26c3323e83fe34883e23'
          '9e2d75b7a9dc421122d673fe520ef17f'
-         'deffedb735ee6c58a822f0c78b092968'
+         'bdb0faad84d0931b7ed202a0a7baff84'
          '2ae176578f538e37a67a463258302bc6')
 
 prepare() {

Modified: redis.conf-sane-defaults.patch
===================================================================
--- redis.conf-sane-defaults.patch	2016-06-22 15:18:47 UTC (rev 180753)
+++ redis.conf-sane-defaults.patch	2016-06-22 15:18:54 UTC (rev 180754)
@@ -1,19 +1,9 @@
-diff --git a/redis.conf b/redis.conf
-index 6efb6ac..344e021 100644
---- a/redis.conf
-+++ b/redis.conf
-@@ -87,7 +87,7 @@ timeout 0
- # On other kernels the period depends on the kernel configuration.
+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.
  #
- # A reasonable value for this option is 60 seconds.
--tcp-keepalive 0
-+tcp-keepalive 60
- 
- # Specify the server verbosity level.
- # This can be one of:
-@@ -184,7 +184,7 @@ dbfilename dump.rdb
- # The Append Only File will also be created inside this directory.
- # 
  # Note that you must specify a directory here, not a file name.
 -dir ./
 +dir /var/lib/redis/



More information about the arch-commits mailing list