diff --git a/dovecot-2.3.0-better_ssl_defaults.patch b/dovecot-2.3.0-better_ssl_defaults.patch index 4703ae9..883561c 100644 --- a/dovecot-2.3.0-better_ssl_defaults.patch +++ b/dovecot-2.3.0-better_ssl_defaults.patch @@ -1,18 +1,19 @@ -diff -ur dovecot-2.3.17.1.orig/doc/example-config/conf.d/10-ssl.conf dovecot-2.3.17.1/doc/example-config/conf.d/10-ssl.conf ---- dovecot-2.3.17.1.orig/doc/example-config/conf.d/10-ssl.conf 2021-12-03 12:48:47.000000000 +0100 -+++ dovecot-2.3.17.1/doc/example-config/conf.d/10-ssl.conf 2021-12-07 20:09:55.575984341 +0100 +Index: dovecot-2.3.17.1/doc/example-config/conf.d/10-ssl.conf +=================================================================== +--- dovecot-2.3.17.1.orig/doc/example-config/conf.d/10-ssl.conf ++++ dovecot-2.3.17.1/doc/example-config/conf.d/10-ssl.conf @@ -9,8 +9,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf --ssl_cert = [CompilingSource.txt] @@ -53,10 +53,10 @@ Index: dovecot-2.3.9.3/doc/wiki/CompilingSource.txt the private key from '/etc/ssl/private/dovecot.pem'. The '/etc/ssl' directory can be changed using the '--with-ssldir=DIR' configure option. Both can of course be overridden from the configuration file. -Index: dovecot-2.3.9.3/doc/wiki/SSL.CertificateCreation.txt +Index: dovecot-2.3.17.1/doc/wiki/SSL.CertificateCreation.txt =================================================================== ---- dovecot-2.3.9.3.orig/doc/wiki/SSL.CertificateCreation.txt -+++ dovecot-2.3.9.3/doc/wiki/SSL.CertificateCreation.txt +--- dovecot-2.3.17.1.orig/doc/wiki/SSL.CertificateCreation.txt ++++ dovecot-2.3.17.1/doc/wiki/SSL.CertificateCreation.txt @@ -39,7 +39,7 @@ CN matches the connected host name, othe invalid. It's also possible to use wildcards (eg. *.domain.com) in the host name. They should work with most clients. @@ -66,10 +66,10 @@ Index: dovecot-2.3.9.3/doc/wiki/SSL.CertificateCreation.txt private key file is created to '/etc/ssl/private/dovecot.pem'. Also by default the certificate will expire in 365 days. If you wish to change any of these, modify the mkcert.sh script. -Index: dovecot-2.3.9.3/doc/wiki/SSL.DovecotConfiguration.txt +Index: dovecot-2.3.17.1/doc/wiki/SSL.DovecotConfiguration.txt =================================================================== ---- dovecot-2.3.9.3.orig/doc/wiki/SSL.DovecotConfiguration.txt -+++ dovecot-2.3.9.3/doc/wiki/SSL.DovecotConfiguration.txt +--- dovecot-2.3.17.1.orig/doc/wiki/SSL.DovecotConfiguration.txt ++++ dovecot-2.3.17.1/doc/wiki/SSL.DovecotConfiguration.txt @@ -41,7 +41,7 @@ The most important SSL settings are (in ---%<------------------------------------------------------------------------- ssl = yes @@ -107,3 +107,16 @@ Index: dovecot-2.3.9.3/doc/wiki/SSL.DovecotConfiguration.txt ssl_key = + +- Update dovecot-2.3.0-dont_use_etc_ssl_certs.patch to also adjust + the path in the 10-ssl.conf example (boo#1193758) +- Rebase dovecot-2.3.0-better_ssl_defaults.patch + ------------------------------------------------------------------- Tue Dec 7 18:54:54 UTC 2021 - Michael Ströder