X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by lists.alpinelinux.org (Postfix) with ESMTP id AFCB55C4CAE for ; Mon, 28 Aug 2017 08:06:30 +0000 (GMT) Received: by mail-lf0-f68.google.com with SMTP id g77so3328106lfg.2 for ; Mon, 28 Aug 2017 01:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=A+J228aBDtEcRpRBGZq75oI1psqX9G5EI/RXtMB+RS0=; b=g3TJyKinbr/e/CPIJvMIXBWC7K3RyTcfa0+MzyO/1r2lGzHqlYSHHs5mUxdazr7ZBb Pt4/M2DMQaCnXgFAKBLZNgHUhdOcmWA3ostDOJcGxf32PFX37zgx9u8o0bSRnqoXwrtH iQYGDLG4BD2QfYnFGxwy+rdvs36XAeEvDtcc/ZwMTQD9bTKwkweVC7caa0hjlejapa29 KxmiXQ6Z0qY0qamy+yAfCSlemSmRr3adU34uOK0oMsa4Vam3gvrbXSwcaB4604cpe3wq IwqboczYLZBRLMvUrtz/OHxIXrXuhI6RNCUZvJDKBSo6BbC0XxpBYdH17aHP3Tq6pHu1 ilMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=A+J228aBDtEcRpRBGZq75oI1psqX9G5EI/RXtMB+RS0=; b=K9Cps6oQ0rCsTDgg4BFlYY/Xeyo+XWX1XkJZ0y+25pXTgHyPlD/11Gz3UvbVYMlYur b/6K+FsEs7R6q7tJ/HbR4bqtG6Jbxv5IHAgqusb3oZASySknJ0Pu4SlQNOY8kOeyAJIJ Vfz8AEFJb2GbNOZHfrzI3IIvducLxvGMlFjG39QItw3ur1CRE/9sv2Wdc7KmYjr+T7Ui OK5HngOQj6sNi6CexAZax7nzUcEwzyMI+1h7xZ0jTPSu851g5ARm858+5BqDoe/V14A8 HTZBkS58IJpZLPP1W8EOLp2l1qw4m1X91iMrCFK0SlfHTSZvbvoy6faoWkXIIhZJsIMo DfWw== X-Gm-Message-State: AHYfb5jS2uubiMRKsE+zJcOpXLsGobYpHPLy6BD7zCiETHTeUJkLt3s9 9imblbMK+J8Qpyg4 X-Received: by 10.25.22.81 with SMTP id m78mr212802lfi.104.1503907588924; Mon, 28 Aug 2017 01:06:28 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id t15sm2138964ljd.56.2017.08.28.01.06.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 28 Aug 2017 01:06:28 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 28 Aug 2017 11:06:26 +0300 From: Timo Teras To: Marian Buschsieweke Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] testing/prosody-mod-auth-ldap: New aport Message-ID: <20170828110626.0861f0f6@vostro.util.wtbts.net> In-Reply-To: <20170817173149.25059-1-marian.buschsieweke@ovgu.de> References: <20170817173149.25059-1-marian.buschsieweke@ovgu.de> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, On Thu, 17 Aug 2017 19:31:49 +0200 Marian Buschsieweke wrote: > A Prosody authentication plugin which uses LDAP as the backend > https://modules.prosody.im/mod_auth_ldap.html > --- > testing/prosody-mod-auth-ldap/APKBUILD | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 testing/prosody-mod-auth-ldap/APKBUILD > > diff --git a/testing/prosody-mod-auth-ldap/APKBUILD > b/testing/prosody-mod-auth-ldap/APKBUILD new file mode 100644 > index 0000000000..fd0cb3f232 > --- /dev/null > +++ b/testing/prosody-mod-auth-ldap/APKBUILD > @@ -0,0 +1,22 @@ > +# Contributor: Marian > +# Maintainer: Marian > +pkgname=prosody-mod-auth-ldap > +_prosody_mod_name=auth_ldap > +pkgver=20170817 > +pkgrel=0 > +pkgdesc="A Prosody authentication plugin which uses LDAP as the > backend" +url="https://modules.prosody.im/mod_auth_ldap.html" > +arch="noarch" > + > +license="MIT" > +depends="prosody lua5.1-ldap" > +makedepends="" > +subpackages="" > +source="https://hg.prosody.im/prosody-modules/raw-file/tip/mod_${_prosody_mod_name}/mod_${_prosody_mod_name}.lua" This refers to 'tip' which basically means 'latest version'. Please use versioned links, as otherwise the checksums don't match and we cannot produce consistent builds. Same applies for the other prosody modules commits. Thinking more, I'm wondering would it make sense to have one source package 'prososdy-modules' that packages all the modules and is split to these different modules then... I'm marking all the prosody modules as 'changes requested'. Also one of the modules was incorporated to prosody 0.10. Would it make sense to first upgrade prosody (or is it still unreleased/unstable version?). Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---