Summary: | mail/spamassassin has an extra dependency on p5-IO-Socket-INET6 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dirk Meyer <dinoex> |
Component: | Individual Port(s) | Assignee: | Cy Schubert <cy> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | dinoex |
Priority: | --- | Keywords: | easy, regression |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(cy) |
Hardware: | Any | ||
OS: | Any |
Description
Dirk Meyer
2023-07-30 22:05:16 UTC
I'm confused. Is this an extra dependency problem or an IPv6 problem? If you listen on IPv6 spamd fails now. Example: spamd_flags="-u spamd -H /var/spool/spamd --listen 127.0.0.1 --listen '[::1]' To continue to support IPv6, the dependency is needed. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf9fbfdb5c73b7495b17939458eb15f3664ece91 commit bf9fbfdb5c73b7495b17939458eb15f3664ece91 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-07-31 14:43:53 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-07-31 16:38:08 +0000 mail/spamassassin*: Fix IPv6 support spamassassin now needs net/p5-IO-Socket-INET6 to support IPv6. PR: 272830 MFH: 2023Q3 mail/spamassassin-devel/Makefile | 2 ++ mail/spamassassin/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) |