summaryrefslogtreecommitdiff
path: root/mail/gmime
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-08-14 20:39:25 +0000
committerwiz <wiz@pkgsrc.org>2008-08-14 20:39:25 +0000
commit259caac70f1df24edb3050a695e5f84e20b4c75f (patch)
tree9b16f39e4e4b89a1966190488ee22f0571c5d04a /mail/gmime
parente03b012e847b40cdc288967283d40a95617087ac (diff)
downloadpkgsrc-259caac70f1df24edb3050a695e5f84e20b4c75f.tar.gz
Update to 2.2.22:
* configure.in: Bumped version to 2.2.22 * src/uudecode.c (uudecode): Don't base64 decode the end-tag ("====\n"). Fixes bug #542222. * COPYING: Fixed to reference LGPL v2.1 * gmime/gmime-common.h: Removed unused prototypes. * gmime/gmime-message.c (g_mime_message_add_recipient): Change 'type' argument to const char *. (g_mime_message_add_recipients_from_string): Same. * gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Add an extra byte for \n in the case of quoted_encode_close(). Thanks to Peter Bloomfield for discovering this. * gmime/internet-address.c (decode_mailbox): Prevent reading past the end of the input string. * examples/basic-example.c: Fixed to use GMimeSignatureValidity. * gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_encrypt): Don't use deprecated functions. * gmime/gmime-stream.c (stream_eos): Fixed a typo. * mono/StreamWrapper.cs: Allow seeking to position 0 for GMimeStreamFilter. Thanks to Debajyoti Bera for this patch. * README: Bumped version * configure.in: Bumped version to 2.2.21 * gmime/gmime-parser.c: Check parser_step() against GMIME_PARSER_STATE_ERROR rather than -1 in case the value ever changes. (struct _GMimeParserPrivate): Changed state to be 16bit int instead of a 26bit int which apparently cannot be set to -1 on Solaris. Fixes bug #534301. (parser_step_headers): Fixed a corner-case where a read boundary fell between the \n and \t of a folded header. * README: Bumped version * configure.in: Bumped version to 2.2.20 * gmime/gmime-stream-buffer.c (stream_read): Break if g_mime_stream_read() returns 0 as well (meaning EOF, no more data to read) and don't keep looping. Fixes bug #533331. * README: Bumped version * configure.in: Bumped version to 2.2.19 * gmime/gmime-parser.c (parser_step_headers): Fix for CRLF encoded input. * gmime/gmime-parser.c (header_parse): Fixed a memory leak in the case of an invalid header.
Diffstat (limited to 'mail/gmime')
-rw-r--r--mail/gmime/Makefile4
-rw-r--r--mail/gmime/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile
index cbf39d3b8e3..7c2bd2756d5 100644
--- a/mail/gmime/Makefile
+++ b/mail/gmime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/08/14 20:39:25 wiz Exp $
#
-DISTNAME= gmime-2.2.18
+DISTNAME= gmime-2.2.22
CATEGORIES= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.2/
diff --git a/mail/gmime/distinfo b/mail/gmime/distinfo
index cdacaf196ce..ce096ca21ae 100644
--- a/mail/gmime/distinfo
+++ b/mail/gmime/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2008/04/16 14:37:39 wiz Exp $
+$NetBSD: distinfo,v 1.15 2008/08/14 20:39:25 wiz Exp $
-SHA1 (gmime-2.2.18.tar.gz) = e6eac0dc6135106554fdc685e4e5c9a23fb4ecdd
-RMD160 (gmime-2.2.18.tar.gz) = 4d9e97d8833c70c516f0f1c2e1b59ca2a89444ea
-Size (gmime-2.2.18.tar.gz) = 1034396 bytes
+SHA1 (gmime-2.2.22.tar.gz) = 25d5691df6b7e8fe1bc4288ce7cf22189db9c4d9
+RMD160 (gmime-2.2.22.tar.gz) = fa4a93324b1fbca8f13eef6408196205c71db624
+Size (gmime-2.2.22.tar.gz) = 1064237 bytes
SHA1 (patch-ab) = f6b63e3516c941fb044fc42d931a7b4e5d717f86