diff options
author | cjep <cjep@pkgsrc.org> | 2004-10-13 09:57:10 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-10-13 09:57:10 +0000 |
commit | e165af19ab15daba0904743feeeb3acecdab81cd (patch) | |
tree | dde251cb17929f8c09d9c96a2fc57da8f1cc69b1 /mail | |
parent | 8dc168d27646530d1e42dd7e4bfe2b0a755a04d4 (diff) | |
download | pkgsrc-e165af19ab15daba0904743feeeb3acecdab81cd.tar.gz |
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 (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 d90542e0d11..0cafd15fccf 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -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 --git a/mail/nail/distinfo b/mail/nail/distinfo index b93c8a276fd..fd54b729f5c 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -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 |