pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/gmime24 Update to 2.4.8. Set LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65c0f545a67e
branches:  trunk
changeset: 397579:65c0f545a67e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 16 13:37:39 2009 +0000

description:
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.

diffstat:

 mail/gmime24/Makefile |  5 +++--
 mail/gmime24/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r eb78b887e0a2 -r 65c0f545a67e mail/gmime24/Makefile
--- a/mail/gmime24/Makefile     Sun Aug 16 13:36:08 2009 +0000
+++ b/mail/gmime24/Makefile     Sun Aug 16 13:37:39 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/07/18 19:27:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/16 13:37:39 wiz Exp $
 #
 
-DISTNAME=      gmime-2.4.7
+DISTNAME=      gmime-2.4.8
 PKGNAME=       ${DISTNAME:S/gmime/gmime24/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://spruce.sourceforge.net/gmime/
 COMMENT=       Library for the creation and parsing of MIME messages
+LICENSE=       gnu-lgpl-v2.1
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r eb78b887e0a2 -r 65c0f545a67e mail/gmime24/distinfo
--- a/mail/gmime24/distinfo     Sun Aug 16 13:36:08 2009 +0000
+++ b/mail/gmime24/distinfo     Sun Aug 16 13:37:39 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/07/19 19:16:17 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/08/16 13:37:39 wiz Exp $
 
-SHA1 (gmime-2.4.7.tar.gz) = 3502c77dee46d47771c1f4bdbd3b52bf2403a6ab
-RMD160 (gmime-2.4.7.tar.gz) = 1b265d19d431e54fbda5a1494704a5c344af6f63
-Size (gmime-2.4.7.tar.gz) = 1082969 bytes
+SHA1 (gmime-2.4.8.tar.gz) = bdbf5948679549160e8d010985995358dd8b72a5
+RMD160 (gmime-2.4.8.tar.gz) = a75cd72fdca3931cc9b6a1f70f34a86a2c8fad5f
+Size (gmime-2.4.8.tar.gz) = 1047849 bytes



Home | Main Index | Thread Index | Old Index