Bug 258146 - mail/fetchmail update to 6.4.22.r3
Summary: mail/fetchmail update to 6.4.22.r3
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: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch-ready
Depends on: 258071
Blocks:
  Show dependency treegraph
 
Reported: 2021-08-29 15:44 UTC by Matthias Andree
Modified: 2021-08-30 00:15 UTC (History)
1 user (show)

See Also:
chalpin: maintainer-feedback+


Attachments
updates mail/fetchmail to 6.4.22.rc3. (1.39 KB, patch)
2021-08-29 15:44 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 2021-08-29 15:44:06 UTC
Created attachment 227534 [details]
updates mail/fetchmail to 6.4.22.rc3.

Regression fix for IMAP protocol issue where internal state was not properly reinitialized between servers, breaking IMAP downloads in many circumstances.
Comment 1 Corey Halpin 2021-08-29 19:09:43 UTC
Comment on attachment 227534 [details]
updates mail/fetchmail to 6.4.22.rc3.

Looks good to me, passes `poudriere testport`, built package works in my testing. I approve this patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-30 00:14:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e6092d18142f7dafb2e251ce41846a39e8f2e3b

commit 1e6092d18142f7dafb2e251ce41846a39e8f2e3b
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-08-29 15:39:48 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-08-30 00:13:54 +0000

    mail/fetchmail: update to 6.4.22.rc3

    This fixes an IMAP protocol issue affecting all but the first IMAP
    server in a run. It also updates translations.

    PR:             258146
    MFH:            2021Q3
    Approved by:    Corey Halpin (maintainer)

 mail/fetchmail/Makefile | 2 +-
 mail/fetchmail/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-08-30 00:14:56 UTC
A commit in branch 2021Q3 references this bug:

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

commit af2eda0de0eeb8488dac228bb6dcde045ca3cd38
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-08-29 15:39:48 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-08-30 00:14:48 +0000

    mail/fetchmail: update to 6.4.22.rc3

    This fixes an IMAP protocol issue affecting all but the first IMAP
    server in a run. It also updates translations.

    PR:             258146
    MFH:            2021Q3
    Approved by:    Corey Halpin (maintainer)

    (cherry picked from commit 1e6092d18142f7dafb2e251ce41846a39e8f2e3b)

 mail/fetchmail/Makefile | 2 +-
 mail/fetchmail/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2021-08-30 00:15:24 UTC
Thanks Corey!