Bug 269424 - mail/fetchmail: update to 6.4.36 (also updates mail/fetchmailconf)
Summary: mail/fetchmail: update to 6.4.36 (also updates mail/fetchmailconf)
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-09 00:54 UTC by Corey Halpin
Modified: 2023-02-10 10:41 UTC (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.92 KB, patch)
2023-02-09 00:54 UTC, Corey Halpin
chalpin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Corey Halpin 2023-02-09 00:54:27 UTC
Created attachment 240014 [details]
Proposed patch

Update to 6.4.36 (primarily translation updates).

mail/fetchmail passes 'poudriere testport' on both amd64 and i386 under 13.1 and 12.3 for the following configurations:
 - Default settings 
 - ssl=base, GSSAPI_MIT
 - ssl=base, GSSAPI_NONE
 - ssl=openssl
 - ssl=openssl with SSL2 and SSL3 disabled
 - ssl=openssl, GSSAPI_NONE
 - WolfSSL

mail/fetchmailconf passes 'poudriere testport' on both amd64 and i386 under 13.1 and 12.3 with default settings



Upstream changelog entries:

fetchmail-6.4.36 (released 2023-01-28, 31710 LoC):

# TRANSLATIONS: language translations were updated by these fine people:
(in alphabetical order of language codes):
* cs:    Petr Pisar [Czech]
* es:    Cristian Othón Martínez Vera [Spanish]
* fr:    Frédéric Marchal [French]
* ja:    Takeshi Hamasaki [Japanese]
* pl:    Jakub Bogusz [Polish]
* ro:    Remus-Gabriel Chelu [Romanian]
* sq:    Besnik Bleta [Albanian]
* sv:    Göran Uddeborg [Swedish]


fetchmail-6.4.35 (released 2023-01-04, 31707 LoC):

# BREAKING CHANGES:
* Fetchmail now warns about OpenSSL before 1.1.1s or 3.0.7,
  and rejects wolfSSL older than 5.5.1.

# TRANSLATIONS: language translations were updated by these fine people:
(in reverse alphabetical order of language codes so as not to prefer people):
* sv:    Göran Uddeborg [Swedish]
* eo:    Keith Bowes [Esperanto]
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-09 15:47:10 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.


Thanks!
Comment 2 Corey Halpin 2023-02-09 15:54:23 UTC
The master changelog is at https://gitlab.com/fetchmail/fetchmail/-/blob/legacy_64/NEWS, but that lists all the changes since 6.0.0.  AFAIK there is no URL for a changelog specific to this version. (This was why I included just the entries relevant for this version.)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-02-10 10:41:11 UTC
A commit in branch main references this bug:

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

commit ea5d1716d26bff3f6f22f0487b7eb9135a05acec
Author:     Corey Halpin <chalpin@cs.wisc.edu>
AuthorDate: 2023-02-09 15:42:32 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-10 10:36:41 +0000

    mail/fetchmail: update to 6.4.36

    PR:             269424
    Reported by:    chalpin@cs.wisc.edu (maintainer)

 UPDATING                 |  7 +++++++
 mail/fetchmail/Makefile  |  2 +-
 mail/fetchmail/distinfo  |  6 +++---
 mail/fetchmail/pkg-plist | 16 ++++++++--------
 4 files changed, 19 insertions(+), 12 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-10 10:41:20 UTC
Committed,

Thanks!