Accepting request 950732 from home:dimstar:Factory

- Fix dovecot-2.3.0-dont_use_etc_ssl_certs.patch: Align the
  certificate path/filenames to /etc/ssl/private/*.crt, which
  happens to match what the patch also does for mkert.sh
  (boo#1193909).
- Rebase dovecot-2.3.0-better_ssl_defaults.patch

OBS-URL: https://build.opensuse.org/request/show/950732
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot23?expand=0&rev=101
This commit is contained in:
Dirk Mueller 2022-02-03 12:40:28 +00:00 committed by Git OBS Bridge
parent 958249c91d
commit c70acd27d4
3 changed files with 12 additions and 3 deletions

View File

@ -6,9 +6,9 @@ Index: dovecot-2.3.17.1/doc/example-config/conf.d/10-ssl.conf
# 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 = </etc/ssl/private/dovecot.pem
-ssl_cert = </etc/ssl/private/dovecot.crt
-ssl_key = </etc/ssl/private/dovecot.pem
+#ssl_cert = </etc/ssl/private/dovecot.pem
+#ssl_cert = </etc/ssl/private/dovecot.crt
+#ssl_key = </etc/ssl/private/dovecot.pem
# If key file is password protected, give the password here. Alternatively

View File

@ -116,7 +116,7 @@ Index: dovecot-2.3.17.1/doc/example-config/conf.d/10-ssl.conf
# 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 = </etc/ssl/certs/dovecot.pem
+ssl_cert = </etc/ssl/private/dovecot.pem
+ssl_cert = </etc/ssl/private/dovecot.crt
ssl_key = </etc/ssl/private/dovecot.pem
# If key file is password protected, give the password here. Alternatively

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 2 12:28:24 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix dovecot-2.3.0-dont_use_etc_ssl_certs.patch: Align the
certificate path/filenames to /etc/ssl/private/*.crt, which
happens to match what the patch also does for mkert.sh
(boo#1193909).
- Rebase dovecot-2.3.0-better_ssl_defaults.patch
-------------------------------------------------------------------
Thu Dec 16 08:14:51 UTC 2021 - Fabian Vogt <fvogt@suse.com>