diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-09-13 21:20:28 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-09-14 14:37:12 +0000 |
commit | 33bfcd6f2926553dbd0dd28441c786e8cac57170 (patch) | |
tree | 5768f8f8db759a61b39db94daf8f385213df253f | |
parent | e33045ec284355646836358d4e5c5afc942ebc7c (diff) | |
download | ports-33bfcd6f2926553dbd0dd28441c786e8cac57170.tar.gz ports-33bfcd6f2926553dbd0dd28441c786e8cac57170.zip |
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)
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | 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 |