Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1664E63C284 for ; Sun, 16 Aug 2009 13:37:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id BE23B63B10F; Sun, 16 Aug 2009 13:37:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 819E463B100 for ; Sun, 16 Aug 2009 13:37:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 73C11175D0; Sun, 16 Aug 2009 13:37:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 16 Aug 2009 13:37:39 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/mail/gmime24 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090816133739.73C11175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list 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.