Source-Changes archive

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

CVS commit: [netbsd-5] src/external/ibm-public/postfix/dist



Module Name:    src
Committed By:   riz
Date:           Wed Nov  2 20:39:02 UTC 2011

Modified Files:
        src/external/ibm-public/postfix/dist [netbsd-5]: HISTORY
        src/external/ibm-public/postfix/dist/src/global [netbsd-5]:
            mail_version.h mime_state.c
        src/external/ibm-public/postfix/dist/src/master [netbsd-5]:
            master_avail.c
        src/external/ibm-public/postfix/dist/src/smtpd [netbsd-5]: smtpd.c
            smtpd_proxy.c

Log Message:
Apply patch (requested by tron in ticket #1686):

external/ibm-public/postfix/dist/HISTORY        patch
external/ibm-public/postfix/dist/src/global/mail_version.h patch
external/ibm-public/postfix/dist/src/global/mime_state.c patch
external/ibm-public/postfix/dist/src/master/master_avail.c patch
external/ibm-public/postfix/dist/src/smtpd/smtpd.c patch
external/ibm-public/postfix/dist/src/smtpd/smtpd_proxy.c patch

        Update Postfix 2.7.7. Changes since version 2.7.6:
        - The Postfix SMTP daemon sent "bare" newline characters
          instead of <CR><LF> when a header_checks REJECT pattern
          matched multi-line header. This bug was introduced with
          Postfix 1.1.
        - The Postfix SMTP daemon sent "bare" newline characters
          instead of <CR><LF> when an smtpd_proxy_filter returned a
          multi-line response. This bug was introduced with Postfix
          2.1.
        - For compatibility with future EAI (email address
          internationalization) implementations, the Postfix MIME
          processor no longer enforces the strict_mime_encoding_domain
          check on unknown message subtypes such as
          message/global*. This check is disabled by default.
        - The Postfix master daemon could report a panic error
          ("master_spawn: at process limit") after the process limit
          for some service was reduced with "postfix reload". This bug
          existed in all Postfix versions.
        [tron, ticket #1686]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.2.8 -r1.1.1.2.2.9 \
    src/external/ibm-public/postfix/dist/HISTORY
cvs rdiff -u -r1.1.1.2.2.8 -r1.1.1.2.2.9 \
    src/external/ibm-public/postfix/dist/src/global/mail_version.h
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/src/global/mime_state.c
cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \
    src/external/ibm-public/postfix/dist/src/master/master_avail.c
cvs rdiff -u -r1.2.2.5 -r1.2.2.6 \
    src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c
cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \
    src/external/ibm-public/postfix/dist/src/smtpd/smtpd_proxy.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