Bug 194396 - [PATCH] mail/postfix: update to 2.11.3
Summary: [PATCH] mail/postfix: update to 2.11.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 00:15 UTC by Yasuhiro Kimura
Modified: 2014-11-02 21:01 UTC (History)
1 user (show)

See Also:
yasu: maintainer-feedback? (sahil)


Attachments
Update to 2.11.2 (1.81 KB, patch)
2014-10-16 00:15 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch. (1.81 KB, patch)
2014-10-20 00:37 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!