diff options
author | cjep <cjep@pkgsrc.org> | 2004-11-19 09:13:49 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-11-19 09:13:49 +0000 |
commit | a8e94cb6353fa447a3871b0d6002e825d1ddbad3 (patch) | |
tree | 9a3f10962bec30fe1709f80aed9d4d319dec7b20 /mail/nail | |
parent | 7880faac59c4da03f4e899f4f44c851b6b2051c1 (diff) | |
download | pkgsrc-a8e94cb6353fa447a3871b0d6002e825d1ddbad3.tar.gz |
Update of mail/nail to 11.16. Changes:
[11.16] released 11/18/04
* When a header field line that started and ended with a MIME encoded word
followed a line that ended with a MIME encoded word, the newline character
preceding the next header field was erroneously omitted when a message was
displayed since version 11.14.
* If a header fields contains a MIME encoded word and a large string of
ASCII characters at another point, the large string is encoded as multiple
encoded words to comply to RFC 2047.
* The pipe-type/subtype mechanism did not work for MIME contents other than
text/anything since release 11.14 (Bugreport by Bob Tennent).
* When S/MIME support was built using Mozilla NSS, the verification of an
encrypted message that had not yet been downloaded from an IMAP or POP3
server failed at the first attempt.
* Previous versions refused to write messages or attachments to /dev/null
on some Solaris versions.
* If the 'from' variable is set to an address that does not contain an '@'
character, no (syntactically incorrect) Message-ID is generated anymore.
Diffstat (limited to 'mail/nail')
-rw-r--r-- | mail/nail/Makefile | 4 | ||||
-rw-r--r-- | mail/nail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index ca2f0bf773e..78d766a0be5 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2004/11/11 10:37:15 cjep Exp $ +# $NetBSD: Makefile,v 1.23 2004/11/19 09:13:49 cjep Exp $ -DISTNAME= nail-11.15 +DISTNAME= nail-11.16 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 5182e880971..3422e834bc4 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2004/11/11 10:37:15 cjep Exp $ +$NetBSD: distinfo,v 1.18 2004/11/19 09:13:49 cjep Exp $ -SHA1 (nail-11.15.tar.bz2) = 3dbdad0542a1c3784056187a5e3822ab92647e34 -Size (nail-11.15.tar.bz2) = 261766 bytes +SHA1 (nail-11.16.tar.bz2) = cd90e3f3842a83d0aeb969891f37120c3b515c5d +Size (nail-11.16.tar.bz2) = 262333 bytes SHA1 (patch-aa) = bfc4198c427e664aeea17b9a7648d3ed969ce692 SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2 |