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

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