Date: Mon, 29 Apr 2019 20:37:16 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500433 - head/mail/postfix-current Message-ID: <201904292037.x3TKbGYd011144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Mon Apr 29 20:37:16 2019 New Revision: 500433 URL: https://svnweb.freebsd.org/changeset/ports/500433 Log: - update to 3.5-20190427 Note: ---------------------------------------------------------------------- Incompatibility with snapshot 20190427 ====================================== Postfix now normalizes IP addresses received with XCLIENT, XFORWARD, or with the HaProxy protocol, for consistency with direct connections to Postfix. This may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address. Changelog: ---------------------------------------------------------------------- 20190331 Documentation: tlsext_padding is not a tls_ssl_options feature. File: proto/postconf.proto. 20190401 Portability: to avoid a compile-time error on Solaris, added "#undef sun" to util/unix_dgram_connect.c. 20190403 Bugfix (introduced: Postfix 2.3): a censoring filter broke multiline Milter responses for header/body events. Problem report by Andreas Thienemann. Files: util/printable.c, util/stringops.h, smtpd/smtpd.c. Bugfix (introduced: Postfix 3.3): "smtp_mx_address_limit = 0" no longer meant 'unlimited'. Problem report by Luc Pardon. File: smtp/smtp_addr.c. 20190427 Cleanup: normalize the IP address string forms received with XCLIENT, XFORWARD, and HaProxy, for consistency with address information for direct connections to Postfix, and add unit tests. This casefolds and removes redundant nulls from the string representation of an IPv6 address, normalizes the "IPv6:" address prefix of RFC 2821 IPv6 address forms, and converts IPv4 address octets with leading zeros (octal form) into decimal form. Files: global/haproxy.c, global/normalize_mailhost_addr.[hc], smtpd/smtpd.c. Incompatibility: this may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Apr 29 20:36:16 2019 (r500432) +++ head/mail/postfix-current/Makefile Mon Apr 29 20:37:16 2019 (r500433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5-20190330 +DISTVERSION= 3.5-20190427 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Mon Apr 29 20:36:16 2019 (r500432) +++ head/mail/postfix-current/distinfo Mon Apr 29 20:37:16 2019 (r500433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553986683 -SHA256 (postfix/postfix-3.5-20190330.tar.gz) = ed51359b0572aa64d81e6dd21232c28b41200628bc1d813f450cff8ba0089233 -SIZE (postfix/postfix-3.5-20190330.tar.gz) = 4596058 +TIMESTAMP = 1556408563 +SHA256 (postfix/postfix-3.5-20190427.tar.gz) = 44ed016ed71e94c7ed58daee54d42cc11b8a7df7360a2c98cc482e663351dfd8 +SIZE (postfix/postfix-3.5-20190427.tar.gz) = 4600362
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904292037.x3TKbGYd011144>