prosody: update to 0.9.8.
This commit is contained in:
parent
b4534e38a3
commit
d456f2e183
|
@ -143,9 +143,9 @@ authentication = "internal_plain"
|
|||
-- Logging configuration
|
||||
-- For advanced logging see http://prosody.im/doc/logging
|
||||
log = {
|
||||
info = "/var/log/prosody/prosody.log"; -- Change 'info' to 'debug' for verbose logging
|
||||
error = "/var/log/prosody/prosody.err";
|
||||
-- "*syslog"; -- Uncomment this for logging to syslog
|
||||
-- info = "/var/log/prosody/prosody.log"; -- Change 'info' to 'debug' for verbose logging
|
||||
-- error = "/var/log/prosody/prosody.err";
|
||||
"*syslog"; -- Uncomment this for logging to syslog
|
||||
-- "*console"; -- Log to the console, useful for debugging with daemonize=false
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
mkdir -p /var/lib/prosody /run/prosody
|
||||
chown prosody:prosody /var/lib/prosody /run/prosody
|
||||
mkdir -p /run/prosody
|
||||
chown prosody:prosody /run/prosody
|
||||
exec chpst -u prosody:prosody prosody
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'prosody'
|
||||
pkgname=prosody
|
||||
version=0.9.7
|
||||
version=0.9.8
|
||||
revision=1
|
||||
build_style=configure
|
||||
conf_files="
|
||||
|
@ -10,7 +10,7 @@ conf_files="
|
|||
/etc/prosody/certs/Makefile"
|
||||
system_accounts="prosody"
|
||||
prosody_homedir="/var/lib/prosody"
|
||||
make_dirs="/var/log/prosody 0750 root root"
|
||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
||||
makedepends="lua51-devel libressl-devel libidn-devel"
|
||||
depends="lua51 luasocket luafilesystem luaexpat luasec"
|
||||
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
||||
|
@ -18,7 +18,7 @@ maintainer="Duncaen <mail@duncano.de>"
|
|||
license="MIT"
|
||||
homepage="https://prosody.im/"
|
||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=dd4b99b39976442055898c933c013598e558beed11d7795d76ffc0f1a87e2e00
|
||||
checksum=9470415c56e0b847089b45fabd48bc1f8211cd525fba56967409d064f4257871
|
||||
|
||||
pre_build() {
|
||||
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
||||
|
|
Loading…
Reference in New Issue