diff options
author | wiz <wiz> | 2002-05-20 09:39:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-05-20 09:39:17 +0000 |
commit | d424a578970880b90b84ffe9dcc785970392d2ef (patch) | |
tree | 20dc86d85fd21da4d637fa0ebdb7faf9e636d04e /mail/maildrop | |
parent | 5b264a317e719275cda85276a950dbad09c5726b (diff) | |
download | pkgsrc-d424a578970880b90b84ffe9dcc785970392d2ef.tar.gz |
Update to 1.3.9. Fixes pkg/15568.
* maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for
xfilter() since select() only works correctly on non-blocking fds.
* maildrop/formatmbox.C (GetFromLine): Do not write a newline before
every From_ line...
* maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs.
* rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces.
* rfc822.c (rfc822_prname_orlist): Dequote quoted-strings.
* rfc2045/reformime: Fix handling of unencoded nulls in text/plain
content.
* rfc2045/reformime.sgml: Documented the -m and -D options.
* userdb/configure.in: Fix typo.
* rfc2045/rfc2045.c (doline): Fix incorrect calculation of the
end of a multipart MIME section that's inside another multipart
MIME section.
* maildir/maildirfiltertypelist.h: Fix typo.
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 4 | ||||
-rw-r--r-- | mail/maildrop/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index dad3c7ede8c..8e5b4a2b85b 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/04/25 15:26:02 yyamano Exp $ +# $NetBSD: Makefile,v 1.10 2002/05/20 09:39:17 wiz Exp $ -DISTNAME= maildrop-1.3.7 +DISTNAME= maildrop-1.3.9 COMMENT= Courier mail delivery agent with filtering abilities HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/ diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo index 8b39717ea00..deed5158180 100644 --- a/mail/maildrop/distinfo +++ b/mail/maildrop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/01/22 22:09:41 jlam Exp $ +$NetBSD: distinfo,v 1.5 2002/05/20 09:39:17 wiz Exp $ -SHA1 (maildrop-1.3.7.tar.gz) = d41280e4c0805e8d08a33e5a04de3cd19b2490ad -Size (maildrop-1.3.7.tar.gz) = 632478 bytes +SHA1 (maildrop-1.3.9.tar.gz) = 6d91ae5b93bc0eb93801dd095f8e6e1151936e5c +Size (maildrop-1.3.9.tar.gz) = 635022 bytes SHA1 (patch-aa) = 1c5c62ccbd1b69a4aaf68d81f095171b2c369e7b |