]> git.pld-linux.org Git - packages/vsftpd.git/blobdiff - vsftpd.spec
- up to 2.3.2
[packages/vsftpd.git] / vsftpd.spec
index 8170094a6cda253c783130ee2dbf37f8938d69ef..fe1e45b8052d1340aba2fac86add1d38a77927cc 100644 (file)
@@ -1,16 +1,18 @@
 #
 %define                _ftpdir /home/services/ftp
 #
+%bcond_with    clamav  #ClamAV scanning support
+
 Summary:       vsftpd - Very Secure FTP Daemon
 Summary(pl.UTF-8):     Bardzo Bezpieczny Demon FTP
 Summary(pt_BR.UTF-8):  vsftpd - Daemon FTP Muito Seguro
 Name:          vsftpd
-Version:       2.0.5
-Release:       5
+Version:       2.3.2
+Release:       1
 License:       GPL v2
 Group:         Daemons
 Source0:       ftp://vsftpd.beasts.org/users/cevans/%{name}-%{version}.tar.gz
-# Source0-md5: 146062e8b2f93af43ff6c2c770feea94
+# Source0-md5: bad7b117d737a738738836041edc00db
 Source1:       %{name}.inetd
 Source2:       %{name}.pamd
 Source3:       %{name}-ftpusers
@@ -19,6 +21,7 @@ Source4:      ftpusers.tar.bz2
 Source5:       %{name}.init
 Patch0:                %{name}-builddefs.patch
 Patch1:                %{name}-amd64-findlibs.patch
+Patch2:                %{name}-clamav.patch
 URL:           http://vsftpd.beasts.org/
 BuildRequires: libcap-devel
 BuildRequires: libwrap-devel
@@ -82,6 +85,9 @@ Ten pakiet pozwala na wystartowanie vsftpd jako samodzielnego demona.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if %{with clamav}
+%patch2 -p1
+%endif
 
 %build
 %{__make} \
This page took 0.163629 seconds and 4 git commands to generate.