[packages/pure-ftpd] - rel 6; provide dhparam file; all ssl configs in /etc/pure-ftpd/ssl/ now

arekm arekm at pld-linux.org
Fri Mar 29 12:53:21 CET 2019


commit 05de4e1117296c7392e2737b67e7968d0ecd0ee9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Mar 29 12:53:10 2019 +0100

    - rel 6; provide dhparam file; all ssl configs in /etc/pure-ftpd/ssl/ now

 paths.patch | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
---
diff --git a/paths.patch b/paths.patch
new file mode 100644
index 0000000..0a08a3b
--- /dev/null
+++ b/paths.patch
@@ -0,0 +1,23 @@
+--- pure-ftpd-1.0.48/src/ftpd.h~	2019-03-29 12:34:03.000000000 +0100
++++ pure-ftpd-1.0.48/src/ftpd.h	2019-03-29 12:36:05.048180168 +0100
+@@ -412,18 +412,9 @@
+ #endif
+ 
+ #ifdef WITH_TLS
+-# ifndef TLS_CONFDIR
+-#  define TLS_CONFDIR "/etc/ssl/private"
+-# endif
+-# ifndef TLS_CERTIFICATE_FILE
+-#  define TLS_CERTIFICATE_FILE TLS_CONFDIR "/pure-ftpd.pem"
+-# endif
+-# ifndef TLS_KEY_FILE
++#  define TLS_CERTIFICATE_FILE "/etc/pure-ftpd/ssl/pure-ftpd.pem"
+ #  define TLS_KEY_FILE TLS_CERTIFICATE_FILE
+-# endif
+-# ifndef TLS_DHPARAMS_FILE
+-#  define TLS_DHPARAMS_FILE TLS_CONFDIR "/pure-ftpd-dhparams.pem"
+-# endif
++#  define TLS_DHPARAMS_FILE "/etc/pure-ftpd/ssl/dhparams.pem"
+ #endif
+ 
+ #ifndef TLS_DEFAULT_CIPHER_SUITE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pure-ftpd.git/commitdiff/05de4e1117296c7392e2737b67e7968d0ecd0ee9



More information about the pld-cvs-commit mailing list