pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/gmime24



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 16 13:37:39 UTC 2009

Modified Files:
        pkgsrc/mail/gmime24: Makefile distinfo

Log Message:
Update to 2.4.8. Set LICENSE.

        * README: Bumped version

        * configure.in: Bumped version to 2.4.8

        * build/vs2008/gmime.vcproj: Bumped version.

        * gmime/gmime-utils.c (charset_convert): If iconv() fails, treat
        conditions where outleft == 0 the same as if we had gotten an
        E2BIG error (e.g. we need to grow the output buffer) so that we
        don't overrun it while appending a '?' placeholder character.

        * configure.in: Simplified configuring of gmime in a
        cross-compilation environment. Make it possible to work-around
        AC_TRY_RUN limitations by copying of target system iconv-detect.h
        and setting ac_cv_have_iconv_detect_h=yes.

        * gmime/gmime-parser.c (g_mime_parser_set_header_regex): Fix
        non-GLib regex initialization to actually compile.

        * gmime/gmime-stream-fs.c (stream_read): Removed gross hack.
        (stream_write): Same.
        (g_mime_stream_fs_new): On Windows systems, set the translation
        mode to BINARY.
        (g_mime_stream_fs_new_with_bounds): Same.

        * gmime/gmime-stream-file.c: Same as GMimeStreamFs

        * gmime/gmime-stream-buffer.c (stream_seek_cache_read): Fixed a
        64bit cleanlines issue.
        (stream_seek_cache_read): Cap the max cache size to G_MAXSIZE.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/gmime24/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/gmime24/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index