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