Bug 277845 - mail/getmail6: update to 6.18.14 for Python 3.12 compat, updates, bugfixes
Summary: mail/getmail6: update to 6.18.14 for Python 3.12 compat, updates, bugfixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joseph Mingrone
URL: https://github.com/getmail6/getmail6/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-20 16:39 UTC by Michael Büker
Modified: 2024-03-20 17:04 UTC (History)
2 users (show)

See Also:


Attachments
portstree patch for update to 6.18.14 (891 bytes, patch)
2024-03-20 16:39 UTC, Michael Büker
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.