Bug 275635 - mail/exim: exim 4.97 stops starting queue runners
Summary: mail/exim: exim 4.97 stops starting queue runners
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-08 13:59 UTC by Niels Kobschätzki
Modified: 2024-01-02 12:51 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (fluffy)


Attachments
Patch to fix queue runners that are not starting (4.87 KB, patch)
2023-12-19 05:11 UTC, Niels Kobschätzki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niels Kobschätzki 2023-12-08 13:59:22 UTC
Upstream-bug report: https://bugs.exim.org/show_bug.cgi?id=3046

One user who is encountering the bug is using FreeBSD 12.4, and I am using 13.2 and run into this one.
Comment 1 Niels Kobschätzki 2023-12-18 07:40:00 UTC
The problem is now fixed upstream with commit ced0bbf43860

https://github.com/Exim/exim/commit/ced0bbf43860a2e4ddc88e3ba20ae731324586c5

For some details see original upstream bug report
Comment 2 Niels Kobschätzki 2023-12-19 05:11:00 UTC
Created attachment 247150 [details]
Patch to fix queue runners that are not starting

This patch is only for the release of 4.97 like the port is using now. 
In the next minor version of exim I expect that the changes are included since they are already in exims main-branch.
Comment 3 Niels Kobschätzki 2023-12-19 05:11:41 UTC
(In reply to Niels Kobschätzki from comment #2)
I am using this patch already myself and successfully build exim on poudriere with it.
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-01-02 12:50:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6f31ce42c6e27b91a666f0a7a550e945124f3b5

commit b6f31ce42c6e27b91a666f0a7a550e945124f3b5
Author:     Niels Kobschätzki <niels@kobschaetzki.net>
AuthorDate: 2024-01-02 11:49:10 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-01-02 11:49:10 +0000

    mail/exim: fix queue runners that are not starting

    upstream:
    - https://bugs.exim.org/show_bug.cgi?id=3046
    - https://github.com/Exim/exim/commit/ced0bbf43860a2e4ddc88e3ba20ae731324586c5

    PR:             275635
    Author:         Niels Kobschätzki <niels@kobschaetzki.net>
    Approved-by:    fluffy (implicit)

 mail/exim/Makefile                              |   2 +-
 mail/exim/files/patch-periodic-queue-runs (new) | 212 ++++++++++++++++++++++++
 2 files changed, 213 insertions(+), 1 deletion(-)
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2024-01-02 12:51:43 UTC
Testbuilds are fine, simple run-test is fine as well.