Blame SOURCES/0048-Fix-default-value-of-strict_ssl_read_eof-in-man-page.patch

f22e83
From 9cba9e81aa96e1d64ae2eaaf88330e09dadfce79 Mon Sep 17 00:00:00 2001
f22e83
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
f22e83
Date: Fri, 5 Jan 2018 09:40:09 +0100
f22e83
Subject: [PATCH 48/59] Fix default value of strict_ssl_read_eof in man page
f22e83
f22e83
---
f22e83
 vsftpd.conf.5 | 5 ++---
f22e83
 1 file changed, 2 insertions(+), 3 deletions(-)
f22e83
f22e83
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
f22e83
index a5abeb2..43b0435 100644
f22e83
--- a/vsftpd.conf.5
f22e83
+++ b/vsftpd.conf.5
f22e83
@@ -574,10 +574,9 @@ Default: YES
f22e83
 .B strict_ssl_read_eof
f22e83
 If enabled, SSL data uploads are required to terminate via SSL, not an
f22e83
 EOF on the socket. This option is required to be sure that an attacker did
f22e83
-not terminate an upload prematurely with a faked TCP FIN. Unfortunately, it
f22e83
-is not enabled by default because so few clients get it right. (New in v2.0.7).
f22e83
+not terminate an upload prematurely with a faked TCP FIN. (New in v2.0.7).
f22e83
 
f22e83
-Default: NO
f22e83
+Default: YES
f22e83
 .TP
f22e83
 .B strict_ssl_write_shutdown
f22e83
 If enabled, SSL data downloads are required to terminate via SSL, not an
f22e83
-- 
f22e83
2.14.4
f22e83