]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- added -path_to_ssl_cert_in_config.patch which adds
authortwittner <twittner@pld-linux.org>
Tue, 27 Apr 2004 22:03:17 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  SSLCertFile in main config and -7 commandline option instead of
  --with-certfile= configure switch.
- rel. 4.1 (see TODO)

Changed files:
    pure-ftpd.spec -> 1.110

pure-ftpd.spec

index eb56400b5ac0b4a124ea2017e8a4e7fbd60f2481..20b9886f4f5083fbab313f2857d016d78ba3100d 100644 (file)
@@ -1,4 +1,5 @@
-#
+# TODO: update documentation for SSLCertFile / -7
+#      option
 # Conditional build:
 %bcond_without  ldap   # disable LDAP auth
 %bcond_without  mysql  # disable MySQL auth but disables PAM auth
@@ -10,7 +11,7 @@ Summary:      Small, fast and secure FTP server
 Summary(pl):   Ma³y, szybki i bezpieczny serwer FTP
 Name:          pure-ftpd
 Version:       1.0.18
-Release:       4
+Release:       4.1
 Epoch:         0
 License:       BSD-like
 Group:         Daemons
@@ -21,6 +22,7 @@ Source2:      %{name}.init
 Source3:       ftpusers.tar.bz2
 # Source3-md5: 76c80b6ec9f4d079a1e27316edddbe16
 Patch0:                %{name}-config.patch
+Patch1:                %{name}-path_to_ssl_cert_in_config.patch
 URL:           http://www.pureftpd.org/
 BuildRequires: libcap-devel
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -76,6 +78,7 @@ po
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 %configure \
@@ -96,7 +99,7 @@ po
        --with-quotas \
        --with-ratios \
        --with-throttling \
-       %{?with_tls:--with-tls --with-certfile=%{_sharedstatedir}/openssl/certs/ftpd.pem} \
+       %{?with_tls:--with-tls} \
        --with-uploadscript \
        --with-virtualchroot \
        --with-virtualhosts 
This page took 0.034577 seconds and 4 git commands to generate.