Bug 294084 - mail/postfix-current: Use blocklist
Summary: mail/postfix-current: 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:43 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-current: Use blocklist (8.94 KB, patch)
2026-03-28 05:43 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:43:16 UTC
Created attachment 269164 [details]
[PATCH 1/1] mail/postfix-current: 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:34 UTC
A commit in branch main references this bug:

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

commit 773044af6e8f2ee8c5bdc120d9b8ecf4fb1e86ca
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-04-09 12:48:26 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2026-04-09 12:54:50 +0000

    mail/postfix-current: Update to 3.12-20260403

    - Update to 3.12-20260403
    - Use BLOCKLIST instead of BLACKLIST
    - Enable TLSRPT by default

    PR:             294084

 mail/postfix-current/Makefile                      |  27 +++-
 mail/postfix-current/distinfo                      |   6 +-
 mail/postfix-current/files/extra-patch-blacklistd  |   8 +-
 .../files/extra-patch-blocklistd (new)             | 164 +++++++++++++++++++++
 4 files changed, 190 insertions(+), 15 deletions(-)
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2026-04-09 13:00:24 UTC
Committed, thanks.