Bug 289737 - mail/postfix-current: make postscreen blacklistd aware
Summary: mail/postfix-current: make postscreen blacklistd aware
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:
 
Reported: 2025-09-21 11:32 UTC by Michael Grimm
Modified: 2025-10-12 03:38 UTC (History)
1 user (show)

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


Attachments
make postscreen blacklistd aware (6.41 KB, patch)
2025-09-21 11:32 UTC, Michael Grimm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grimm 2025-09-21 11:32:27 UTC
Created attachment 263960 [details]
make postscreen blacklistd aware

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284444 for the rationale of including postscreen into blacklistd actions

- update of Makefile
- update of files/extra-patch-blacklistd
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2025-09-28 10:18:58 UTC
Can you also make it for mail/postfix, please?
Comment 2 Michael Grimm 2025-09-28 14:26:08 UTC
(In reply to Juraj Lutter from comment #1)

Actually, you commited that patch already ;-)

https://cgit.freebsd.org/ports/commit/?id=fb25a7b49238fac37fa24999089450454a4c3e85
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-10-03 09:37:06 UTC
A commit in branch main references this bug:

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

commit 4d2bce94cd4a91697cac5f0302e1213d0f59984a
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-10-03 09:33:52 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-10-03 09:36:07 +0000

    mail/postfix-current: Update to 3.11-20250928

    - Update to 3.11-20250928
    - Make postscreen blacklistd-aware [1]
    - Fix the build on FreeBSD 16.0-CURRENT

    Co-authored-by: Michael Grimm <trashcan@ellael.org>
    PR:             289737

 mail/postfix-current/Makefile                      |   2 +-
 mail/postfix-current/distinfo                      |   6 +-
 mail/postfix-current/files/extra-patch-blacklistd  | 109 +++++++++++++++++++--
 .../files/patch-src_util_sys__defs.h               |   2 +-
 4 files changed, 107 insertions(+), 12 deletions(-)