X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D98D7DC00E7 for ; Fri, 15 Mar 2013 12:42:45 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,850,1355097600"; d="scan'208";a="2550649" Received: from lonpmailmx01.citrite.net ([10.30.203.162]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5; 15 Mar 2013 12:42:44 +0000 Received: from [192.168.1.30] (10.30.249.242) by LONPMAILMX01.citrite.net (10.30.203.162) with Microsoft SMTP Server id 8.3.298.1; Fri, 15 Mar 2013 12:42:43 +0000 Message-ID: <51431742.3010604@citrix.com> Date: Fri, 15 Mar 2013 13:42:42 +0100 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Alan MeC Lacerda CC: "alpine-devel@lists.alpinelinux.org" Subject: Re: [alpine-devel] [PATCH] OpenVPN-AD-Check References: <1363350746-1556-1-git-send-email-alancordeiro@gmail.com> In-Reply-To: <1363350746-1556-1-git-send-email-alancordeiro@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 15/03/13 13:32, Alan MeC Lacerda wrote: > --- > testing/openvpn-ad-check/APKBUILD | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/testing/openvpn-ad-check/APKBUILD b/testing/openvpn-ad-check/APKBUILD > index 8b3792e..e240872 100644 > --- a/testing/openvpn-ad-check/APKBUILD > +++ b/testing/openvpn-ad-check/APKBUILD > @@ -2,17 +2,17 @@ > # Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) > pkgname=openvpn-ad-check > pkgver=1 You could set this to 1.1. > -pkgrel=0 > +pkgrel=1 > pkgdesc="Authenticate OpenVPN users against AD server and verify if they are member of a specific group." > url="https://sourceforge.net/p/openvpnadcheck" > -arch="all" > +arch="noarch" > license="GPL" > depends="openvpn lua-ldap" > depends_dev="" > makedepends="$depends_dev" > install="" > subpackages="" > -source="http://sourceforge.net/projects/openvpnadcheck/files/openvpnadcheck.tgz" > +source="http://sourceforge.net/projects/openvpnadcheck/files/openvpn-ad-check-1.1.tgz" And change this to: source="http://sourceforge.net/projects/openvpnadcheck/files/$pkgname-$pkgver.tgz" > > _builddir="$srcdir/$pkgname" > prepare() { > @@ -36,4 +36,4 @@ package() { > chmod 644 "$pkgdir"/etc/openvpn/openvpnadcheck.conf > } > > -md5sums="50517d06d4c2f4078cb64afae414060c openvpnadcheck.tgz" > +md5sums="a4a21c72d12ac53d289aac6bfbd986ab openvpn-ad-check-1.1.tgz" > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---