X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 19C39DC027C for ; Sun, 7 Feb 2016 20:33:27 +0000 (UTC) Received: from servebyte.com (servebyte.com [51.255.145.243]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B12CBDC01C3 for ; Sun, 7 Feb 2016 20:33:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=servebyte.com; s=default; h=Cc:To:From:Subject:Message-ID:Date:MIME-Version :Content-Type; bh=L62qtW6vL3bmm5NsWVDwNKVypiM9XEssyAOTBinypHI=; b=yVHz7HvXwhU Y2T2USoQitOp+0MlryNSZoMyagBip4XlaMLg44CVVtokrisTofe/Xer2ChdJ7hGbbPDB/4KaNrIY4 n8zT2/iyGf7FxggBpI+zwhcT75nB0JsvdBnoO/ECkfoq7zBKgMzoJfOlHTp+hsZO1KOh1lWdlizxR HUVq2COh0Z55k+KQ2eXkfCuOagncoHLrknoJcrIqv16PC83CBYx+BshIjiZu0q8KL1N6PdzuClw3U b2OAkmttYJ6YkxsEYss0Ohb3QQlWuv477WnpDDaTW8ml/DCRgk8k9Ozydb9kB9Q6fD0i2QBiQDu8q MO+URZXw88VWb8Xuo7MMkUg==; Received: from [109.78.129.53] (port=53447 helo=[10.0.0.31]) by cp1.servebyte.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86) (envelope-from ) id 1aSW1M-0003hP-2p; Sun, 07 Feb 2016 20:33:24 +0000 Content-Type: multipart/mixed; boundary="----=_NextPart_10696769.677065039728" X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Date: Sun, 07 Feb 2016 20:33:22 +0000 Message-ID: <14c966e1-448a-43d8-812e-59b4769c1f2f@getmailbird.com> Subject: [alpine-aports] [PATCH] testing/pure-ftpd: added pure-ftpd-doc pkg, added configure params, added --with-extauth to configure line, fixed license to BSD From: "Josh Jameson" To: "" Cc: "Josh Jameson" User-Agent: Mailbird/ 2.2.1.0 X-Mailbird-ID: 14c966e1-448a-43d8-812e-59b4769c1f2f@getmailbird.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp1.servebyte.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - servebyte.com X-Get-Message-Sender-Via: cp1.servebyte.com: authenticated_id: josh@servebyte.com X-Authenticated-Sender: cp1.servebyte.com: josh@servebyte.com X-Virus-Scanned: ClamAV using ClamSMTP ------=_NextPart_10696769.677065039728 Content-Type: multipart/alternative; boundary="----=_NextPart_43710485.305645839843" ------=_NextPart_43710485.305645839843 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit See attached file ------=_NextPart_43710485.305645839843 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit See attached file ------=_NextPart_43710485.305645839843-- ------=_NextPart_10696769.677065039728 Content-Type: text/plain; name="0001-testing-pure-ftpd-added-pure-ftpd-doc-pkg-added-conf.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-testing-pure-ftpd-added-pure-ftpd-doc-pkg-added-conf.patch" >From 322529be307b84068a470ac315b22502f24fc9e0 Mon Sep 17 00:00:00 2001 From: Josh Jameson Date: Sun, 7 Feb 2016 20:28:28 +0000 Subject: [PATCH] testing/pure-ftpd: added pure-ftpd-doc pkg, added configure params, added --with-extauth to configure line, fixed license to BSD https://www.pureftpd.org Pure FTPD FTP daemon --- testing/pure-ftpd/APKBUILD | 53 ++++++++++++++++++++++--------------------= ---- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/testing/pure-ftpd/APKBUILD b/testing/pure-ftpd/APKBUILD index 8ea894f..f81a1c4 100644 --- a/testing/pure-ftpd/APKBUILD +++ b/testing/pure-ftpd/APKBUILD @@ -1,22 +1,20 @@ -# Contributor: Douglas Haber -# Maintainer: Natanael Copa +# Contributor: Josh Jameson +# Maintainer: Josh Jameson pkgname=3Dpure-ftpd -pkgver=3D1.0.36 +pkgver=3D1.0.42 pkgrel=3D0 -pkgdesc=3D"Pure FTPD FTP daemon" -url=3D"http://pureftpd.org" -arch=3D"all" -license=3D"GPL" -depends=3D -depends_dev=3D +pkgdesc=3D"Pure FTPD FTP daemon with ext-auth enabled" +url=3D"https://www.pureftpd.org" +arch=3D"x86_64" +license=3D"BSD" +depends=3D"musl" +depends_dev=3D"" makedepends=3D"$depends_dev" install=3D"" -subpackages=3D"" -source=3D"http://download.pureftpd.org/pub/pure-ftpd/releases/$pkgname-$pk= gver.tar.gz - pure-ftpd.initd - pure-ftpd.confd" +subpackages=3D"$pkgname-doc" +source=3D"https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-$= pkgver.tar.gz" -_builddir=3D"$srcdir/$pkgname-$pkgver" +_builddir=3D"$srcdir"/"$pkgname"-"$pkgver" prepare() { local i cd "$_builddir" @@ -30,24 +28,23 @@ prepare() { build() { cd "$_builddir" ./configure --prefix=3D/usr \ - --without-humor \ - --without-unicode \ - --with-minimal \ - --with-throttling \ - || return 1 + --sysconfdir=3D/etc \ + --mandir=3D/usr/share/man \ + --infodir=3D/usr/share/info \ + --localstatedir=3D/var \ + --without-humor \ + --without-unicode \ + --with-minimal \ + --with-throttling \ + --with-extauth || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR=3D"$pkgdir" install || return 1 - install -m755 -D ../$pkgname.initd \ - "$pkgdir"/etc/init.d/$pkgname || return 1 - - install -m644 -D ../$pkgname.confd \ - "$pkgdir"/etc/conf.d/$pkgname || return 1 + rm -rf "$pkgdir"/usr/local } - -md5sums=3D"bbcb48e8aa6ec1abff9775b89f84af91 pure-ftpd-1.0.36.tar.gz -8ee239bb4d6b1a93649bf281cdc2f595 pure-ftpd.initd -85eec24d205663fbc0a3b37fdbe08e84 pure-ftpd.confd" +md5sums=3D"4195af8f0e5ee2a798b1014071dae3a3 pure-ftpd-1.0.42.tar.gz" +sha256sums=3D"7be73a8e58b190a7054d2ae00c5e650cb9e091980420082d02ec3c3b68d8= e7f9 pure-ftpd-1.0.42.tar.gz" +sha512sums=3D"c112ba5b11df4026ffe26267df9a1b9b24d8fdde1d6b724c995ec8721877= 83b4057370cd90a8ba230d9c912387dd7345653b7c30cfc38fd2f3849b76ae1e061d pure-= ftpd-1.0.42.tar.gz" -- 2.6.4 ------=_NextPart_10696769.677065039728-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---