summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2021-01-18 17:05:31 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2021-01-18 17:05:31 +0000
commitb41a087a4a6fa613253e7c083f2d34bb8a0fafa6 (patch)
tree57ae9cc35c6bc3741021e7896b055678b34d885f /mail/postfix/Makefile
parentx11/xcb-imdkit: Update to 1.0.2 (diff)
- update to 3.5.9
======== 20210116 Feature: when a Postfix program makes a DNS query that requests DNSSEC validation (usually for Postfix DANE support) but the DNS response is not DNSSEC validated, Postfix will send a DNS query configured with the "dnssec_probe" parameter to determine if DNSSEC support is available, and logs a warning if it is not. By default, the probe has type "ns" and domain name ".". The probe is sent once per process lifetime. Files: dns/dns.h, dns/dns_lookup.c, dns/dns_sec.c, test_dns_lookup.c, global/mail_params.[hc], mantools/postlink. The makedefs script no longer disables DNSSEC when Postfix is built with libc-musl. Instead Postfix will rely on the new dnssec_probe feature, and will log a warning when Postfix requests DNSSEC validation, but the infrastructure does not validate DNSSEC signatures. File: makedefs. The default "smtp_tls_dane_insecure_mx_policy = dane" was causing unnecessary dnssec_probe activity. The default is now "dane" when smtp_tls_security_level is "dane", otherwise it is "may". File: global/mail_params.h.
Notes
Notes: svn path=/head/; revision=561946
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index d7052187a2ba..896bda5c94b3 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-DISTVERSION= 3.5.8
+DISTVERSION= 3.5.9
PORTREVISION?= 0
PORTEPOCH= 1
CATEGORIES= mail