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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8c44c737317
branches:  trunk
changeset: 479535:d8c44c737317
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Mon Aug 16 15:34:25 2004 +0000

description:
Update of mail/nail to 11.2

Changes since 11.1 include:
* A message thread-oriented mode is now optionally available; cf. the 'thread'
  and 'unthread' commands, the 'autothread' variable, and addressing changes.
* It is also possible to sort messages by various other criteria; cf. the
  'sort' and 'unsort' commands, the 'autosort' variable, and addressing
  changes.
* New 'fullnames' variable: When replying to a message, full names for the
  recipients are included if it is set, instead of using the plain email
  address.
* New commands 'disconnect' and 'connect'/'online' to switch to disconnected
  IMAP mode and back while retaining the current mailbox.
* IMAP GSSAPI authentication was implemented; it has been successfully
  compiled with MIT, Solaris, and HP-UX GSS libraries. See the 'imap-auth'
  and 'imap-auth-user@host' variables.
* CRAM-MD5 authentication was implemented for IMAP and SMTP. See the
  'imap-auth' and 'smtp-auth' variables.
* POP3 APOP authentication is now supported; see 'pop3-use-apop'.
* STARTTLS is now also supported for IMAP and POP3; see 'imap-use-starttls'
  and 'pop3-use-starttls'.
* Autodetection of the terminal character set works again (did not work since
  10.8).
* The 'showlast' variable works again; it had no effect since version 11.0.
* Made it compile using the HP-UX C compiler again (did not work since 11.0).
* Standard input is now redirected to /dev/null in the child process that
  contacts the MTA. A result is that ssl-verify=ask has the same effect as
  ssl-verify=strict for SMTP servers, and does not put the terminal in an
  indeterminable state anymore.
* The initial connection to IMAP or POP3 servers is now made before the
  previous mailbox (if any) is quit. Thus if a server is unreachable, nail
  keeps the previous mailbox open instead of getting in a mailbox-less
  state.
* Stale cache entries for messages deleted on the server were not removed
  in some circumstances.
* The 'inc'/'newmail' commands are now ignored in disconnected mode and no
  longer display errors about hidden (uncached) messages.
* The cache now compiles and works on systems that lack fchdir(), such as
  some Cray machines (Thanks to Cray-Cyber.org).
* The defaults for /etc/nail.rc have been updated. This will have no effect
  on existing installations unless the file is copied by hand.
* Nail does not hang anymore in disconnected mode if a message addressed
  with ^ or $ is not cached.

diffstat:

 mail/nail/Makefile         |   4 ++--
 mail/nail/distinfo         |  12 ++++++------
 mail/nail/patches/patch-aa |  22 +++++++++++-----------
 mail/nail/patches/patch-ab |   6 +++---
 mail/nail/patches/patch-ac |  19 ++++++++-----------
 5 files changed, 30 insertions(+), 33 deletions(-)

diffs (118 lines):

diff -r 7ddfb6dc3fad -r d8c44c737317 mail/nail/Makefile
--- a/mail/nail/Makefile        Mon Aug 16 15:29:20 2004 +0000
+++ b/mail/nail/Makefile        Mon Aug 16 15:34:25 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2004/08/09 08:33:48 cjep Exp $
+# $NetBSD: Makefile,v 1.14 2004/08/16 15:34:25 cjep Exp $
 
-DISTNAME=      nail-11.1
+DISTNAME=      nail-11.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nail/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 7ddfb6dc3fad -r d8c44c737317 mail/nail/distinfo
--- a/mail/nail/distinfo        Mon Aug 16 15:29:20 2004 +0000
+++ b/mail/nail/distinfo        Mon Aug 16 15:34:25 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2004/08/09 08:33:48 cjep Exp $
+$NetBSD: distinfo,v 1.9 2004/08/16 15:34:25 cjep Exp $
 
-SHA1 (nail-11.1.tar.bz2) = 63f567e3743823a7e127e07245572147fb49d360
-Size (nail-11.1.tar.bz2) = 167257 bytes
-SHA1 (patch-aa) = 16a3ef519d0c42a414feba819e11e5bab08dede4
-SHA1 (patch-ab) = 8a45700c0bbf13269743b3a82998f7cff902530f
-SHA1 (patch-ac) = 22393a31babfefa1f8712b3fc2749ecb565a156b
+SHA1 (nail-11.2.tar.bz2) = 74914c051e29e94094d0ba23d23997e3eba2f7df
+Size (nail-11.2.tar.bz2) = 187472 bytes
+SHA1 (patch-aa) = d6a394799fec7075a7e58c0c8c0f49393dfcb3fc
+SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29
+SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2
diff -r 7ddfb6dc3fad -r d8c44c737317 mail/nail/patches/patch-aa
--- a/mail/nail/patches/patch-aa        Mon Aug 16 15:29:20 2004 +0000
+++ b/mail/nail/patches/patch-aa        Mon Aug 16 15:34:25 2004 +0000
@@ -1,33 +1,33 @@
-$NetBSD: patch-aa,v 1.5 2004/08/09 08:33:48 cjep Exp $
+$NetBSD: patch-aa,v 1.6 2004/08/16 15:34:25 cjep Exp $
 
---- Makefile.orig      2004-08-07 23:34:00.000000000 +0100
-+++ Makefile   2004-08-09 09:31:30.000000000 +0100
+--- Makefile.orig      2004-08-15 21:00:40.000000000 +0100
++++ Makefile
 @@ -6,14 +6,14 @@
  # See the file INSTALL if you need help.
  #
  
 -PREFIX                = /usr/local
-+PREFIX?= /usr/local
++PREFIX                ?= /usr/local
  BINDIR                = $(PREFIX)/bin
  MANDIR                = $(PREFIX)/share/man
 -SYSCONFDIR    = /etc
-+SYSCONFDIR?= /etc
++SYSCONFDIR    ?= /etc
  
  MAILRC                = $(SYSCONFDIR)/nail.rc
 -MAILSPOOL     = /var/mail
 -SENDMAIL      = /usr/lib/sendmail
-+MAILSPOOL?= /var/mail
-+SENDMAIL?= /usr/sbin/sendmail
++MAILSPOOL     ?= /var/mail
++SENDMAIL      ?= /usr/sbin/sendmail
  
  DESTDIR               =
  
-@@ -41,7 +41,8 @@
+@@ -43,7 +43,8 @@ SHELL                = /bin/sh
  ###########################################################################
  
  FEATURES      = -DMAILRC='"$(MAILRC)"' -DMAILSPOOL='"$(MAILSPOOL)"' \
 -                      -DSENDMAIL='"$(SENDMAIL)"' $(IPv6)
-+                      -DSENDMAIL='"$(SENDMAIL)"'                      \
-+                      -DMIMEPATH='"$(SYSCONFDIR)/mime.types"' $(IPv6)
++                      -DSENDMAIL='"$(SENDMAIL)"' $(IPv6)              \
++                      -DMIMEPATH='"$(SYSCONFDIR)/mime.types"'
  
  OBJ = aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o \
-       dotlock.o edit.o fio.o getname.o getopt.o head.o imap.o lex.o list.o \
+       dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o imap.o \
diff -r 7ddfb6dc3fad -r d8c44c737317 mail/nail/patches/patch-ab
--- a/mail/nail/patches/patch-ab        Mon Aug 16 15:29:20 2004 +0000
+++ b/mail/nail/patches/patch-ab        Mon Aug 16 15:34:25 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2004/06/29 13:42:19 cjep Exp $
+$NetBSD: patch-ab,v 1.4 2004/08/16 15:34:25 cjep Exp $
 
---- mime.c.orig        2004-06-13 14:27:29.000000000 +0100
+--- mime.c.orig        2004-08-15 13:31:27.000000000 +0100
 +++ mime.c
-@@ -62,7 +62,7 @@ static char sccsid[]  = "@(#)mime.c  2.18
+@@ -62,7 +62,7 @@ static char sccsid[]  = "@(#)mime.c  2.20
   * You won't guess what these are for.
   */
  static const char basetable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
diff -r 7ddfb6dc3fad -r d8c44c737317 mail/nail/patches/patch-ac
--- a/mail/nail/patches/patch-ac        Mon Aug 16 15:29:20 2004 +0000
+++ b/mail/nail/patches/patch-ac        Mon Aug 16 15:34:25 2004 +0000
@@ -1,14 +1,11 @@
-$NetBSD: patch-ac,v 1.3 2004/06/29 13:42:19 cjep Exp $
+$NetBSD: patch-ac,v 1.4 2004/08/16 15:34:25 cjep Exp $
 
---- nail.rc.orig       2002-10-27 01:12:25.000000000 +0100
+--- nail.rc.orig       2004-08-15 14:03:44.000000000 +0100
 +++ nail.rc
-@@ -4,6 +4,9 @@
- 
- # Sccsid @(#)nail.rc  2.1 (gritter) 9/1/02
- 
-+# Be xBSD compliant :)
+@@ -48,3 +48,6 @@ set newmail=noimap
+ # Hide some header fields which are uninteresting for most human readers.
+ ignore received in-reply-to message-id references
+ ignore mime-version content-transfer-encoding
++
++# Be xBSD compliant
 +set bsdcompat
-+
- # Append rather than prepend to mailboxes. Do not unset
- # or you will confuse other mail-handling programs!
- set append



Home | Main Index | Thread Index | Old Index