[arch-commits] Commit in prosody/trunk (PKGBUILD)
Daurnimator
daurnimator at archlinux.org
Fri May 14 00:52:26 UTC 2021
Date: Friday, May 14, 2021 @ 00:52:25
Author: daurnimator
Revision: 933934
upgpkg: prosody 1:0.11.9-1
Also address FS#69331
Modified:
prosody/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 00:11:51 UTC (rev 933933)
+++ PKGBUILD 2021-05-14 00:52:25 UTC (rev 933934)
@@ -9,7 +9,7 @@
pkgname=prosody
epoch=1
pkgrel=1
-pkgver=0.11.8
+pkgver=0.11.9
pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
arch=('x86_64')
url="https://prosody.im/"
@@ -35,7 +35,7 @@
'prosody.logrotated'
'sysuser.conf'
'prosody.service')
-sha256sums=('830f183b98d5742d81e908d2d8e3258f1b538dad7411f06fda5b2cc5c75068f8'
+sha256sums=('ccc032aea49d858635fb93644db276de6812be83073a8d80e9b4508095deff09'
'SKIP'
'0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
@@ -48,7 +48,7 @@
# disable logging to output and activate syslog
sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
- sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
+ sed -i s/"--\ \"\*syslog\"\;"/"info = \"*syslog\"\;"/g prosody.cfg.lua.dist
# add pidfile and daemonize
# daemonize is important for systemd!
More information about the arch-commits
mailing list