pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/nail Update of mail/nail to 11.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/680d37d34ff1
branches:  trunk
changeset: 480134:680d37d34ff1
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Tue Aug 31 08:41:03 2004 +0000

description:
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:

 mail/nail/Makefile |  4 ++--
 mail/nail/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r f9ee7a79b57b -r 680d37d34ff1 mail/nail/Makefile
--- a/mail/nail/Makefile        Tue Aug 31 08:23:44 2004 +0000
+++ b/mail/nail/Makefile        Tue Aug 31 08:41:03 2004 +0000
@@ -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 -r f9ee7a79b57b -r 680d37d34ff1 mail/nail/distinfo
--- a/mail/nail/distinfo        Tue Aug 31 08:23:44 2004 +0000
+++ b/mail/nail/distinfo        Tue Aug 31 08:41:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index