Created attachment 252450 [details] Update to 1.4.20 remove DOCS option
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=222334fa671811658266afc697034089aaaf5eb8 commit 222334fa671811658266afc697034089aaaf5eb8 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-08-03 20:27:40 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-03 20:27:40 +0000 mail/mpop: Update to 1.4.20 This release fixes detection of server capabilities, in particular the list of supported authentication methods: the last method reported by the server was not recognized by mpop. This bug was introduced in version 1.4.19. Changelog: https://marlam.de/mpop/news/mpop-1-4-20/ PR: 280568 MFH: 2024Q3 mail/mpop/Makefile | 11 +++++------ mail/mpop/distinfo | 6 +++--- mail/mpop/pkg-plist | 1 + 3 files changed, 9 insertions(+), 9 deletions(-)
A commit in branch 2024Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d6672225715cf4110b490eba9307490613f5679 commit 2d6672225715cf4110b490eba9307490613f5679 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-08-03 20:27:40 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-03 20:35:18 +0000 mail/mpop: Update to 1.4.20 This release fixes detection of server capabilities, in particular the list of supported authentication methods: the last method reported by the server was not recognized by mpop. This bug was introduced in version 1.4.19. Changelog: https://marlam.de/mpop/news/mpop-1-4-20/ PR: 280568 MFH: 2024Q3 (cherry picked from commit 222334fa671811658266afc697034089aaaf5eb8) mail/mpop/Makefile | 11 +++++------ mail/mpop/distinfo | 6 +++--- mail/mpop/pkg-plist | 1 + 3 files changed, 9 insertions(+), 9 deletions(-)
Thanks.