Bug 194396

Summary: [PATCH] mail/postfix: update to 2.11.3
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Olli Hauer <ohauer>
Status: Closed FIXED    
Severity: Affects Some People CC: ohauer
Priority: --- Flags: yasu: maintainer-feedback? (sahil)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update to 2.11.2
none
Updated patch. none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-10-16 00:15:25 UTC
Created attachment 148362 [details]
Update to 2.11.2
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-10-16 00:15:25 UTC
Auto-assigned to maintainer sahil@FreeBSD.org
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-10-20 00:37:19 UTC
Created attachment 148482 [details]
Updated patch.

Newer version 2.11.3 is released. So please commit updated patch instead of original one.

Regards.
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-11-02 20:09:43 UTC
take it as requested by sahil@ per PM
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-11-02 20:46:03 UTC
A commit references this bug:

Author: ohauer
Date: Sun Nov  2 20:45:17 UTC 2014
New revision: 372087
URL: https://svnweb.freebsd.org/changeset/ports/372087

Log:
  - update to 2.11.3
  - add CPE support
  - use PORTDOCS macro
  - remove check for OSVERSION >= 800037
  - fix OPENLDAP_VER usage
  - set PORTSCOUD
  - always call set-permissions in post-install to set correct spool/postfix/* permissions
    this is required with pkg to support non interrupted upgrade

  Changes:
  ========
  20140619
          Bugfix (introduced: 2001): qmqpd null pointer bug when it
          logs a lost connection while not in a mail transaction.
          Reported by Michal Adamek. File: qmqpd/qmqpd.c.

  20140920
          Bugfix (introduced: 20080212): incorrect client name in
          reject messages from check_reverse_client_hostname_access
          and check_reverse_client_hostname_{mx,ns}_access.  They
          replied with the verified client name, instead of the name
          that was rejected.  Problem reported by Reindl Harald. File:
          smtpd/smtpd_check.c.

  20141012
          Bugfix (introduced: Postfix 2.3): the PREPEND access/policy
          action added headers ABOVE Postfix's own Received: header,
          exposing Postfix's own Received: header to Milters (protocol
          violation) and hiding the PREPENDed header from Milters.
          The latter caused problems for DMARC implementations with
          SPF policy plus DKIM Milter.  PREPENDed headers are now
          added BELOW Postfix's own Received: header and remain visible
          to Milters. File: smtpd/smtpd.c.

  20141018
          Bugfix (introduced: Postfix 2.3): when a Milter inserted a
          header ABOVE Postfix's own Received: header, Postfix would
          expose its own Received: header to Milters (violating
          protocol) and hide the Milter-inserted header from Milters
          (wtf).  Files: cleanup/cleanup.h, cleanup/cleanup_message.c,
          cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c.

          Cleanup: revert the workaround that places headers inserted
          with PREPEND actions or policy requests BELOW Postfix's own
          Received: message header. File: smtpd/smtpd.c.

  PR:		194396
  Submitted by:	Yasuhiro KIMURA
  Approved by:	sahil (explicit per PM)

Changes:
  head/mail/postfix/Makefile
  head/mail/postfix/distinfo
  head/mail/postfix/files/pkg-install.in
  head/mail/postfix/pkg-plist
Comment 5 Olli Hauer freebsd_committer freebsd_triage 2014-11-02 21:01:26 UTC
Committed, 
 Thanks!