From: Arkadiusz Miśkiewicz Date: Sat, 5 Apr 2003 13:55:25 +0000 (+0000) Subject: - rel 3; enable privilege separation and per-user limits X-Git-Tag: auto/ac/pure-ftpd-1_0_16c-1~20 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpure-ftpd.git;a=commitdiff_plain;h=575e4c4927e9171a071f39440a8f359865660596 - rel 3; enable privilege separation and per-user limits Changed files: pure-ftpd.spec -> 1.77 --- diff --git a/pure-ftpd.spec b/pure-ftpd.spec index 49af803..343159a 100644 --- a/pure-ftpd.spec +++ b/pure-ftpd.spec @@ -7,7 +7,7 @@ Summary: Small, fast and secure FTP server Summary(pl): Ma³y, szybki i bezpieczny serwer FTP Name: pure-ftpd Version: 1.0.14 -Release: 2 +Release: 3 Epoch: 0 License: GPL Group: Daemons @@ -66,9 +66,9 @@ po %build %configure \ - %{?_with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \ --with-altlog \ --with-puredb \ + --with-extauth \ %{?!_with_mysql:--with-pam} \ --with-cookie \ --with-throttling \ @@ -78,9 +78,13 @@ po --with-largefile \ --with-uploadscript \ --with-virtualhosts \ - --with-language=english \ --with-virtualchroot \ - %{?_with_ldap:--with-ldap} + --with-diraliases \ + --with-peruserlimits \ + %{?_with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \ + %{?_with_ldap:--with-ldap} \ + --with-language=english \ + --with-privsep %install rm -rf $RPM_BUILD_ROOT