Bug 277845

Summary: mail/getmail6: update to 6.18.14 for Python 3.12 compat, updates, bugfixes
Product: Ports & Packages Reporter: Michael Büker <freebsd>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Some People CC: jrm, ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/getmail6/getmail6/releases/tag/v6.18.14
Attachments:
Description Flags
portstree patch for update to 6.18.14 freebsd: maintainer-approval+

Description Michael Büker 2024-03-20 16:39:22 UTC
Created attachment 249345 [details]
portstree patch for update to 6.18.14

- fix make lint
- fix #183: in case of TypeError keyfile and certfile are used later in wrap_socket (Python 3.12)
- fix #182: make log to trace
- Allow to customize 'redirect_uri' (pull request #179 from jerome-pouiller/master)
- fix #176: Maildir Filename Generation Issue with Truncated Hostname (use full hostname)
- remove "Labels" before deleting uid (pull request #175 from ewft/fix_gmail_deletion)
- Redact real email in test data (pull request #170 from h3xx/remove-email)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-20 17:04:25 UTC
A commit in branch main references this bug:

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

commit e15182f5205ab01f757d2f3b5c74fd412024347f
Author:     Michael Büker <freebsd@michael-bueker.de>
AuthorDate: 2024-03-20 16:57:45 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-03-20 17:03:01 +0000

    mail/getmail6: Update to 6.18.14

    Changes:        https://github.com/getmail6/getmail6/releases/tag/v6.18.14
    PR:             277845

 mail/getmail6/Makefile | 2 +-
 mail/getmail6/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2024-03-20 17:04:48 UTC
Thanks.