[arch-commits] Commit in elasticsearch/trunk (3 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Jun 5 07:06:41 UTC 2017


    Date: Monday, June 5, 2017 @ 07:06:40
  Author: mtorromeo
Revision: 234159

upgpkg: elasticsearch 5.4.1-1

Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch.service
  elasticsearch/trunk/elasticsearch at .service

------------------------+
 PKGBUILD               |   10 +++++-----
 elasticsearch.service  |    7 ++++---
 elasticsearch at .service |    7 ++++---
 3 files changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 07:05:52 UTC (rev 234158)
+++ PKGBUILD	2017-06-05 07:06:40 UTC (rev 234159)
@@ -4,8 +4,8 @@
 # Refactored by Blaž "Speed" Hrastnik <https://github.com/archSeer>
 
 pkgname=elasticsearch
-pkgver=5.4.0
-pkgrel=2
+pkgver=5.4.1
+pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
 url="https://www.elastic.co/products/elasticsearch"
@@ -20,9 +20,9 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('bf74ff7efcf615febb62979e43045557dd8940eb48f111e45743c2def96e82d6'
-            'c6be6eb3cedeea26d0323ba79bd0503e4510ebd97aaf06fbefc78b8b60fc220e'
-            'ea30fb56636270b80c623701bb4aaadf5b1c814d6c6b84b4581436851fbe3efe'
+sha256sums=('09d6422bd33b82f065760cd49a31f2fec504f2a5255e497c81050fd3dceec485'
+            'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
+            '4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
             'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
             '815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
             '3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'

Modified: elasticsearch.service
===================================================================
--- elasticsearch.service	2017-06-05 07:05:52 UTC (rev 234158)
+++ elasticsearch.service	2017-06-05 07:06:40 UTC (rev 234159)
@@ -22,12 +22,13 @@
             -p /run/elasticsearch/elasticsearch.pid \
             -E path.conf=${CONF_DIR}
 
-SuccessExitStatus=143
-
 LimitNOFILE=65536
 LimitMEMLOCK=infinity
-TimeoutStopSec=120
+
 Restart=on-failure
+SendSIGKILL=no
+TimeoutStopSec=0
+SuccessExitStatus=143
 
 [Install]
 WantedBy=multi-user.target

Modified: elasticsearch at .service
===================================================================
--- elasticsearch at .service	2017-06-05 07:05:52 UTC (rev 234158)
+++ elasticsearch at .service	2017-06-05 07:06:40 UTC (rev 234159)
@@ -22,12 +22,13 @@
             -p /run/elasticsearch/%I.pid \
             -E path.conf=${CONF_DIR}
 
-SuccessExitStatus=143
-
 LimitNOFILE=65536
 LimitMEMLOCK=infinity
-TimeoutStopSec=120
+
 Restart=on-failure
+SendSIGKILL=no
+TimeoutStopSec=0
+SuccessExitStatus=143
 
 [Install]
 WantedBy=multi-user.target



More information about the arch-commits mailing list