K 10 svn:author V 7 mandree K 8 svn:date V 27 2020-02-22T12:14:15.392346Z K 7 svn:log V 1132 Update Postfix to 3.4.9 (bugfix-only release) While here, also strip libexec/postfix/postlogd. Announcement: http://www.postfix.org/announcements/postfix-3.4.9.html Fixed in all supported stable releases: Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). Reported by Jaroslav Skarvada. Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. Problem reported by David Bürgin. Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance. PR: 243879 Submitted by: Juraj Lutter Approved by: maintainer timeout 15d (ohauer@) MFH: 2020Q1 (patchlevel upgrade with only bugfixes) Differential Revision: https://reviews.freebsd.org/D23502 END