Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   martin
Date:           Tue Jan 27 08:14:03 UTC 2015

Modified Files:
        src/doc [netbsd-7]: 3RDPARTY
        src/external/ibm-public/postfix/dist [netbsd-7]: HISTORY makedefs
        src/external/ibm-public/postfix/dist/src/cleanup [netbsd-7]: cleanup.h
            cleanup_message.c cleanup_milter.c cleanup_state.c
        src/external/ibm-public/postfix/dist/src/global [netbsd-7]:
            mail_version.h
        src/external/ibm-public/postfix/dist/src/milter [netbsd-7]: milter.c
            milter.h milter8.c
        src/external/ibm-public/postfix/dist/src/qmqpd [netbsd-7]: qmqpd.c
        src/external/ibm-public/postfix/dist/src/smtpd [netbsd-7]: smtpd.c
            smtpd_check.c

Log Message:
Pullup the following, requested by tron in ticket #459:

        doc/3RDPARTY                                    1.1195
        external/ibm-public/postfix/dist/HISTORY        patch
        external/ibm-public/postfix/dist/makedefs       patch
        external/ibm-public/postfix/dist/src/cleanup/cleanup.h patch
        external/ibm-public/postfix/dist/src/cleanup/cleanup_message.c patch
        external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.c patch
        external/ibm-public/postfix/dist/src/cleanup/cleanup_state.c patch
        external/ibm-public/postfix/dist/src/global/mail_version.h patch
        external/ibm-public/postfix/dist/src/milter/milter.c patch
        external/ibm-public/postfix/dist/src/milter/milter.h patch
        external/ibm-public/postfix/dist/src/milter/milter8.c patch
        external/ibm-public/postfix/dist/src/qmqpd/qmqpd.c patch
        external/ibm-public/postfix/dist/src/smtpd/smtpd.c patch
        external/ibm-public/postfix/dist/src/smtpd/smtpd_check.c patch

Import Postfix 2.11.3. Changes since version 2.11.1:
- Fix for DMARC implementations based on SPF policy plus DKIM Milter.
  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.
  PREPENDed headers are now added BELOW Postfix's own Received: header
  and remain visible to Milters.
- The Postfix SMTP server logged an incorrect client name in reject
  messages for 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.
- The TLS client logged that an anonymous TLS connection was
  "Untrusted", instead of "Anonymous".
- Fix for configurations that prepend message headers with Postfix
  access maps, policy servers or Milter applications. Postfix now hides
  its own Received: header from Milters and exposes prepended headers
  to Milters, regardless of the mechanism used to prepend a header.
  This fix reverts a partial solution that was released on October 13,
  2014, and replaces it with a complete solution.


To generate a diff of this commit:
cvs rdiff -u -r1.1145.2.6 -r1.1145.2.7 src/doc/3RDPARTY
cvs rdiff -u -r1.1.1.21 -r1.1.1.21.2.1 \
    src/external/ibm-public/postfix/dist/HISTORY
cvs rdiff -u -r1.9 -r1.9.2.1 src/external/ibm-public/postfix/dist/makedefs
cvs rdiff -u -r1.6 -r1.6.2.1 \
    src/external/ibm-public/postfix/dist/src/cleanup/cleanup.h
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 \
    src/external/ibm-public/postfix/dist/src/cleanup/cleanup_message.c
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.2.1 \
    src/external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.c
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.2.1 \
    src/external/ibm-public/postfix/dist/src/cleanup/cleanup_state.c
cvs rdiff -u -r1.1.1.21 -r1.1.1.21.2.1 \
    src/external/ibm-public/postfix/dist/src/global/mail_version.h
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.8.1 \
    src/external/ibm-public/postfix/dist/src/milter/milter.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.28.1 \
    src/external/ibm-public/postfix/dist/src/milter/milter.h
cvs rdiff -u -r1.1.1.7 -r1.1.1.7.2.1 \
    src/external/ibm-public/postfix/dist/src/milter/milter8.c
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.4.1 \
    src/external/ibm-public/postfix/dist/src/qmqpd/qmqpd.c
cvs rdiff -u -r1.11 -r1.11.2.1 \
    src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c
cvs rdiff -u -r1.1.1.9 -r1.1.1.9.2.1 \
    src/external/ibm-public/postfix/dist/src/smtpd/smtpd_check.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index