diff --git a/.cvsignore b/.cvsignore index b8006af..a84f40b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pure-ftpd-1.0.21.tar.bz2 +pure-ftpd-1.0.22.tar.bz2 diff --git a/pure-ftpd.spec b/pure-ftpd.spec index 85b8d28..b697d38 100644 --- a/pure-ftpd.spec +++ b/pure-ftpd.spec @@ -1,12 +1,12 @@ Name: pure-ftpd -Version: 1.0.21 -Release: 20%{?dist} +Version: 1.0.22 +Release: 1%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons License: BSD URL: http://www.pureftpd.org -Source0: http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.21.tar.bz2 +Source0: http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.22.tar.bz2 Source1: pure-ftpd.init Source2: pure-ftpd.logrotate Source3: pure-ftpd.xinetd @@ -80,34 +80,34 @@ cp -p %{SOURCE7} selinux/pureftpd.te %build -%configure --with-paranoidmsg \ +%configure \ + --sysconfdir=%{_sysconfdir}/%{name} \ --with-capabilities \ - --with-privsep \ - --with-pam \ - --with-puredb \ --with-sendfile \ + --with-cork \ + --with-paranoidmsg \ --with-altlog \ + --with-puredb \ + %{!?_without_extauth:--with-extauth} \ + --with-pam \ --with-cookie \ - --with-diraliases \ --with-throttling \ --with-ratios \ --with-quotas \ --with-ftpwho \ --with-welcomemsg \ --with-uploadscript \ - --with-peruserlimits \ --with-virtualhosts \ --with-virtualchroot \ - --with-largefile \ - --sysconfdir=%{_sysconfdir}/%{name} \ - --without-bonjour \ - --with-cork \ - --with-rfc2640 \ - %{!?_without_tls:--with-tls --with-certfile=%{_sysconfdir}/pki/%{name}/%{name}.pem} \ + --with-diraliases \ + --with-peruserlimits \ %{!?_without_ldap:--with-ldap} \ %{!?_without_mysql:--with-mysql} \ %{!?_without_pgsql:--with-pgsql} \ - %{!?_without_extauth:--with-extauth} + --with-privsep \ + %{!?_without_tls:--with-tls --with-certfile=%{_sysconfdir}/pki/%{name}/%{name}.pem} \ + --with-rfc2640 \ + --without-bonjour \ make %{?_smp_mflags} @@ -228,9 +228,10 @@ fi %files %defattr(-, root, root, -) -%doc FAQ THANKS README.Authentication-Modules README.Virtual-Users README -%doc README.Contrib README.Configuration-File AUTHORS CONTACT HISTORY NEWS -%doc README.LDAP README.PGSQL README.MySQL README.Netfilter +%doc FAQ THANKS AUTHORS CONTACT HISTORY NEWS +%doc README README.Authentication-Modules README.Configuration-File +%doc README.Contrib README.Donations README.LDAP README.MySQL +%doc README.PGSQL README.TLS README.Virtual-Users %doc contrib/pure-vpopauth.pl pureftpd.schema contrib/pure-stat.pl %{_bindir}/pure-* %{_sbindir}/pure-* @@ -253,6 +254,9 @@ fi %changelog +* Mon Apr 27 2009 Aurelien Bompard 1.0.22-1 +- version 1.0.22 + * Wed Mar 04 2009 Aurelien Bompard 1.0.21-20 - make pam and consolehelper's conf files noreplace diff --git a/sources b/sources index f44164a..2273e50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca8a8dbec0cd9c8ea92fc4c37ea9c410 pure-ftpd-1.0.21.tar.bz2 +7f9ceefafaf9eb8fca757d7358f474fa pure-ftpd-1.0.22.tar.bz2