Bug 294083 - mail/postfix: Use blocklist
Summary: mail/postfix: Use blocklist
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: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-28 05:41 UTC by Jose Luis Duran
Modified: 2026-04-09 13:00 UTC (History)
0 users

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


Attachments
[PATCH 1/1] mail/postfix: Use blocklist (8.86 KB, patch)
2026-03-28 05:41 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran freebsd_committer freebsd_triage 2026-03-28 05:41:41 UTC
Created attachment 269163 [details]
[PATCH 1/1] mail/postfix: Use blocklist

Starting from FreeBSD version 1500000, prefer the new blocklist nomenclature.

Once older versions are no longer supported, we should use blocklist exclusively.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-04-09 12:55:33 UTC
A commit in branch main references this bug:

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

commit 11d6404d9c7c201bf8201c4364a98d6c9cd95956
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-04-09 12:07:57 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2026-04-09 12:54:52 +0000

    mail/postfix: Use BLOCKLIST instead of BLACKLIST

    - Starting from FreeBSD version 1500000, prefer the new blocklist
      nomenclature.
    - Enable TLSRPT by default

    PR:             294083

 mail/postfix/Makefile                           |  25 +++-
 mail/postfix/files/extra-patch-blocklistd (new) | 163 ++++++++++++++++++++++++
 2 files changed, 181 insertions(+), 7 deletions(-)
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2026-04-09 13:00:10 UTC
Committed, thanks.