]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- rel 3; enable privilege separation and per-user limits
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Apr 2003 13:55:25 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd.spec -> 1.77

pure-ftpd.spec

index 49af8033e0862c349f29ef984d0183ae8da3dc05..343159a57f91f69277a6f9f39589a98592700083 100644 (file)
@@ -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
This page took 0.069883 seconds and 4 git commands to generate.