Summary: | mail/fetchmail*: bugfix update to 6.4.39 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthias Andree <mandree> | ||||
Component: | Individual Port(s) | Assignee: | Matthias Andree <mandree> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | chalpin | ||||
Priority: | --- | Keywords: | patch-ready | ||||
Version: | Latest | Flags: | chalpin:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 252190 [details]
patch for mail/fetchmail*: bugfix update to 6.4.39
Looks good to me. Passes `poudriere testport` on 14.0/amd64. Built package works in my testing.
I approve this patch, thank you!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f3db11c85f44781a8a9d1298239066593738bf3 commit 8f3db11c85f44781a8a9d1298239066593738bf3 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-07-20 09:56:08 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-07-20 14:24:13 +0000 mail/fetchmail*: bugfix update to 6.4.39 * When a server offers STARTTLS although the connection is already wrapped in TLS, fetchmail would issue a bogus "WARNING: server offered STARTTLS but sslproto '' given." (or STLS for POP3). In situations where we wrap the connection in TLS, suppress the warning. Reported by Mike Pope. * If fetchmail was running localized, generate an error e-mail message locally, and if the selected translation would require the Subject: line to wrap inside an RFC-2047 encoded word (=?UTF-8?Q?...?=), the wrapped encoded-word was not indented, thus not marked as a continuation line. PR: 280384 Approved by: Corey Halpin <chalpin@cs.wisc.edu> mail/fetchmail/Makefile | 2 +- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Corey, thank you for the review and tests, committed. |
Created attachment 252190 [details] patch for mail/fetchmail*: bugfix update to 6.4.39