Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=63f3917ee90c2679b267bea212bf6f64f3de38bd
commit 63f3917ee90c2679b267bea212bf6f64f3de38bd Author: crazy <[email protected]> Date: Fri Dec 23 17:33:07 2016 +0100 pure-ftpd-1.0.43-1-x86_64 * Version bump * sort config options a bit diff --git a/source/network-extra/pure-ftpd/FrugalBuild b/source/network-extra/pure-ftpd/FrugalBuild index e3e4a87..ffd0279 100644 --- a/source/network-extra/pure-ftpd/FrugalBuild +++ b/source/network-extra/pure-ftpd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <[email protected]> pkgname=pure-ftpd -pkgver=1.0.42 +pkgver=1.0.43 pkgrel=1 pkgdesc="A free, secure, production-quality and standard-conformant FTP server" url="http://www.pureftpd.org/" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') up2date="Flasttar http://download.pureftpd.org/pub/pure-ftpd/releases/" source=(ftp://ftp.pureftpd.org/pub/$pkgname/releases/$pkgname-$pkgver.tar.bz2 \ pure-config.pl pure-ftpd.conf $pkgname.service) -sha1sums=('b25f59f6528112ca42427be2919e2a5d396d62b7' \ +sha1sums=('cd2ff27dfb398b5a3431f82109a20cf79fd89c1d' \ '274bf6399afa4fbb6cb8593181c103e3ff7f1070' \ '7c6b89a0dcefdd96e2da943ec4b21a9d952d86eb' \ 'bb1be941136b8e0152b43d7dbe457b5e65856a7c') @@ -24,9 +24,16 @@ Finclude systemd build() { - Fbuild --with-mysql --with-largefile --with-ftpwho --with-quotas \ - --with-ratios --with-puredb --with-altlog --with-throttling \ - --with-privsep --with-tls + Fbuild --with-mysql \ + --with-largefile \ + --with-ftpwho \ + --with-quotas \ + --with-ratios \ + --with-puredb \ + --with-altlog \ + --with-throttling \ + --with-privsep \ + --with-tls Ffile /etc/pure-ftpd.conf Fexe /usr/sbin/pure-config.pl Ffile /lib/systemd/system/$pkgname.service _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
