extra/memcached to 1.5.12-2

This commit is contained in:
Kevin Mihelich 2019-01-11 00:46:26 +00:00
parent 9cc92ae5b3
commit 5d272d2a6c
2 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
pkgname=memcached
pkgver=1.5.12
pkgrel=1
pkgrel=2
pkgdesc='Distributed memory object caching system'
url='https://memcached.org/'
arch=('x86_64')
@ -19,11 +19,11 @@ source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
memcached.tmpfiles
memcached.sysusers)
sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
'303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
'40f81304f13d12c18986aa45f66ab65ac9886ff3e81548303a02295cce857296'
'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
'228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
'79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')

View file

@ -32,8 +32,8 @@ index 88a4b8a..3a1e87e 100644
+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 @@ index 4e9f1d7..e666da9 100644
+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