Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dovecot23 for openSUSE:Factory checked in at 2022-02-03 23:16:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dovecot23 (Old) and /work/SRC/openSUSE:Factory/.dovecot23.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dovecot23" Thu Feb 3 23:16:52 2022 rev:44 rq:951384 version:2.3.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dovecot23/dovecot23.changes 2021-12-16 09:58:05.095773253 +0100 +++ /work/SRC/openSUSE:Factory/.dovecot23.new.1898/dovecot23.changes 2022-02-03 23:18:55.051617109 +0100 @@ -1,0 +2,9 @@ +Wed Feb 2 12:28:24 UTC 2022 - Dominique Leuenberger <dims...@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 mkcert.sh + (boo#1193909). +- Rebase dovecot-2.3.0-better_ssl_defaults.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot23.spec ++++++ --- /var/tmp/diff_new_pack.QgAN8h/_old 2022-02-03 23:18:55.947610993 +0100 +++ /var/tmp/diff_new_pack.QgAN8h/_new 2022-02-03 23:18:55.951610966 +0100 @@ -1,7 +1,7 @@ # # spec file for package dovecot23 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ dovecot-2.3.0-better_ssl_defaults.patch ++++++ --- /var/tmp/diff_new_pack.QgAN8h/_old 2022-02-03 23:18:56.047610310 +0100 +++ /var/tmp/diff_new_pack.QgAN8h/_new 2022-02-03 23:18:56.051610283 +0100 @@ -6,9 +6,9 @@ # 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 ++++++ dovecot-2.3.0-dont_use_etc_ssl_certs.patch ++++++ --- /var/tmp/diff_new_pack.QgAN8h/_old 2022-02-03 23:18:56.063610201 +0100 +++ /var/tmp/diff_new_pack.QgAN8h/_new 2022-02-03 23:18:56.067610174 +0100 @@ -116,7 +116,7 @@ # 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