diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-03-11 22:17:07 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-03-11 22:17:07 +0000 |
commit | d4c713d909908b6f1ddf3415f2fb06a5ae95d33a (patch) | |
tree | 085c581fe1eaefabbcb72496e3b937bbd376c0d3 /mail/fetchmail | |
parent | 3c6f9c0ef70ab42d77f27327b2dc334ec4ceb82c (diff) | |
download | freebsd-ports-d4c713d909908b6f1ddf3415f2fb06a5ae95d33a.zip |
mail/fetchmail: fetchmailconf: update to 6.4.17 (minor fixes, Japanese translation)
# BUG FIXES
* IMAP client: plus memory leaks for username and password when trying
the LOGIN (password-based) authentication and encountered a timeout situation.
* dist-tools/getstats.py: also counts lines in *.py files [for NEWS file]
# CHANGES
* fetchmail.man: now mentions that you may need to add --ssl when specifying
a TLS-wrapped port.
* fetchmailconf: --version (-V) now prints the Python version in use.
# TRANSLATION UPDATE
* ja: Takeshi Hamasaki [Japanese]
PR: 254208
Approved by: Corey Halpin (maintainer)
MFH: 2021Q1
Diffstat (limited to 'mail/fetchmail')
-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 018945940555..f7eecb572fb7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.16 +DISTVERSION= 6.4.17 CATEGORIES= mail # The next line is inherited by the fetchmailconf slave port, # do NOT replace fetchmail by ${PORTNAME} diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index f88bd0c41ade..f815bb36cae2 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612967656 -SHA256 (fetchmail-6.4.16.tar.xz) = 044b9a0ac03afbae7744979defe3e2e32e39141bca68fd0c8deda2ed40884fb9 -SIZE (fetchmail-6.4.16.tar.xz) = 1316660 +TIMESTAMP = 1615413187 +SHA256 (fetchmail-6.4.17.tar.xz) = a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6 +SIZE (fetchmail-6.4.17.tar.xz) = 1316944 |