]> git.pld-linux.org Git - packages/vsftpd.git/blobdiff - vsftpd.spec
- applied upstream
[packages/vsftpd.git] / vsftpd.spec
index 5a590d2b976ad97f2e7709ef01c0909901df61a4..765d8def8846e86f60dc6fe1e7faf4fa658a6942 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.1.0
+Version:       2.1.2
 Release:       1
 License:       GPL v2
 Group:         Daemons
 Source0:       ftp://vsftpd.beasts.org/users/cevans/%{name}-%{version}.tar.gz
-# Source0-md5: 7890b54e7ffa6106ffbdfda53f47fa41
+# Source0-md5: 6a8c8579d50adf0d0fc07226c03bfb52
 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 - needs update
+%endif
 
 %build
 %{__make} \
This page took 0.08319 seconds and 4 git commands to generate.