From: Matthias A. <mat...@gm...> - 2021-10-31 14:44:52
|
Am 31.10.21 um 15:02 schrieb Gene Heskett: > On Sunday 31 October 2021 08:14:20 Matthias Andree wrote: > >> Greetings, >> >> The 6.4.23 release of fetchmail is now available at >> <https://sourceforge.net/projects/fetchmail/files/branch_6.4/>. >> > Sourceforge is still serving up 6.4.22 as the latest. > Hi Gene, Right, I forgot to mark 6.4.23 as the one. Fixed now. Thanks, Gene! Additional Note to packagers and developers, if you are trying to rebuild the parser files with a newer bison 3.8.x, from Git, or due to a rebuild-everything policy, you may need to patch out one line (void) from rcfile_y.y to avoid compilation failures. Fixed in Git but not yet in 6.4.23 https://gitlab.com/fetchmail/fetchmail/-/commit/595d6b354aeef9db4f106e37fe5cccc4b80ec087 (I saw the CI pipe on GitLab failing after I'd merged things forward to 6.5.x, and apparently Debian testing updated Bison.) Basically, this line #464 of rcfile_y.y needs to go (and may cause a compiler warning about unused...) |(void)yytoknum; /* work around compiler warning */ | Regards, Matthias |