]> git.pld-linux.org Git - packages/vsftpd.git/commitdiff
- tls/ssl and tcp wrappers enabled.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 2 Jul 2004 07:42:25 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vsftpd.spec -> 1.32

vsftpd.spec

index e2603f1c733da501399131024da66242ed6153fc..9de7b89beaf7237456915675e39e11e1aaa04435 100644 (file)
@@ -16,9 +16,12 @@ Source2:     %{name}.pamd
 Source3:       %{name}-ftpusers
 Source4:       ftpusers.tar.bz2
 # Source4-md5: 76c80b6ec9f4d079a1e27316edddbe16
+Patch0:                %{name}-builddefs.patch
 URL:           http://vsftpd.beasts.org/
 PreReq:                rc-inetd
 BuildRequires: libcap-devel
+BuildRequires: libwrap-devel
+BuildRequires: openssl-devel >= 0.9.7d
 Requires:      FHS >= 2.3
 Requires:      pam >= 0.77.3
 Provides:      ftpserver
@@ -54,6 +57,7 @@ Man Security Audit Team" Evans.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.43259 seconds and 4 git commands to generate.