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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cbf0deb0f05
branches:  trunk
changeset: 481812:2cbf0deb0f05
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Wed Oct 13 09:57:10 2004 +0000

description:
Update of mail/nail to 11.11.

Changes since 11.10 include:

* When sending messages that contain ASCII control characters but neither
  NULs nor non-ASCII characters, the quoted-printable MIME encoding is now
  used instead of 7bit.
* A dangling pointer after a memory reallocation could result in a coredump
  when the junk mail database was updated by a 'good' or a 'junk' command.
* The code for accessing the junk mail database has been made more machine-
  independent. It will not make a difference on most of the platforms on
  which nail runs. If your compiler does insert padding into C structs that
  contain only members of type char, you will have to create the junk mail
  database from scratch again, though.

diffstat:

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

diffs (26 lines):

diff -r ccdb25456960 -r 2cbf0deb0f05 mail/nail/Makefile
--- a/mail/nail/Makefile        Wed Oct 13 09:23:08 2004 +0000
+++ b/mail/nail/Makefile        Wed Oct 13 09:57:10 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2004/10/13 09:14:05 cjep Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/13 09:57:10 cjep Exp $
 
-DISTNAME=      nail-11.10
+DISTNAME=      nail-11.11
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nail/}
 EXTRACT_SUFX=  .tar.bz2
diff -r ccdb25456960 -r 2cbf0deb0f05 mail/nail/distinfo
--- a/mail/nail/distinfo        Wed Oct 13 09:23:08 2004 +0000
+++ b/mail/nail/distinfo        Wed Oct 13 09:57:10 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2004/10/13 09:14:05 cjep Exp $
+$NetBSD: distinfo,v 1.14 2004/10/13 09:57:10 cjep Exp $
 
-SHA1 (nail-11.10.tar.bz2) = 2f64a6577be1149b2ccc9fc3df9209cd19fbf565
-Size (nail-11.10.tar.bz2) = 263551 bytes
+SHA1 (nail-11.11.tar.bz2) = 86f46e1fa863c222e5227b38e8f4b71fddf1dd8c
+Size (nail-11.11.tar.bz2) = 263514 bytes
 SHA1 (patch-aa) = bfc4198c427e664aeea17b9a7648d3ed969ce692
 SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29
 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2



Home | Main Index | Thread Index | Old Index