/[smeserver]/rpms/smeserver-dovecot/sme10/smeserver-dovecot-1.6.0-fix-35ssl-typo.patch
ViewVC logotype

Contents of /rpms/smeserver-dovecot/sme10/smeserver-dovecot-1.6.0-fix-35ssl-typo.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue May 5 02:09:39 2020 UTC (4 years ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Mon May 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-11.sme
- fix typo in enabling TLSv1.2 as default [SME: 10934]

1 diff -ruN smeserver-dovecot-1.6.0.old/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl smeserver-dovecot-1.6.0/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl
2 --- smeserver-dovecot-1.6.0.old/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl 2020-05-04 14:15:37.440849858 +0200
3 +++ smeserver-dovecot-1.6.0/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl 2020-05-04 14:15:57.823157879 +0200
4 @@ -13,7 +13,7 @@
5 my $dh = $dovecot{'dh'} || '4096';
6 $OUT .= "ssl_dh_parameters_length = $dh\n";
7 $OUT .= "ssl_protocols = $proto\n" if ($proto ne '');
8 -$OUT .= "ssl_prefer_server_ciphers = yes\n"
9 +$OUT .= "ssl_prefer_server_ciphers = yes\n";
10 $OUT .= "ssl_cipher_list = " . ($dovecot{CipherSuite} || $modSSL{CipherSuite} || 'ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256:HIGH@STRENGTH:!SSLv2:!ADH:!aNULL:!MD5:!RC4') . "\n";
11
12 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed