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