Bug 287297 - mail/postfix: Add option to enable TLSRPT functionality
Summary: mail/postfix: Add option to enable TLSRPT functionality
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks: 285012
  Show dependency treegraph
 
Reported: 2025-06-04 14:26 UTC by Matthew Seaman
Modified: 2025-06-10 13:18 UTC (History)
0 users

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


Attachments
Add TLSRPT option to mail/postfix-current (2.20 KB, patch)
2025-06-04 14:26 UTC, Matthew Seaman
matthew: maintainer-approval?
Details | Diff
Add TLSRPT option to mail/postfix (2.15 KB, patch)
2025-06-04 14:27 UTC, Matthew Seaman
matthew: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman freebsd_committer freebsd_triage 2025-06-04 14:26:33 UTC
Created attachment 260971 [details]
Add TLSRPT option to mail/postfix-current

Hi, 

Can we add a TLSRPT option to mail/postfix and mail/postfix-devel please? It optionally enables linking against lib tlsrpt (mail/libtlsrpt) -- default off.

This is part of enabling RFC 8640 reporting from postfix, and depends on a new mail/py-tlsrpt-reporter port (PR: 285012) for gathering and summarising the required data.
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2025-06-04 14:27:57 UTC
Created attachment 260972 [details]
Add TLSRPT option to mail/postfix
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2025-06-04 14:30:07 UTC
(In reply to Matthew Seaman from comment #0)

* mail/postfix and mail/postfix-current
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-06-10 13:16:35 UTC
A commit in branch main references this bug:

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

commit eac69363a7f69d4a3b266d4c2ae7c6a89da0c53e
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-06-10 13:10:41 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-06-10 13:10:41 +0000

    mail/postfix: Add TLSRPT support

    Add option to enable TLSRPT functionality.

    PR:             287297

 mail/postfix/Makefile | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-06-10 13:16:38 UTC
A commit in branch main references this bug:

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

commit e4af0887ef624b391d40f028dd3649d9d997f88b
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-06-10 13:13:54 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-06-10 13:15:01 +0000

    mail/postfix-current: Update to 3.11-20250606 and add TLSRPT support

    - Update to 3.11-20250606
    - Add option to enable TLSRPT functionality

    Co-authored by: Matthew Seaman <matthew@FreeBSD.org>
    PR:             287297

 mail/postfix-current/Makefile | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
Comment 5 Juraj Lutter freebsd_committer freebsd_triage 2025-06-10 13:18:29 UTC
Committed, thanks.