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.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1803e8ecd6f0
branches: trunk
changeset: 482221:1803e8ecd6f0
user: cjep <cjep%pkgsrc.org@localhost>
date: Fri Oct 22 14:47:05 2004 +0000
description:
Update of mail/nail to 11.12.
Changes from 11.11 include:
* Blank characters between MIME encoded words in header fields are now
discarded for display purposes as demanded by RFC 2047.
* Unless the 'fullnames' variable was set, nail did not generate 'To' header
fields when replying to messages since version 11.5 (Bugreport by Bob
Tennent).
* An internal problem in the token scanning for junk mail detection has been
fixed; the end of the mail header was not always correctly determined.
* Special characters in IMAP or POP3 account strings like 'imap://user@host'
can now be escaped using URL notation, e.g. 'foo%2Fbar' for 'foo/bar'. It
was previously not possible to use these characters. This is a slightly
incompatible change as the '%' character must now also be escaped, as
'%25'. (Bugreport by Thomas Wolff.)
* The system mailbox is now locked using fcntl(2) for reading too (Problem
reported by Thomas Wolff).
* When new mail arrives in an IMAP mailbox, the current message is now
properly advanced by the 'next' command if it has been printed before.
* If neither the host name nor the user's email address can be determined,
no Message-ID fields are generated.
* The empty string is now accepted as a message subject for sending.
diffstat:
mail/nail/Makefile | 4 ++--
mail/nail/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 790749e698c4 -r 1803e8ecd6f0 mail/nail/Makefile
--- a/mail/nail/Makefile Fri Oct 22 14:46:30 2004 +0000
+++ b/mail/nail/Makefile Fri Oct 22 14:47:05 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2004/10/13 09:57:10 cjep Exp $
+# $NetBSD: Makefile,v 1.20 2004/10/22 14:47:05 cjep Exp $
-DISTNAME= nail-11.11
+DISTNAME= nail-11.12
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/}
EXTRACT_SUFX= .tar.bz2
diff -r 790749e698c4 -r 1803e8ecd6f0 mail/nail/distinfo
--- a/mail/nail/distinfo Fri Oct 22 14:46:30 2004 +0000
+++ b/mail/nail/distinfo Fri Oct 22 14:47:05 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2004/10/13 09:57:10 cjep Exp $
+$NetBSD: distinfo,v 1.15 2004/10/22 14:47:05 cjep Exp $
-SHA1 (nail-11.11.tar.bz2) = 86f46e1fa863c222e5227b38e8f4b71fddf1dd8c
-Size (nail-11.11.tar.bz2) = 263514 bytes
+SHA1 (nail-11.12.tar.bz2) = 0b3e166074cbca6486230301590c8e9307e75c27
+Size (nail-11.12.tar.bz2) = 264992 bytes
SHA1 (patch-aa) = bfc4198c427e664aeea17b9a7648d3ed969ce692
SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29
SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2
Home |
Main Index |
Thread Index |
Old Index