Created attachment 237334 [details] update patch = CRITICAL BUG FIXES: * When an SMTP receiver refuses delivery, a message would be deleted from the mail store in spite of a softbounce option that is enabled. Bug report, analysis and patch by Horváth Zsolt. Gitlab, fixes #50. = BUILD NOTE: * If you are reusing config.cache from prior builds, this may cause issues with finding Python or some libraries. In case of trouble, remove config.cache and retry. = TRANSLATIONS: language translations were updated by this fine person: * sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
Comment on attachment 237334 [details] update patch Looks good to me. 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. The built fetchmail package works nicely in my testing. I approve this patch, thank you!
Thanks. I have test built this on amd64 on 12.3 and 13/stable (built from Git commit 3c87f145d4e), too. unfortunately, I forgot the PR in the commit message, so here goes: ----- The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c97aaed105433db570af51362721ee1b7ee47b0 commit 7c97aaed105433db570af51362721ee1b7ee47b0 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-10-15 14:20:32 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-10-16 08:30:25 +0000 mail/fetchmail: update to 6.4.34 (critical fix) = CRITICAL BUG FIXES: * When an SMTP receiver refuses delivery, a message would be deleted from the mail store in spite of a softbounce option that is enabled. Bug report, analysis and patch by Horváth Zsolt. Gitlab, fixes #50. = BUILD NOTE: * If you are reusing config.cache from prior builds, this may cause issues with finding Python or some libraries. In case of trouble, remove config.cache and retry. = TRANSLATIONS: language translations were updated by this fine person: * sr: Мирослав Николић (Miroslav Nikolić) [Serbian] --- mail/fetchmail/Makefile | 6 +++--- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fe4862e6c3b3a249db6814cf6dd7972c98e5c4c commit 7fe4862e6c3b3a249db6814cf6dd7972c98e5c4c Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-10-15 14:20:32 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-10-16 08:33:20 +0000 mail/fetchmail: update to 6.4.34 (critical fix) = CRITICAL BUG FIXES: * When an SMTP receiver refuses delivery, a message would be deleted from the mail store in spite of a softbounce option that is enabled. Bug report, analysis and patch by Horváth Zsolt. Gitlab, fixes #50. = BUILD NOTE: * If you are reusing config.cache from prior builds, this may cause issues with finding Python or some libraries. In case of trouble, remove config.cache and retry. = TRANSLATIONS: language translations were updated by this fine person: * sr: Мирослав Николић (Miroslav Nikolić) [Serbian] (cherry picked from commit 7c97aaed105433db570af51362721ee1b7ee47b0) PR: 267083 Approved by: Corey Halpin (maintainer, for branch main - see PR) mail/fetchmail/Makefile | 6 +++--- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Cy added to Cc: to make him aware that the OPIE-gone-from-recent-14-CURRENT patch got merged back to 2022Q4.
(In reply to Matthias Andree from comment #4) Thank you.