Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dovecot for openSUSE:Factory checked in at 2025-01-29 16:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dovecot (Old) and /work/SRC/openSUSE:Factory/.dovecot.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dovecot" Wed Jan 29 16:17:21 2025 rev:11 rq:1241073 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/dovecot/dovecot.changes 2022-02-14 22:36:09.581411895 +0100 +++ /work/SRC/openSUSE:Factory/.dovecot.new.2316/dovecot.changes 2025-01-29 16:17:51.594085738 +0100 @@ -1,0 +2,11 @@ +Fri Jan 24 23:35:56 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Add config files for dovecot 2.4 + +------------------------------------------------------------------- +Fri Jan 24 21:54:11 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- update to 2.4 + Add unit files from 2.4 + +------------------------------------------------------------------- New: ---- dovecot-2.4-pigeonhole.configfiles dovecot-2.4.configfiles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot.spec ++++++ --- /var/tmp/diff_new_pack.JOkydb/_old 2025-01-29 16:17:52.510123726 +0100 +++ /var/tmp/diff_new_pack.JOkydb/_new 2025-01-29 16:17:52.514123891 +0100 @@ -1,7 +1,7 @@ # # spec file for package dovecot # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: dovecot -Version: 2.3 +Version: 2.4 Release: 0 Summary: IMAP and POP3 Server Written Primarily with Security in Mind License: BSD-3-Clause AND LGPL-2.1-or-later AND MIT @@ -41,6 +41,8 @@ Source11: %{name}-2.2-pigeonhole.configfiles Source12: %{name}-2.3.configfiles Source13: %{name}-2.3-pigeonhole.configfiles +Source14: %{name}-2.4.configfiles +Source15: %{name}-2.4-pigeonhole.configfiles %description Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems, ++++++ dovecot-2.4-pigeonhole.configfiles ++++++ /etc/dovecot/conf.d/20-managesieve.conf /etc/dovecot/conf.d/90-sieve-extprograms.conf /etc/dovecot/conf.d/90-sieve.conf /etc/dovecot/sieve-ldap.conf ++++++ dovecot-2.4.configfiles ++++++ /etc/dovecot/dovecot.conf ++++++ dovecot.service ++++++ --- /var/tmp/diff_new_pack.JOkydb/_old 2025-01-29 16:17:52.674130526 +0100 +++ /var/tmp/diff_new_pack.JOkydb/_new 2025-01-29 16:17:52.678130692 +0100 @@ -1,12 +1,36 @@ +# This file is part of Dovecot +# +# DO NOT CUSTOMIZE THIS FILE, INSTEAD +# create the file: +# `/etc/systemd/system/dovecot.service.d/service.conf'. +# or copy this as +# `/etc/systemd/system/dovecot.service` and edit then +# and put your changes there + [Unit] Description=Dovecot IMAP/POP3 email server -After=local-fs.target network.target +Documentation=man:dovecot(1) +Documentation=https://doc.dovecot.org/ +After=local-fs.target network-online.target remote-fs.target time-sync.target [Service] -Type=simple +Type=notify ExecStart=/usr/sbin/dovecot -F ExecReload=/usr/bin/doveadm reload +ExecStop=/usr/bin/doveadm stop +PrivateTmp=true NonBlocking=yes +ProtectSystem=full +ProtectHome=no +PrivateDevices=true +OOMPolicy=continue + +# You can add environment variables with e.g.: +#Environment='CORE_OUTOFMEM=1' +# If you have trouble with `Too many open files', increase +LimitNOFILE=65535 +# If you want to allow the Dovecot services to produce core dumps, use: +#LimitCORE=infinity [Install] WantedBy=multi-user.target