diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-03 11:54:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-03 11:54:33 +0000 |
commit | 930a39679865efc8fe12205ed413a4e4d136cd92 (patch) | |
tree | cc1529edfa5e587ca233c76c3a4e7d7c3fb551d2 /mail/gmime | |
parent | d6d372fb25e9970ea8944785432851b92876bff7 (diff) | |
download | pkgsrc-930a39679865efc8fe12205ed413a4e4d136cd92.tar.gz |
Update to 2.2.8:
2007-04-25 Jeffrey Stedfast
* README: Bumped version
* configure.in: Bumped version to 2.2.8
* tests/test-pgp.c: Test exporting of keys.
* gmime/gmime-utils.c (rfc2047_decode_word): Fixed compile
warnings.
* gmime/gmime-stream-file.c (stream_reset): Removed an unused
variable.
* gmime/gmime-charset.c (g_mime_charset_can_encode):
s/if (mask->level = 1)/if (mask->level == 1)/
2007-04-23 Jeffrey Stedfast
* README: Bumped version
* configure.in: Bumped version to 2.2.7
2007-04-14 Jeffrey Stedfast
* gmime/*.c (g_mime_*_get_type): Set n_preallocs to 0.
2007-04-12 Jeffrey Stedfast
* gmime/*.c: no need for a second NULL argument to g_object_new()
* util/cache.c (cache_new): Change max_size and node_size to be of
type size_t.
* gmime/gmime-multipart-encrypted.c
(g_mime_multipart_encrypted_new): g_object_new() doesn't need a
second NULL argument.
* gmime/gmime-utils.c (decode_8bit): Close the iconv descriptor
and since we are using is_ascii() now, we don't need to use
unsigned char *'s.
2007-04-12 Jeffrey Stedfast
* gmime/gmime-utils.c (decode_8bit): Use is_ascii().
(g_mime_utils_header_decode_text): Same.
(g_mime_utils_header_decode_phrase): Here too.
* gmime/gen-table.c: Added a is_ascii() macro for use instead of
the ctype isascii() so that I don't have to worry about casting.
2007-04-11 Jeffrey Stedfast
Revision 1119 (previous commit) made the following 2 functions
even less attractive than they already were, so I decided to
rewrite them especially since it wasn't hard to find a far cleaner
approach.
* gmime/gmime-utils.c (g_mime_utils_header_decode_text): Rewritten
to be cleaner, faster, and more elegant.
(g_mime_utils_header_decode_phrase): Same.
2007-04-11 Jeffrey Stedfast
Fixes for bug #423760 and bug #342196
* gmime/gmime-charset.c (g_mime_charset_can_encode): New
convenience function to check whether a length of UTF-8 text can
be converted into the specified charset.
(g_mime_set_user_charsets): New function allowing an application
to provide GMime with a list of user-preferred charsets to use for
encoding and decoding headers.
(g_mime_user_charsets): New function to get the list of
user-preferred charsets.
* gmime/gmime-utils.c (decode_8bit): New function to convert
arbitrary 8bit text into UTF-8 using the charset list provided by
g_mime_user_charsets().
(rfc2047_decode_word): Don't assume that just because the declared
charset is UTF-8 that it actually is in UTF-8.
(rfc2047_decode_word): If we can't open a converter for the
declared charset to UTF-8 or if we can't convert from the declared
charset into UTF-8, fall back to using decode_8bit().
(g_mime_utils_header_decode_text): Convert 8bit word tokens into
UTF-8 using decode_8bit().
(g_mime_utils_header_decode_phrase): Same.
(rfc2047_encode_word): Be a little more efficient about removing
'\n' chars...
(rfc2047_encode): When encoding a level-2 word cluster, attempt to
fit the cluster within a charset provided by
g_mime_user_charsets() rather than using GMime's best-fit charset
table (unless, of course, it doesn't fit within any of the
user-specified charsets).
2007-03-28 Jeffrey Stedfast
* gmime/gmime-iconv-utils.c (g_mime_iconv_strndup): No need to
cast out to a char *, it already is.
* gmime/gmime-stream-mem.c (g_mime_stream_mem_set_byte_array):
Only free the previous memory buffer if we were the owner.
Diffstat (limited to 'mail/gmime')
-rw-r--r-- | mail/gmime/Makefile | 4 | ||||
-rw-r--r-- | mail/gmime/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile index f32617b4b17..82bea2a7a80 100644 --- a/mail/gmime/Makefile +++ b/mail/gmime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2007/04/15 13:11:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/05/03 11:54:33 wiz Exp $ # -DISTNAME= gmime-2.2.6 +DISTNAME= gmime-2.2.8 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.2/ diff --git a/mail/gmime/distinfo b/mail/gmime/distinfo index f307510c15c..a034eed036a 100644 --- a/mail/gmime/distinfo +++ b/mail/gmime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2007/04/15 13:11:40 wiz Exp $ +$NetBSD: distinfo,v 1.11 2007/05/03 11:54:33 wiz Exp $ -SHA1 (gmime-2.2.6.tar.gz) = e3a87324efb336a0c8e4b8b648c88b099e59f321 -RMD160 (gmime-2.2.6.tar.gz) = d18b95408cee2f1969824d14cc290f4eb187bc8f -Size (gmime-2.2.6.tar.gz) = 946044 bytes +SHA1 (gmime-2.2.8.tar.gz) = 76de40eab590001268736fe25aeec77bf3f4b657 +RMD160 (gmime-2.2.8.tar.gz) = c71d9df380e47cb3be110951b90ea3c072e8de7c +Size (gmime-2.2.8.tar.gz) = 948288 bytes SHA1 (patch-ab) = f6b63e3516c941fb044fc42d931a7b4e5d717f86 |