aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmailconf/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-03-31 15:43:00 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-03-31 15:43:00 +0000
commit7b8456ed123793233fca55d5841dbded459fd6c3 (patch)
treee096389e3ff2e6c654777ae8522ae5a6b940fffc /mail/fetchmailconf/Makefile
parentf5c45d042b96006ef34e6971e24a76a472bcd5b8 (diff)
downloadports-7b8456ed123793233fca55d5841dbded459fd6c3.tar.gz
ports-7b8456ed123793233fca55d5841dbded459fd6c3.zip
mail/fetchmail, fetchmailconf: update to 6.4.3-rc2 (bug fixes)
Add a patch to document --sslproto tls1.3+ and tls1.3 through the manpage, which hasn't made 6.4.3-rc2 but works since 6.4.0 assuming that the SSL library supports TLSv1.3. Remove fetchmailconf patch that is now part of the upstream code. Switch to .lz downloads, a tiny bit smaller. Upstream changelog: ## BUGFIXES: * Plug memory leaks when parts of the configuration (defaults, rcfile, command line) override one another. * fetchmail terminated the placeholder command string too late and included garbage from the heap at the end of the string. Workaround: don't use place- holders %h or %p in the --plugin string. Bug added in 6.4.0 when merging Gitlab merge request !5 in order to fix an input buffer overrun. Faulty commit 418cda65f752e367fa663fd13884a45fcbc39ddd. Reported by Stefan Thurner, Gitlab issue #16. * Fetchmail now checks for errors when trying to read the .idfile, Gitlab issue #3. ## CHANGES: * Fetchmail documentation was updated to require OpenSSL 1.1.1. OpenSSL 1.0.2 reached End Of Life status at the end of the year 2019. Fetchmail will tolerate, but warn about, 1.0.2 for now on the assumption that distributors backport security fixes as the need arises. Fetchmail will also warn if another SSL library that is API-compatible with OpenSSL lacks TLS v1.3 support. * If the trust anchor is missing, fetchmail refers the user to README.SSL. PR: 245187 Submitted by: mandree@ Approved by: Corey Halpin (maintainer)
Notes
Notes: svn path=/head/; revision=529980
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r--mail/fetchmailconf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 7e26b6e8be22..4480965346c0 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FL
fetchmail>=${PORTVERSION}:mail/fetchmail
RUN_DEPENDS+= ${BUILD_DEPENDS}
-USES= python shebangfix tar:xz
+USES= python shebangfix tar:lz
USE_PYTHON= py3kplist
FILESDIR= ${.CURDIR}/files