pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to 1.1.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/cccf5384036b
branches: trunk
changeset: 549412:cccf5384036b
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Nov 02 16:19:53 2008 +0000
description:
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.
diffstat:
mail/dovecot/Makefile | 4 ++--
mail/dovecot/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r c5640c6ffe1b -r cccf5384036b mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Sun Nov 02 16:07:56 2008 +0000
+++ b/mail/dovecot/Makefile Sun Nov 02 16:19:53 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2008/10/22 21:16:36 ghen Exp $
+# $NetBSD: Makefile,v 1.123 2008/11/02 16:19:53 adrianp Exp $
-DISTNAME= dovecot-1.1.5
+DISTNAME= dovecot-1.1.6
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/1.1/
diff -r c5640c6ffe1b -r cccf5384036b mail/dovecot/distinfo
--- a/mail/dovecot/distinfo Sun Nov 02 16:07:56 2008 +0000
+++ b/mail/dovecot/distinfo Sun Nov 02 16:19:53 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.87 2008/10/22 21:16:36 ghen Exp $
+$NetBSD: distinfo,v 1.88 2008/11/02 16:19:53 adrianp Exp $
-SHA1 (dovecot-1.1.5.tar.gz) = 0b193859dd5bea5f446ef03561ec5d21f476ce3a
-RMD160 (dovecot-1.1.5.tar.gz) = 6330ba0393a1c805f8e9ae8fb8daa7eedcf900a0
-Size (dovecot-1.1.5.tar.gz) = 2320452 bytes
+SHA1 (dovecot-1.1.6.tar.gz) = 722fbe8cd199a8fabb01876df9da27460a0b19f9
+RMD160 (dovecot-1.1.6.tar.gz) = 35f0f2b9d9a661a9ee6fbc2a6ce4f08dedead5a3
+Size (dovecot-1.1.6.tar.gz) = 2320875 bytes
SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354
SHA1 (patch-ab) = e298616fa4b88da4f0748b025deeedd36b5a49dd
SHA1 (patch-ac) = 6fe2f73109ff611040b816d14cd587212c319f32
Home |
Main Index |
Thread Index |
Old Index