mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/prosody-modules: Update to current hg tip
- Updated modules to current hg tip - Increased version number to 0.10 to match prosody. - Added "mod_log_slow_events", which gained stable status - Dropped "mod_carbons", as this is a native feature of prosody 0.10
This commit is contained in:
parent
8aeeb9c2ec
commit
487b0fdfef
@ -1,8 +1,8 @@
|
||||
# Contributor: Marian <marian.buschsieweke@ovgu.de>
|
||||
# Maintainer: Marian <marian.buschsieweke@ovgu.de>
|
||||
pkgname=prosody-modules
|
||||
pkgver=0.9.20180130
|
||||
_commit=276f7af8afd1
|
||||
pkgver=0.10_hg20180323
|
||||
_commit=37ec4c2f319a
|
||||
pkgrel=0
|
||||
pkgdesc="modules for the prosody XMPP server"
|
||||
url="https://modules.prosody.im/"
|
||||
@ -10,7 +10,7 @@ arch="noarch"
|
||||
license="MIT"
|
||||
makedepends=""
|
||||
# Create one subpackage for every modules considered stable [1]. In addition
|
||||
# the modules mod-auth-ldap, mod-auth-pam, mod-carbons, mod-mam and mod-smacks
|
||||
# the modules mod-auth-ldap, mod-auth-pam, mod-mam and mod-smacks
|
||||
# are included.
|
||||
# [1]: https://modules.prosody.im/stage_stable.html
|
||||
subpackages="
|
||||
@ -18,11 +18,11 @@ subpackages="
|
||||
prosody-mod-auth_pam
|
||||
prosody-mod-auth_sql
|
||||
prosody-mod-broadcast
|
||||
prosody-mod-carbons
|
||||
prosody-mod-c2s_conn_throttle
|
||||
prosody-mod-host_guard
|
||||
prosody-mod-ipcheck
|
||||
prosody-mod-log_auth
|
||||
prosody-mod-log_slow_events
|
||||
prosody-mod-mam
|
||||
prosody-mod-pastebin
|
||||
prosody-mod-register_json
|
||||
@ -59,7 +59,7 @@ _package_mod(){
|
||||
}
|
||||
|
||||
auth_ldap(){
|
||||
depends="prosody<0.10 lua5.1-ldap"
|
||||
depends="prosody lua5.2-ldap"
|
||||
pkgdesc="prosody module providing client authentication using LDAP"
|
||||
url="https://modules.prosody.im/mod_${subpkgname#prosody-mod-}.html"
|
||||
_package_mod
|
||||
@ -86,13 +86,6 @@ broadcast(){
|
||||
_package_mod
|
||||
}
|
||||
|
||||
carbons(){
|
||||
depends="prosody<0.10"
|
||||
pkgdesc="prosody module limiting the frequency of login attempts"
|
||||
url="https://modules.prosody.im/mod_${subpkgname#prosody-mod-}.html"
|
||||
_package_mod
|
||||
}
|
||||
|
||||
c2s_conn_throttle(){
|
||||
depends="prosody"
|
||||
pkgdesc="prosody module limiting the frequency of login attempts"
|
||||
@ -121,6 +114,13 @@ log_auth(){
|
||||
_package_mod
|
||||
}
|
||||
|
||||
log_slow_events(){
|
||||
depends="prosody"
|
||||
pkgdesc="prosody module to log when event handlers (e.g. of modules) perform poorly"
|
||||
url="https://modules.prosody.im/mod_${subpkgname#prosody-mod-}.html"
|
||||
_package_mod
|
||||
}
|
||||
|
||||
mam(){
|
||||
depends="prosody"
|
||||
pkgdesc="prosody module implementing XEP-0313: Message Archive Management"
|
||||
@ -216,4 +216,4 @@ webpresence(){
|
||||
_package_mod
|
||||
}
|
||||
|
||||
sha512sums="b199cb84cbb3d2c41d7fb3032a2defa15b54c519a2a162195395a41f0e018907eb600f774d4faf82ac0f4f5486742f82d5e6cd5f0088a8e7b807168aaa72036e prosody-modules-276f7af8afd1.tar.gz"
|
||||
sha512sums="c7070bd3c3c1a1a28b8b0e5d55b8f0e1e035567b7d7803915ffd53bc272c0f21fd9edfc5bc0c4d2dd06845347a3ef858732aead2f239de497d781702091bb89e prosody-modules-37ec4c2f319a.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user