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:           Thu Mar 24 19:54:09 UTC 2011

Modified Files:
        src/external/ibm-public/postfix/dist [netbsd-5]: HISTORY makedefs
        src/external/ibm-public/postfix/dist/src/cleanup [netbsd-5]:
            cleanup_map1n.c
        src/external/ibm-public/postfix/dist/src/global [netbsd-5]:
            mail_version.h
        src/external/ibm-public/postfix/dist/src/local [netbsd-5]: recipient.c
        src/external/ibm-public/postfix/dist/src/master [netbsd-5]:
            master_sig.c
        src/external/ibm-public/postfix/dist/src/smtp [netbsd-5]: smtp_proto.c
        src/external/ibm-public/postfix/dist/src/smtpd [netbsd-5]: smtpd.c
        src/external/ibm-public/postfix/dist/src/util [netbsd-5]: host_port.c
            make_dirs.c sys_defs.h watchdog.c

Log Message:
Apply patches (requested by tron in ticket #1576):
        Update postfix to version 2.7.3:
        - Fix for CVE-2011-0411: discard buffered plaintext input, after
          reading the SMTP "STARTTLS" command or response.
        - Fix to the local delivery agent: look up the "unextended" address
          in the local aliases database, when that address has a malformed
          address extension.
        - Fix to virtual alias expansion: report a tempfail error, instead of
          silently ignoring recipients that exceed the
          virtual_alias_expansion_limit or the virtual_alias_recursion_limit.
        - Fix for BSD-ish mkdir() to prevent maildir directories from
          inheriting their group ownership from the parent directory.
        - Fix to the SMTP client: missing support for mail to [ipv6:ipv6addr]
          address literal destinations.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.2.4 -r1.1.1.2.2.5 \
    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/makedefs
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/src/cleanup/cleanup_map1n.c
cvs rdiff -u -r1.1.1.2.2.4 -r1.1.1.2.2.5 \
    src/external/ibm-public/postfix/dist/src/global/mail_version.h
cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \
    src/external/ibm-public/postfix/dist/src/local/recipient.c
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/src/master/master_sig.c
cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \
    src/external/ibm-public/postfix/dist/src/smtp/smtp_proto.c
cvs rdiff -u -r1.2.2.4 -r1.2.2.5 \
    src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c
cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \
    src/external/ibm-public/postfix/dist/src/util/host_port.c \
    src/external/ibm-public/postfix/dist/src/util/make_dirs.c \
    src/external/ibm-public/postfix/dist/src/util/watchdog.c
cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \
    src/external/ibm-public/postfix/dist/src/util/sys_defs.h

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