X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.ovgu.de (mail.ovgu.de [141.44.1.66]) by lists.alpinelinux.org (Postfix) with ESMTP id 7DA375C671F for ; Tue, 4 Dec 2018 12:15:24 +0000 (GMT) Received: from mail.ovgu.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 5C9E840066 for ; Tue, 4 Dec 2018 13:15:22 +0100 (CET) Received: from localhost.localdomain (x590c8e22.dyn.telefonica.de [89.12.142.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ovgu.de (Postfix) with ESMTPSA id 1017F40063; Tue, 4 Dec 2018 13:15:22 +0100 (CET) From: Marian Buschsieweke To: alpine-aports@lists.alpinelinux.org Cc: Marian Buschsieweke Subject: [alpine-aports] [PATCH] testing/prosody-modules: Update to current HG tip Date: Tue, 4 Dec 2018 13:15:19 +0100 Message-Id: <20181204121519.13997-1-marian.buschsieweke@ovgu.de> X-Mailer: git-send-email 2.19.2 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-PMX-Version: 6.4.6.2792898, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2018.12.4.120316, AntiVirus-Engine: 5.56.0, AntiVirus-Data: 2018.12.4.5560000 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1500_1599 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, LEGITIMATE_SIGNS 0, MULTIPLE_REAL_RCPTS 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CC_NAME 0, __CC_NAME_DIFF_FROM_ACC 0, __CC_REAL_NAMES 0, __CP_URI_IN_BODY 0, __CTE 0, __FROM_DOMAIN_IN_ANY_CC1 0, __FROM_DOMAIN_IN_RCPT 0, __HAS_CC_HDR 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HTTPS_URI 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_VERSION 0, __MULTIPLE_URI_TEXT 0, __NO_HTML_TAG_RAW 0, __PHISH_SPEAR_SUBJ_PREDICATE 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NOT_IMG 0, __URI_NO_WWW 0, __URI_NS , __URI_WITHOUT_PATH 0, __URI_WITH_PATH 0' X-Spam-Score: Gauge=IIIIIIII X-PMX-consideredAsSpam: no --- testing/prosody-modules/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/prosody-modules/APKBUILD b/testing/prosody-modules/APKBUILD index 040978165b..94e3cbb8ef 100644 --- a/testing/prosody-modules/APKBUILD +++ b/testing/prosody-modules/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Marian Buschsieweke # Maintainer: Marian Buschsieweke pkgname=prosody-modules -pkgver=0.10_hg20180627 -_commit=14b6ad2b773f +pkgver=0.10_hg20181204 +_commit=4fe7eee926ce pkgrel=0 pkgdesc="modules for the prosody XMPP server" url="https://modules.prosody.im/" @@ -10,8 +10,8 @@ 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-mam and mod-smacks -# are included. +# the modules mod-auth-ldap, mod-auth-pam, mod-conversejs mod-mam, and +# mod-smacks are included. # [1]: https://modules.prosody.im/stage_stable.html subpackages=" prosody-mod-auth_ldap @@ -224,4 +224,4 @@ webpresence(){ _package_mod } -sha512sums="7da44ba43cdf65563fb8649a6d5d0a69b66e62e6b40f712919b4118a932bb63234a1a9aab847ca407d828a4053f73d193d6c5dac6452a12b62308e45cb1c6233 prosody-modules-14b6ad2b773f.tar.gz" +sha512sums="32e973fc0e7ce79ce7ef31707a92e6c27ab32892b76b7b74f141b9b8762a2480169b7c8c99c296207e5d1bc75c20c6910fbd32a56ece1590f9b157d939053616 prosody-modules-4fe7eee926ce.tar.gz" -- 2.19.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---