diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-03-28 21:02:48 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-03-28 21:02:48 +0000 |
commit | ea20e3149e15f19bd7bec97f00e457c7b8cce900 (patch) | |
tree | dce04c2901bb95df00cd3ae686223e9794f33b7a /mail/fetchmail | |
parent | a9806ddac4d5427199b5e2e7ee2710f289f2861c (diff) | |
download | freebsd-ports-ea20e3149e15f19bd7bec97f00e457c7b8cce900.zip |
mail/fetchmail: update to 6.4.18 (includes mail/fetchmailconf)
fetchmail-6.4.18 (released 2021-03-27, 30011 LoC):
# REGRESSION FIX:
* fetchmailconf: fetchmail 6.4.16 added --sslcertfile to the configuration dump,
but fetchmailconf support was incomplete in Git 7349f124 and it could not
parse sslcertfile, thus the user settings editor came up empty with console
errors printed. Fix configuration parser in fetchmailconf.
# ROBUSTNESS FIXES:
* fetchmailconf: do not require fetchmail for -V. do not require Tk (Tkinter)
for -d option. This is to fail more gracefully on incomplete installs.
* TLS code: remove OPENSSL_NO_DEPRECATED macros to avoid portability issues
with OpenSSL v3 - these are for development purposes, not production.
* TLS futureproofing: use SSL_use_PrivateKey_file instead of
SSL_use_RSAPrivateKey_file, the latter will be deprecated with OpenSSL v3,
and the user's key file might be something else than RSA.
# TRANSLATION UPDATE:
This fine person has contributed an updated translation:
* fi: Lauri Nurmi [Finnish]
PR: 254619
Submitted by: mandree@
Approved by: Corey Halpin (maintainer)
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 f7eecb572fb7..fe085ffa58bc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.17 +DISTVERSION= 6.4.18 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 f815bb36cae2..e4ea69e08983 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615413187 -SHA256 (fetchmail-6.4.17.tar.xz) = a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6 -SIZE (fetchmail-6.4.17.tar.xz) = 1316944 +TIMESTAMP = 1616889969 +SHA256 (fetchmail-6.4.18.tar.xz) = 302dc9bcdc6927dedf375d2baaead2347557faa70d98b1da83f2409fa6fb259f +SIZE (fetchmail-6.4.18.tar.xz) = 1317488 |