summaryrefslogtreecommitdiff
path: root/mail/nail/patches
diff options
context:
space:
mode:
authorcjep <cjep>2003-01-19 18:10:11 +0000
committercjep <cjep>2003-01-19 18:10:11 +0000
commit62878c2d6e0a53e99c0f9e1662c18254322315b8 (patch)
treecad84418f80fce703d2db1d3c2bfb46fd4d8d03e /mail/nail/patches
parent31812f2509929ba2adc59015171d25e6fff1b262 (diff)
downloadpkgsrc-62878c2d6e0a53e99c0f9e1662c18254322315b8.tar.gz
Update of mail/nail to 10.4. Changes since 10.3 (as per e-mail
from Gunnar Ritter): * A missing #ifdef HAVE_ICONV caused build errors on platforms without iconv() support (J.A. Neitzel, Jens Schleusener, Lars Kellogg-Stedman, Felicia Neff, Chris Pinnock). * Extraction of parts from header fields with more than 2560 characters fixed (Lukasz Sznuk, William Cherry). * Source archive name in nail.spec corrected (Didar Hussain). * Fixed segmentation violation when encountering multipart header fields that contain no ':' character (William Cherry). * Respect the 'allnet' variable when comparing strings in message lists. * IPv6 support (Jun-ichiro itojun Hagino).
Diffstat (limited to 'mail/nail/patches')
-rw-r--r--mail/nail/patches/patch-ad18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/nail/patches/patch-ad b/mail/nail/patches/patch-ad
deleted file mode 100644
index 53f1b24d118..00000000000
--- a/mail/nail/patches/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/12/09 10:37:17 cjep Exp $
-
---- sendout.c.orig Thu Nov 28 01:01:01 2002
-+++ sendout.c
-@@ -428,10 +428,13 @@ infix(hp, fi)
- #endif
- return NULL;
- }
-+
-+#ifdef HAVE_ICONV
- if (convhdr && iconvd != (iconv_t)-1) {
- iconv_close(iconvd);
- iconvd = (iconv_t)-1;
- }
-+#endif
- if (hp->h_attach != NULL) {
- if (make_multipart(hp, convert, fi, nfo,
- contenttype, charset) != 0) {