From owner-svn-ports-head@freebsd.org Sat Feb 22 12:14:17 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A50F223B65F; Sat, 22 Feb 2020 12:14:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PnLc3jM2z4TfN; Sat, 22 Feb 2020 12:14:16 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 565D12351A; Sat, 22 Feb 2020 12:14:16 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01MCEFen020280; Sat, 22 Feb 2020 12:14:15 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MCEFrm020279; Sat, 22 Feb 2020 12:14:15 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002221214.01MCEFrm020279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 22 Feb 2020 12:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526760 - head/mail/postfix X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/mail/postfix X-SVN-Commit-Revision: 526760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 12:14:17 -0000 Author: mandree Date: Sat Feb 22 12:14:15 2020 New Revision: 526760 URL: https://svnweb.freebsd.org/changeset/ports/526760 Log: 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 Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sat Feb 22 12:01:03 2020 (r526759) +++ head/mail/postfix/Makefile Sat Feb 22 12:14:15 2020 (r526760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4.8 +DISTVERSION= 3.4.9 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail @@ -80,9 +80,10 @@ SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select HTML1= body_checks.5.html bounce.5.html postfix-power.png \ scache.8.html tlsmgr.8.html -STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local master \ - nqmgr oqmgr pickup pipe postscreen proxymap qmgr qmqpd scache showq \ - smtp smtpd spawn tlsmgr tlsproxy trivial-rewrite verify virtual +STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local \ + master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \ + qmgr qmqpd scache showq smtp smtpd spawn tlsmgr tlsproxy \ + trivial-rewrite verify virtual .if !defined(DEBUG) MAKEFILEFLAGS+= DEBUG= Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Sat Feb 22 12:01:03 2020 (r526759) +++ head/mail/postfix/distinfo Sat Feb 22 12:14:15 2020 (r526760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574628120 -SHA256 (postfix/postfix-3.4.8.tar.gz) = 8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943 -SIZE (postfix/postfix-3.4.8.tar.gz) = 4573099 +TIMESTAMP = 1580741948 +SHA256 (postfix/postfix-3.4.9.tar.gz) = a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7 +SIZE (postfix/postfix-3.4.9.tar.gz) = 4573241