Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2020-02-03 11:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proftpd (Old)
 and      /work/SRC/openSUSE:Factory/.proftpd.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proftpd"

Mon Feb  3 11:14:29 2020 rev:38 rq:769276 version:1.3.6b

Changes:
--------
--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2019-12-29 
15:50:18.759193068 +0100
+++ /work/SRC/openSUSE:Factory/.proftpd.new.26092/proftpd.changes       
2020-02-03 11:14:35.301883447 +0100
@@ -1,0 +2,6 @@
+Sat Feb  1 17:25:05 UTC 2020 - [email protected]
+
+- cleanup tls.template
+  * remove deprecated NoCertRequest from TLSOptions
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ proftpd.spec ++++++
--- /var/tmp/diff_new_pack.hTUzmI/_old  2020-02-03 11:14:36.201883902 +0100
+++ /var/tmp/diff_new_pack.hTUzmI/_new  2020-02-03 11:14:36.205883904 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package proftpd
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ proftpd-tls.template ++++++
--- /var/tmp/diff_new_pack.hTUzmI/_old  2020-02-03 11:14:36.257883931 +0100
+++ /var/tmp/diff_new_pack.hTUzmI/_new  2020-02-03 11:14:36.257883931 +0100
@@ -7,19 +7,19 @@
 </IfModule>
 
 <IfModule mod_tls.c>
-    TLSEngine                  on
-    TLSLog                     /var/log/proftpd/tls.log
+    TLSEngine                   on
+    TLSLog                      /var/log/proftpd/tls.log
 
     # Support both SSLv3 and TLSv1, but they should not be used
     #  (known to be weak)
-    TLSProtocol                TLSv1.1 TLSv1.2
+    TLSProtocol                 TLSv1.1 TLSv1.2
 
     # Are clients required to use FTP over TLS when talking to this server?
-    TLSRequired                off
+    TLSRequired                 off
 
     # Server's RSA certificate
-    TLSRSACertificateFile      /etc/proftpd/ssl/proftpd.cert.pem
-    TLSRSACertificateKeyFile   /etc/proftpd/ssl/proftpd.key.pem
+    TLSRSACertificateFile       /etc/proftpd/ssl/proftpd.cert.pem
+    TLSRSACertificateKeyFile    /etc/proftpd/ssl/proftpd.key.pem
 
     # CA (or CA chain) to verify client certs 
     #TLSCACertificateFile        /etc/proftpd/ssl/proftpd.cacert.pem
@@ -28,15 +28,15 @@
     TLSCertificateChainFile     /etc/proftpd/ssl/proftpd.cacert.pem
 
     # Authenticate clients that want to use FTP over TLS?
-    TLSVerifyClient            off
+    TLSVerifyClient             off
 
     # Allow SSL/TLS renegotiations when the client requests them, but
     # do not force the renegotations.  Some clients do not support
     # SSL/TLS renegotiations; when mod_tls forces a renegotiation, these
     # clients will close the data connection, or there will be a timeout
     # on an idle data connection.
-    TLSRenegotiate none
+    TLSRenegotiate              none
 
     # Should Server request a Clients Certificate and send valid CA list ?
-    TLSOptions                 NoCertRequest NoSessionReuseRequired
+    TLSOptions                  NoSessionReuseRequired
 </IfModule>


Reply via email to