Skip to content

Commit

Permalink
prosody: update to 0.12.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnInternetTroll committed Feb 26, 2024
1 parent b6be6fb commit 77a8b29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion srcpkgs/prosody/files/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


------ Void settings ------
daemonize = false;
pidfile = "/run/prosody/prosody.pid"

---------- Server-wide settings ----------
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/prosody/files/prosody/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
19 changes: 9 additions & 10 deletions srcpkgs/prosody/template
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
# 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
/etc/prosody/certs/openssl.cnf
/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"
Expand Down

0 comments on commit 77a8b29

Please sign in to comment.