From: Matthias A. <mat...@gm...> - 2021-08-09 17:04:11
|
Greetings, The 6.5.0.beta5 release of fetchmail is now available at the usual locations, including <https://sourceforge.net/projects/fetchmail/files/branch_6.5/> The source archive has been uploaded and will shortly be available from: <https://sourceforge.net/projects/fetchmail/files/branch_6.5/fetchmail-6.5.0.beta5.tar.xz/download> This is a deep link to the GnuPG signature: <https://sourceforge.net/projects/fetchmail/files/branch_6.5/fetchmail-6.5.0.beta5.tar.xz.asc/download> This fixes a regression introduced with the security fix for CVE-2021-36386 that broke --logfile and generally could cause log message truncation, and merges Eric Durand's --idletimeout configuration feature. This is the change history from Git: ================================================================================ * 0664b370 2021-08-09 | Merge branch 'legacy_64' into legacy_6x, bumping... |\ | * 06aee72e 2021-08-09 | Bump version to 6.4.21. (tag: RELEASE_6-4-21) | * 65d9dde0 2021-08-09 | Update fetchmail-SA-2021-01.txt with info on regression fix. v1.3. | * 54c3e4a1 2021-08-09 | NEWS/6.4.20: Fix typo in CVE number. | * d3db2da1 2021-08-09 | Fix --logfile and message truncation issue. | * f6ebe48b 2021-08-03 | fetchmail-SA-2021-01.txt: Replace copy by symlink | * a8f8447d 2021-08-03 | update fetchmail-SA-2021-01 | * fa027fe6 2021-08-03 | website: ext. link updates for openssh, getmail6 | * 13d816ba 2021-08-03 | Update website for 6.5.0.beta4 release. * db1cff0d 2021-08-05 | Merge branch 'rand0mdud3/fetchmail-legacy_6x_idle_timeout' into legacy_6x |\ | * 3d71de2f 2021-08-05 | Complete integration of --idletimeout feature. | * 0dc17130 2021-07-22 | Make the idle timeout configurable [Eric Durand] |/ * adcd49a1 2021-08-05 | fetchmailconf: fixup merge indentation error from ed4903efad * 77a1e3fc 2021-08-04 | fetchmail.man: Minor tweaks to sslproto doc. * 38f73ff5 2021-08-04 | fetchmail.man: update sslproto to reflect defaults * b3dd1527 2021-08-04 | socket.c: try harder not to redefine TLS_MAX_VERSION * b3eb6a48 2021-08-04 | driver.c: Fix misreporting SMTP errors as MDA. * 8e435aff 2021-08-04 | get_sink_type: return gettextized string of sink type. * 6124abb3 2021-08-04 | socket.c: refactor SSL shutdown/context getter code ================================================================================ |