fix typo and add c++ BR

This commit is contained in:
Michal Hlavinka 2018-04-19 16:20:52 +02:00
parent 8a7475f62a
commit f874d6b553
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ diff -up dovecot-2.3.0.1/doc/example-config/conf.d/10-ssl.conf.default-settings
#ssl_cipher_list = ALL:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH
# To disable non-EC DH, use:
#ssl_cipher_list = ALL:!DH:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH
+ssl_ciper_list = PROFILE=SYSTEM
+ssl_cipher_list = PROFILE=SYSTEM
# Colon separated list of elliptic curves to use. Empty value (the default)
# means use the defaults from the SSL library. P-521:P-384:P-256 would be an

View File

@ -39,7 +39,7 @@ Patch11: dovecot-2.3.1-murmurfix.patch
Source15: prestartscript
BuildRequires: gcc openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
BuildRequires: gcc, gcc-c++, openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
BuildRequires: libtool, autoconf, automake, pkgconfig
BuildRequires: sqlite-devel
BuildRequires: postgresql-devel