Bug 280384 - mail/fetchmail*: bugfix update to 6.4.39
Summary: mail/fetchmail*: bugfix update to 6.4.39
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: Matthias Andree
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2024-07-20 09:58 UTC by Matthias Andree
Modified: 2024-07-20 14:25 UTC (History)
1 user (show)

See Also:
chalpin: maintainer-feedback+


Attachments
patch for mail/fetchmail*: bugfix update to 6.4.39 (1.75 KB, patch)
2024-07-20 09:58 UTC, Matthias Andree
chalpin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2024-07-20 09:58:41 UTC
Created attachment 252190 [details]
patch for mail/fetchmail*: bugfix update to 6.4.39
Comment 1 Corey Halpin 2024-07-20 14:17:04 UTC
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!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-07-20 14:24:54 UTC
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(-)
Comment 3 Matthias Andree freebsd_committer freebsd_triage 2024-07-20 14:25:24 UTC
Corey, thank you for the review and tests, committed.