Bug 275156 - mail/exim: fix for dnsdb bug from upstream
Summary: mail/exim: fix for dnsdb bug from upstream
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL: https://bugs.exim.org/show_bug.cgi?id...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-17 20:41 UTC by Kurt Jaeger
Modified: 2023-11-19 12:09 UTC (History)
1 user (show)

See Also:
fluffy: maintainer-feedback+


Attachments
add patch to files/ and rebuild (2.44 KB, text/plain)
2023-11-17 20:41 UTC, Kurt Jaeger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2023-11-17 20:41:53 UTC
Created attachment 246377 [details]
add patch to files/ and rebuild

See:
https://bugs.exim.org/show_bug.cgi?id=3054
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2023-11-17 22:01:16 UTC
The fix is from upstream:

  https://git.exim.org/exim.git/commitdiff/79670d3c32cc
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-19 12:02:39 UTC
A commit in branch main references this bug:

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

commit caa5c5a85b787e0676fd33fa85d6856888adea12
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-11-19 10:47:13 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-11-19 12:02:15 +0000

    mail/exim: backport fix for dnsdb bug from upstream (+)

    PR:             275156
    See Also:       https://bugs.exim.org/show_bug.cgi?id=3054

 mail/exim/Makefile                              |  2 +-
 mail/exim/files/patch-src-lookups-dnsdb.c (new) | 66 +++++++++++++++++++++++++
 2 files changed, 67 insertions(+), 1 deletion(-)
Comment 3 Dima Panov freebsd_committer freebsd_triage 2023-11-19 12:09:24 UTC
Landed, thanks!