Date: Tue, 14 Sep 2021 14:40:22 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 30a6e13d02aa - 2021Q3 - mail/fetchmail: update to 6.4.22 release. Message-ID: <202109141440.18EEeM19059602@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=30a6e13d02aa958c657394dfea434a741a04ce5c commit 30a6e13d02aa958c657394dfea434a741a04ce5c Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-09-13 21:20:28 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-09-14 14:38:36 +0000 mail/fetchmail: update to 6.4.22 release. This contains documentation updates, and one code change to the IMAP client: IMAP: fix error code when LOGIN fails This recently printed 'we've run out of authentication methods' instead of the actual authentication failure. This also formally adds OpenSSL 3.0.0 support. PR: 258486 Approved by: Corey Halpin (maintainer) (cherry picked from commit 33bfcd6f2926553dbd0dd28441c786e8cac57170) --- mail/fetchmail/Makefile | 2 +- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index ffaaf3dc399b..0ed21d352bcf 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ # Created by: Ville Eerola <ve@sci.fi> PORTNAME?= fetchmail -DISTVERSION= 6.4.22.rc3 +DISTVERSION= 6.4.22 CATEGORIES= mail # The next line is inherited by the fetchmailconf dependent port, # do NOT replace fetchmail by ${PORTNAME} diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 0121af91637b..fb8a0db605b6 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630251482 -SHA256 (fetchmail-6.4.22.rc3.tar.xz) = 1087a1c8ef8053f2deb97c17e2ab1a91fd3dd40fe275c7d6da0693bb1218fe13 -SIZE (fetchmail-6.4.22.rc3.tar.xz) = 1329524 +TIMESTAMP = 1631567945 +SHA256 (fetchmail-6.4.22.tar.xz) = cc6818bd59435602169fa292d6d163d56b21c7f53112829470a3aceabe612c84 +SIZE (fetchmail-6.4.22.tar.xz) = 1330176
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109141440.18EEeM19059602>