Bug 258958

Summary: mail/sendmail: broken LDAP protocol support
Product: Ports & Packages Reporter: radi-sh <masamory7>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Some People Flags: dinoex: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description radi-sh 2021-10-06 05:31:15 UTC
In sendmail 8.17.1, LDAP protocol support will not work *without* "DANE protocol support".
Interestingly, this is the opposite of 8.16.1.
The bugs that occur are exactly the same as the link below.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250383#c2
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-10-12 14:48:11 UTC
A commit in branch main references this bug:

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

commit 625a6b901ee8895a916cea53be5c8409f1d36322
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2021-10-12 14:46:44 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2021-10-12 14:46:44 +0000

    mail/sendmail: Fix option LDAP

    PR: 258958

 mail/sendmail-devel/Makefile | 2 +-
 mail/sendmail/Makefile       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2021-10-12 16:26:34 UTC
Fix committed