mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
prosody: update to 0.12.4.
This commit is contained in:
parent
1f29e1c2d3
commit
352a70501b
3 changed files with 10 additions and 12 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
|
||||
------ Void settings ------
|
||||
daemonize = false;
|
||||
pidfile = "/run/prosody/prosody.pid"
|
||||
|
||||
---------- Server-wide settings ----------
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
exec 2>&1
|
||||
mkdir -p /run/prosody
|
||||
chown prosody:prosody /run/prosody
|
||||
exec chpst -u prosody:prosody prosody
|
||||
exec chpst -u prosody:prosody prosody --no-daemonize
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'prosody'
|
||||
pkgname=prosody
|
||||
version=0.12.1
|
||||
revision=4
|
||||
version=0.12.4
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="
|
||||
--ostype=linux
|
||||
--prefix=/usr
|
||||
--no-example-certs
|
||||
--with-lua-include=${XBPS_CROSS_BASE}/usr/include/lua5.1
|
||||
--with-lua-include=${XBPS_CROSS_BASE}/usr/include/lua5.4
|
||||
--with-lua=${XBPS_CROSS_BASE}/usr
|
||||
--lua-version=5.1
|
||||
--lua-suffix=5.1
|
||||
--runwith=lua5.1"
|
||||
--lua-version=5.4
|
||||
--lua-suffix=5.4
|
||||
--runwith=lua5.4"
|
||||
conf_files="
|
||||
/etc/prosody/prosody.cfg.lua
|
||||
/etc/prosody/certs/localhost.cnf
|
||||
|
@ -19,16 +19,15 @@ conf_files="
|
|||
/etc/prosody/certs/makefile
|
||||
/etc/prosody/certs/GNUmakefile"
|
||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
||||
makedepends="lua51-devel openssl-devel libidn-devel icu-devel"
|
||||
depends="lua51-luasocket lua51-luafilesystem lua51-luaexpat lua51-luasec
|
||||
lua51-BitOp"
|
||||
makedepends="lua54-devel openssl-devel libidn-devel icu-devel"
|
||||
depends="lua54-luasocket lua54-luafilesystem lua54-luaexpat lua54-luasec lua54-unbound"
|
||||
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://prosody.im/"
|
||||
changelog="https://prosody.im/doc/release/${version}"
|
||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=a7ecbbe41f01a4251805593ac6d15dbc6cb75d9c7a876c76b456cf74ff4b90e5
|
||||
checksum=47d712273c2f29558c412f6cdaec073260bbc26b7dda243db580330183d65856
|
||||
|
||||
system_accounts="prosody"
|
||||
prosody_homedir="/var/lib/prosody"
|
||||
|
|
Loading…
Add table
Reference in a new issue