diff options
author | cjep <cjep@pkgsrc.org> | 2004-08-31 08:41:03 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-08-31 08:41:03 +0000 |
commit | 9c45db0ffddfe72bb6e1868f486004501c32137e (patch) | |
tree | 2a98510f1ab0d6e8c76c465cf0272e28dc91d00c /mail | |
parent | 9344868588a71332753956720b8f3916363bb87a (diff) | |
download | pkgsrc-9c45db0ffddfe72bb6e1868f486004501c32137e.tar.gz |
Update of mail/nail to 11.4.
Changes:
* The SSL/X509 DNS name verification code was fixed; it used incorrect code
from a book which sometimes caused segmentation faults (Bugreport by Lars
Kellogg-Stedman).
* The 'disconnect' command now accepts an optional message list specifying
messages to be read into the IMAP cache before the connection is closed.
* The new 'cache' command reads a list of messages into the IMAP cache.
* IMAP BODY.PEEK[] is now used when fetching messages from the server, and
the '\Seen' flag is set when the 'quit' command is executed. Thus an
'exit' command does not cause messages marked to be read.
* The 'connect'/'online' commands now announce new messages that are found
on the server.
* The 'replyto' variable can now contain multiple addresses.
* If the 'sort' command is used without arguments, the current sorting
criterion is printed.
* The 'sort', 'thread', 'unsort', and 'unthread' commands now only print a
header summary if the 'header' variable is set.
* The 'size' command has been fixed to print the full sizes of messages that
have not yet been entirely read in IMAP and POP3 folders, instead of the
sizes of the already downloaded parts.
* Deleted messages remained in the cache until an IMAP folder was accessed
a second time since 11.3. They are now deleted immediately when a folder
is quit in online mode.
* The configuration system now also checks for iconv() in libiconv if it is
not found in one of the standard libraries (Matthias Andree).
* Specifying LIBS on the make command line does now work with several make
implementations of commercial Unices too (Bugreports by Matthias Andree,
Matt S).
Diffstat (limited to 'mail')
-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 40c3ad21559..203b52d4209 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/08/18 14:31:23 cjep Exp $ +# $NetBSD: Makefile,v 1.16 2004/08/31 08:41:03 cjep Exp $ -DISTNAME= nail-11.3 +DISTNAME= nail-11.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 16729f5cf0d..46f51dac8df 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2004/08/18 14:31:23 cjep Exp $ +$NetBSD: distinfo,v 1.11 2004/08/31 08:41:03 cjep Exp $ -SHA1 (nail-11.3.tar.bz2) = 4eea1133b126939dc45f802ad2076ad0e7a3dfd3 -Size (nail-11.3.tar.bz2) = 188099 bytes +SHA1 (nail-11.4.tar.bz2) = 0aeef7d4471a23786fdee67a76b11e57cac35da2 +Size (nail-11.4.tar.bz2) = 189948 bytes SHA1 (patch-aa) = d6a394799fec7075a7e58c0c8c0f49393dfcb3fc SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2 |