Created attachment 233518 [details] fetchmail update patch 6.4.28 -> 6.4.30 FreeBSD ports relevant changes since 6.4.28: Translation updates for: * ro: Remus-Gabriel Chelu [Romanian] * vi: Trần Ngọc Quân [Vietnamese]
poudriere testport jail builds with default options, unless otherwise noted, passed: 123amd64 12.3-RELEASE-p5 amd64 123i386 12.3-RELEASE-p5 i386 130amd64 13.0-RELEASE-p11 amd64 130arm64 13.0-RELEASE-p11 arm64.aarch64 [without NLS, DOCS, CA_BUNDLE] build passed on 130amd64 with WOLFSSL, and with OPENSSL from ports, each with GSSAPI_NONE I don't have GSSAPI test options at run-time.
^Triage: Reporter is committer, assign accordingly
@fernape, sorry for my oversight & thanks for the assignment.
Looks good to me. Passes 'poudriere testport' for me on both amd64 and i386 under 13.0 and 12.3 for the following configurations (some of which are duplicates): - 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.0 and 12.3 with default settings I'm seeing some failures bubbling up from perl when trying to build as non root, but AFAICT they are unrelated to anything fetchmail has (or could have) done. Built package has been working nicely in my testing as well. I approve this patch, thank you!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=726c185cd8333baba5e8c67ccb1186416b83272b commit 726c185cd8333baba5e8c67ccb1186416b83272b Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-04-26 19:37:17 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-04-27 21:57:24 +0000 mail/fetchmail: update to 6.4.30. FreeBSD ports relevant changes since 6.4.28: Translation updates for: * ro: Remus-Gabriel Chelu [Romanian] * vi: Trần Ngọc Quân [Vietnamese] PR: 263595 Approved by: Corey Halpin (maintainer) MFH: 2022Q2 mail/fetchmail/Makefile | 2 +- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=97cbd8942c65380ebf7828b3e473c7cc26f53875 commit 97cbd8942c65380ebf7828b3e473c7cc26f53875 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-04-26 19:37:17 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-04-27 21:58:21 +0000 mail/fetchmail: update to 6.4.30. FreeBSD ports relevant changes since 6.4.28: Translation updates for: * ro: Remus-Gabriel Chelu [Romanian] * vi: Trần Ngọc Quân [Vietnamese] PR: 263595 Approved by: Corey Halpin (maintainer) MFH: 2022Q2 (cherry picked from commit 726c185cd8333baba5e8c67ccb1186416b83272b) mail/fetchmail/Makefile | 2 +- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Corey, thanks for the review and feedback.