pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dovecot



Module Name:    pkgsrc
Committed By:   adrianp
Date:           Sun Nov  2 16:19:53 UTC 2008

Modified Files:
        pkgsrc/mail/dovecot: Makefile distinfo

Log Message:
Update to 1.1.6
Ok'ed geert@
The invalid message address parsing bug is pretty important since it
allows a remote user to send broken mail headers and prevent the
recipient from accessing the mailbox afterwards, because the process
will always just crash trying to parse the header. This is assuming that
the IMAP client uses FETCH ENVELOPE command, not all do. Note that it
doesn't affect versions older than v1.1.4.

        + dovecot -n and -a now prints some system information at the top.
        + More error/debug message logging improvements.
        - pop3-login: Fixed assert-crash if a client sent USER+PASS+USER+PASS
          commands in the same IP packet.
        - Parsing an invalid message address like "From: (" caused an
          assert-crash in v1.1.4 and v1.1.5.
        - Folding whitespace wasn't handled correctly inside quoted-strings,
          causing some messages to be parsed incorrectly.
        - mbox: Fixed saving messages that begin with a valid From_-line.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 pkgsrc/mail/dovecot/Makefile
cvs rdiff -r1.87 -r1.88 pkgsrc/mail/dovecot/distinfo

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