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:   bouyer
Date:           Sat Sep 17 18:57:34 UTC 2011

Modified Files:
        src/external/ibm-public/postfix/dist [netbsd-5]: HISTORY
        src/external/ibm-public/postfix/dist/README_FILES [netbsd-5]:
            MILTER_README
        src/external/ibm-public/postfix/dist/html [netbsd-5]:
            MILTER_README.html
        src/external/ibm-public/postfix/dist/proto [netbsd-5]:
            MILTER_README.html
        src/external/ibm-public/postfix/dist/src/global [netbsd-5]:
            mail_version.h
        src/external/ibm-public/postfix/dist/src/milter [netbsd-5]: milter8.c
        src/external/ibm-public/postfix/dist/src/smtpd [netbsd-5]:
            smtpd_state.c

Log Message:
Apply patch, requested by tron in ticket #1669:
        external/ibm-public/postfix/dist/HISTORY                        patch
        external/ibm-public/postfix/dist/README_FILES/MILTER_README     patch
        external/ibm-public/postfix/dist/html/MILTER_README.html        patch
        external/ibm-public/postfix/dist/proto/MILTER_README.html       patch
        external/ibm-public/postfix/dist/src/global/mail_version.h      patch
        external/ibm-public/postfix/dist/src/milter/milter8.c           patch
        external/ibm-public/postfix/dist/src/smtpd/smtpd_state.c        patch

Update Postfix to version 2.7.6. Changes since version 2.7.5:
- The Postfix Milter client logged a "milter miltername: malformed
  reply" error when a Milter sent an SMTP response without enhanced
  status code (i.e. "XXX Text" instead of "XXX X.X.X Text").
- The Postfix Milter client sent a random {client_connections} macro
  value when the remote SMTP client was not subject to any
  smtpd_client_* limit. As a workaround, it now sends a zero value
  instead.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.2.7 -r1.1.1.2.2.8 \
    src/external/ibm-public/postfix/dist/HISTORY
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/README_FILES/MILTER_README
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/html/MILTER_README.html
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/proto/MILTER_README.html
cvs rdiff -u -r1.1.1.2.2.7 -r1.1.1.2.2.8 \
    src/external/ibm-public/postfix/dist/src/global/mail_version.h
cvs rdiff -u -r1.1.1.2.2.5 -r1.1.1.2.2.6 \
    src/external/ibm-public/postfix/dist/src/milter/milter8.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_state.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