[arch-commits] Commit in memcached/trunk (PKGBUILD memcached.service.patch)

Levente Polyak anthraxx at archlinux.org
Mon Jan 7 21:30:37 UTC 2019


    Date: Monday, January 7, 2019 @ 21:30:37
  Author: anthraxx
Revision: 343088

upgpkg: memcached 1.5.12-2 (fix word splitting in unit options)

Modified:
  memcached/trunk/PKGBUILD
  memcached/trunk/memcached.service.patch

-------------------------+
 PKGBUILD                |    6 +++---
 memcached.service.patch |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-07 20:55:41 UTC (rev 343087)
+++ PKGBUILD	2019-01-07 21:30:37 UTC (rev 343088)
@@ -4,7 +4,7 @@
 
 pkgname=memcached
 pkgver=1.5.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed memory object caching system'
 url='https://memcached.org/'
 arch=('x86_64')
@@ -16,11 +16,11 @@
         memcached.tmpfiles
         memcached.sysusers)
 sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
-            '303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
+            '40f81304f13d12c18986aa45f66ab65ac9886ff3e81548303a02295cce857296'
             'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
             '228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
 sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
-            '79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
+            'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
             '960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
             'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
 

Modified: memcached.service.patch
===================================================================
--- memcached.service.patch	2019-01-07 20:55:41 UTC (rev 343087)
+++ memcached.service.patch	2019-01-07 21:30:37 UTC (rev 343088)
@@ -32,8 +32,8 @@
 +Environment=CACHESIZE=64
 +Environment=MAXCONN=1024
 +Environment=LISTEN="-l 127.0.0.1,::1"
-+Environment=OPTIONS="-o modern -o drop_privileges"
-+ExecStart=/usr/bin/memcached -m ${CACHESIZE} -c ${MAXCONN} ${LISTEN} ${OPTIONS}
++Environment=OPTIONS="-o modern,drop_privileges"
++ExecStart=/usr/bin/memcached -m ${CACHESIZE} -c ${MAXCONN} $LISTEN $OPTIONS
 +Restart=always
  
  # Set up a new file system namespace and mounts private /tmp and /var/tmp
@@ -64,8 +64,8 @@
 +Environment=CACHESIZE=64
 +Environment=MAXCONN=1024
 +Environment=LISTEN="-l 127.0.0.1,::1"
-+Environment=OPTIONS="-o modern -o drop_privileges"
-+ExecStart=/usr/bin/memcached -p %i -m ${CACHESIZE} -c ${MAXCONN} ${LISTEN} ${OPTIONS}
++Environment=OPTIONS="-o modern,drop_privileges"
++ExecStart=/usr/bin/memcached -p %i -m ${CACHESIZE} -c ${MAXCONN} $LISTEN $OPTIONS
 +Restart=always
  
  # Set up a new file system namespace and mounts private /tmp and /var/tmp



More information about the arch-commits mailing list