]> git.pld-linux.org Git - packages/pure-ftpd.git/blame - pure-ftpd.spec
utf8 passwords in MySQL
[packages/pure-ftpd.git] / pure-ftpd.spec
CommitLineData
2339236e 1#
55ef71da 2# Conditional build:
b0ee1286 3%bcond_with extra # with additional, maybe useful, but unmaintained features
55248013 4%bcond_without ldap # disable LDAP auth
a701bd94 5%bcond_without longusername # with username length = 128 (default 32)
55248013
JB
6%bcond_without mysql # disable MySQL auth but disables PAM auth
7%bcond_without pgsql # disable PostgreSQL support
b0ee1286 8%bcond_without puredb # disable pure-db support
55248013 9%bcond_without tls # disable SSL/TLS support
be28fa67 10%bcond_without cap # disable capabilities
4a4a795a 11
33f546fd 12%define rel 2
6fb7bec9 13Summary: Small, fast and secure FTP server
26699573 14Summary(pl.UTF-8): Mały, szybki i bezpieczny serwer FTP
6fb7bec9 15Name: pure-ftpd
f129099d 16Version: 1.0.40
dd22e622 17Release: %{rel}%{?with_extra:extra}
120cc4fb 18Epoch: 0
ec7a73dd 19License: BSD-like%{?with_extra:, GLPv2 for pure-config due to libcfg+ license}
6fb7bec9 20Group: Daemons
a5dd2398 21Source0: http://download.pureftpd.org/pub/pure-ftpd/releases/%{name}-%{version}.tar.bz2
f129099d 22# Source0-md5: 33a503343a0f960332156387cc2dde55
1a7d4ed6
AM
23Source1: %{name}.pamd
24Source2: %{name}.init
f3b2c985 25Source3: %{name}.sysconfig
26Source4: ftpusers.tar.bz2
e495e203 27# Source4-md5: 76c80b6ec9f4d079a1e27316edddbe16
f3b2c985 28Source5: http://twittner.host.sk/files/pure-config/pure-config-20041201.tar.gz
e495e203 29# Source5-md5: 3f2ff6b00b5c38ee11ce588ee5af6cf6
05a70f8c 30Patch0: %{name}-config.patch
f3b874dd 31Patch1: %{name}-path_to_ssl_cert_in_config.patch
d4cb23e4 32Patch2: %{name}-pure-pw_passwd.patch
15be9429 33Patch3: %{name}-mysql_config.patch
f129099d 34
24109f58
AM
35Patch5: %{name}-passwd_location.patch
36Patch6: %{name}-additionalgid.patch
77898da7 37Patch7: audit_cap.patch
4b1c459f 38Patch8: pure-ftpd-apparmor.patch
33f546fd 39Patch9: pure-ftpd-mysql-utf8.patch
1dc0551b 40URL: http://www.pureftpd.org/
2275e2d9 41%{?with_extra:BuildRequires: autoconf}
42%{?with_extra:BuildRequires: automake}
be28fa67 43%{?with_cap:BuildRequires: libcap-devel}
ec7a73dd 44%{?with_extra:BuildRequires: libcfg+-devel >= 0.6.2}
05a70f8c 45%{?with_mysql:BuildRequires: mysql-devel}
13a30c29 46%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
05a70f8c 47%{?with_tls:BuildRequires: openssl-devel}
4b1c459f 48BuildRequires: libapparmor-devel
6fb7bec9 49BuildRequires: pam-devel
066593d9 50%{?with_pgsql:BuildRequires: postgresql-devel}
b0baff94 51BuildRequires: rpmbuild(macros) >= 1.304
9ee5892a 52Requires(post,preun): /sbin/chkconfig
8a7f5f1c 53Requires: pam >= 0.79.0
80d52d89 54%{!?with_extra:Requires: perl-base}
066593d9 55Requires: rc-scripts
6fb7bec9 56Provides: ftpserver
052dc4ea 57Conflicts: man-pages < 1.51
1eca7e3d 58BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6fb7bec9 59
07e0d7b6 60%define _sysconfdir /etc/ftpd
05a70f8c 61%define _ftpdir /home/services/ftp
895518e0 62%define schemadir /usr/share/openldap/schema
120cc4fb 63
6fb7bec9 64%description
1a7d4ed6
AM
65Pure-FTPd is a fast, production-quality, standard-comformant FTP
66server, based upon Troll-FTPd. Unlike other popular FTP servers, it
67has no known security flaw, it is really trivial to set up and it is
68especially designed for modern Linux kernels (setfsuid, sendfile,
69capabilities) . Features include PAM support, IPv6, chroot()ed home
70directories, virtual domains, built-in LS, anti-warez system, bounded
71ports for passive downloads...
6fb7bec9 72
73fbf17b
JR
73%description -l pl.UTF-8
74Pure-FTPD to szybki, wysokiej jakości, odpowiadający standardom serwer
75FTP bazujący na Troll-FTPd. W przeciwieństwie do innych serwerów FTP
76nie ma znanych luk w bezpieczeństwie. Ponadto jest trywialny w
25a7eaba 77konfiguracji i specjalnie zaprojektowany dla nowych kerneli Linuksa
73fbf17b
JR
78(setfsuid, sendfile, capabilibies). Możliwości to wsparcie dla PAM-a,
79IPv6, chroot()owanych katalogów domowych, virtualne domeny, wbudowany
80LS, system anty-warezowy, ograniczanie portów dla pasywnych
81połączeń...
6fb7bec9 82
90100a41 83%package -n openldap-schema-pureftpd
2e3c4f78 84Summary: Pure-FTPd LDAP schema
92a0cbe7 85Summary(pl.UTF-8): Schemat LDAP dla Pure-FTPd
dc8e8dbc 86Group: Networking/Daemons
2e3c4f78 87Requires(post,postun): sed >= 4.0
0cbff5aa 88Requires: openldap-servers
13a30c29 89Requires: sed >= 4.0
4a4a795a
ER
90%if "%{_rpmversion}" >= "5"
91BuildArch: noarch
92%endif
0cbff5aa 93
90100a41 94%description -n openldap-schema-pureftpd
0cbff5aa 95This package contains an Pure-FTPd openldap schema.
96
90100a41 97%description -n openldap-schema-pureftpd -l pl.UTF-8
0cbff5aa 98Ten pakiet zawiera schemat Pure-FTPd pureftpd.schema dla openldapa.
99
6fb7bec9 100%prep
f3b2c985 101%setup -q -a 5
05a70f8c 102%patch0 -p0
15be9429 103%patch3 -p1
f129099d 104
496cdaa9 105%patch5 -p1
24109f58 106%patch6 -p1
77898da7 107%patch7 -p1
4b1c459f 108%patch8 -p1
33f546fd 109%patch9 -p1
836fefa0 110
e77a91ac 111%{?with_extra:%patch1 -p1}
112%{?with_extra:%patch2 -p1}
6fb7bec9
AM
113
114%build
d9632f10 115%{__aclocal} -Im4
efa71ea1
AM
116%{__autoconf}
117%{__autoheader}
6fb7bec9 118%configure \
00b75b51 119 CFLAGS="%{rpmcflags} %{rpmcppflags} -DALLOW_DELETION_OF_TEMPORARY_FILES=1 -DALWAYS_SHOW_RESOLVED_SYMLINKS=1" \
1898bb50 120 --with-boring \
1a7d4ed6 121 --with-altlog \
bcf1319a 122 --with-cookie \
05a70f8c 123 --with-diraliases \
124 --with-extauth \
1dc0551b 125 --with-ftpwho \
05a70f8c 126 --with-language=english \
be28fa67 127 %{!?with_cap:--without-capabilities} \
05a70f8c 128 %{?with_ldap:--with-ldap} \
1eca7e3d 129 %{?with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \
05a70f8c 130 --with-pam \
131 --with-peruserlimits \
4ec97c91 132 --with-rfc2640 \
1eca7e3d 133 %{?with_pgsql:--with-pgsql} \
05a70f8c 134 --with-privsep \
135 %{?with_puredb:--with-puredb} \
136 --with-quotas \
137 --with-ratios \
138 --with-throttling \
c2f4f1d5 139 %{?with_tls:--with-tls --with-certfile=%{_sharedstatedir}/openssl/certs/ftpd.pem} \
05a70f8c 140 --with-uploadscript \
141 --with-virtualchroot \
4b1c459f
AM
142 --with-virtualhosts \
143 --with-apparmor
ec7a73dd 144
145%if %{with extra}
146cd pure-config
147%{__aclocal}
148%{__autoconf}
149%{__autoheader}
150%{__automake}
151%configure
152%{__make}
153%endif
d98853a9 154
6fb7bec9
AM
155%install
156rm -rf $RPM_BUILD_ROOT
6c09eb3b 157install -d $RPM_BUILD_ROOT/etc/{pam.d,sysconfig,security,rc.d/init.d} \
895518e0 158 $RPM_BUILD_ROOT{%{_sysconfdir}/vhosts,%{_ftpdir},%{schemadir}}
6fb7bec9 159
81399515
PG
160%{__make} install \
161 DESTDIR=$RPM_BUILD_ROOT
6fb7bec9 162
7a0525ff 163install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
164install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
f3b2c985 165install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
743bf7df 166
1eca7e3d 167%{?with_ldap:install pureftpd-ldap.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-ldap.conf}
168%{?with_mysql:install pureftpd-mysql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
169%{?with_pgsql:install pureftpd-pgsql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
453b040c 170install configuration-file/pure-ftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd.conf
ec7a73dd 171%{!?with_extra:install configuration-file/pure-config.pl $RPM_BUILD_ROOT%{_sbindir}}
895518e0 172install pureftpd.schema $RPM_BUILD_ROOT%{schemadir}/pureftpd.schema
403b943e 173
aebfbb0d 174touch $RPM_BUILD_ROOT%{_sysconfdir}/{ftpusers,pureftpd-dir-aliases}
f045676c 175
453b040c
AM
176ln -s vhosts $RPM_BUILD_ROOT%{_sysconfdir}/pure-ftpd
177
f3b2c985 178bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
6afff6dc 179rm -f $RPM_BUILD_ROOT%{_mandir}/ftpusers-path.diff
052dc4ea 180
ec7a73dd 181%if %{with extra}
a8147983 182%{__make} -C pure-config install \
066593d9 183 DESTDIR=$RPM_BUILD_ROOT
ec7a73dd 184%endif
185
6fb7bec9
AM
186%clean
187rm -rf $RPM_BUILD_ROOT
188
189%post
1a7d4ed6 190/sbin/chkconfig --add %{name}
422ed04c 191%service %{name} restart "PureFTPD daemon"
6fb7bec9 192
1a7d4ed6 193%preun
ee61d781 194if [ "$1" = "0" ]; then
422ed04c 195 %service %{name} stop
ee61d781 196 /sbin/chkconfig --del %{name}
8bcab37a 197fi
6fb7bec9 198
895518e0 199%post -n openldap-schema-pureftpd
200%openldap_schema_register %{schemadir}/pureftpd.schema -d core
201%service -q ldap restart
202
203%postun -n openldap-schema-pureftpd
204if [ "$1" = "0" ]; then
205 %openldap_schema_unregister %{schemadir}/pureftpd.schema
206 %service -q ldap restart
207fi
208
f129099d
AM
209%triggerpostun -- %{name}-server < 1.0.40-1
210%{?with_mysql:sed -i -e 's#MYSQLCrypt[\t ]\+all#MYSQLCrypt any#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
211%{?with_pgsql:sed -i -e 's#PgSQLCrypt[\t ]\+all#PgSQLCrypt any#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
212exit 0
895518e0 213
6fb7bec9
AM
214%files
215%defattr(644,root,root,755)
8f66ece6 216%doc AUTHORS ChangeLog CONTACT COPYING FAQ HISTORY NEWS README* THANKS pure*.conf pureftpd.schema
066a5f91 217%attr(755,root,root) %{_bindir}/*
6fb7bec9 218%attr(755,root,root) %{_sbindir}/*
7a0525ff 219%attr(754,root,root) /etc/rc.d/init.d/%{name}
b133fe31 220%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
f3b2c985 221%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
403b943e 222%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ftpusers
aebfbb0d 223%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-dir-aliases
1eca7e3d 224%{?with_ldap:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-ldap.conf}
225%{?with_mysql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-mysql.conf}
226%{?with_pgsql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-pgsql.conf}
453b040c 227%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd.conf
cbfee1f8 228%attr(710,root,ftp) %dir %{_sysconfdir}
cd12828e 229%dir %{_sysconfdir}/vhosts
453b040c 230%dir %{_sysconfdir}/pure-ftpd
05a70f8c 231%dir %{_ftpdir}
1dc0551b 232%{_mandir}/man?/*
052dc4ea 233%lang(ja) %{_mandir}/ja/man5/ftpusers*
234%lang(pl) %{_mandir}/pl/man5/ftpusers*
235%lang(pt_BR) %{_mandir}/pt_BR/man5/ftpusers*
236%lang(ru) %{_mandir}/ru/man5/ftpusers*
0cbff5aa 237
90100a41 238%files -n openldap-schema-pureftpd
92a0cbe7
JB
239%defattr(644,root,root,755)
240%{schemadir}/pureftpd.schema
This page took 0.087755 seconds and 4 git commands to generate.