Created attachment 223655 [details] patch to update fetchmail and ...conf ports to 6.4.18. Hi Corey, another fetchmail update, would be helpful if we could test, approve, commit until Wednesday so we have it in 2021Q2 right away. fetchmail-6.4.18 (released 2021-03-27, 30011 LoC): # REGRESSION FIX: * fetchmailconf: fetchmail 6.4.16 added --sslcertfile to the configuration dump, but fetchmailconf support was incomplete in Git 7349f124 and it could not parse sslcertfile, thus the user settings editor came up empty with console errors printed. Fix configuration parser in fetchmailconf. # ROBUSTNESS FIXES: * fetchmailconf: do not require fetchmail for -V. do not require Tk (Tkinter) for -d option. This is to fail more gracefully on incomplete installs. * TLS code: remove OPENSSL_NO_DEPRECATED macros to avoid portability issues with OpenSSL v3 - these are for development purposes, not production. * TLS futureproofing: use SSL_use_PrivateKey_file instead of SSL_use_RSAPrivateKey_file, the latter will be deprecated with OpenSSL v3, and the user's key file might be something else than RSA. # TRANSLATION UPDATE: This fine person has contributed an updated translation: * fi: Lauri Nurmi [Finnish]
Comment on attachment 223655 [details] patch to update fetchmail and ...conf ports to 6.4.18. Looks good to me, builds correctly in poudriere, built package works in my testing. I approve this patch. Thank you!
Thanks!
A commit references this bug: Author: mandree Date: Sun Mar 28 21:02:49 UTC 2021 New revision: 569413 URL: https://svnweb.freebsd.org/changeset/ports/569413 Log: mail/fetchmail: update to 6.4.18 (includes mail/fetchmailconf) fetchmail-6.4.18 (released 2021-03-27, 30011 LoC): # REGRESSION FIX: * fetchmailconf: fetchmail 6.4.16 added --sslcertfile to the configuration dump, but fetchmailconf support was incomplete in Git 7349f124 and it could not parse sslcertfile, thus the user settings editor came up empty with console errors printed. Fix configuration parser in fetchmailconf. # ROBUSTNESS FIXES: * fetchmailconf: do not require fetchmail for -V. do not require Tk (Tkinter) for -d option. This is to fail more gracefully on incomplete installs. * TLS code: remove OPENSSL_NO_DEPRECATED macros to avoid portability issues with OpenSSL v3 - these are for development purposes, not production. * TLS futureproofing: use SSL_use_PrivateKey_file instead of SSL_use_RSAPrivateKey_file, the latter will be deprecated with OpenSSL v3, and the user's key file might be something else than RSA. # TRANSLATION UPDATE: This fine person has contributed an updated translation: * fi: Lauri Nurmi [Finnish] PR: 254619 Submitted by: mandree@ Approved by: Corey Halpin (maintainer) Changes: head/mail/fetchmail/Makefile head/mail/fetchmail/distinfo