Mon Sep 12 21:22:34 2011 UTC ()
Update to 2.4.26:

2011-08-08  Jeffrey Stedfast  <fejj@gnome.org>

	* README: Bumped version

	* configure.in: Bumped version to 2.4.26

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

2011-07-17  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-utils.c (charset_convert): Don't skip validation of
	UTF-8 text.

2011-07-17  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-utils.c (charset_convert): Handle ERANGE the same as
	EILSEQ.

	* gmime/gmime-filter-charset.c (filter_filter): Handle ERANGE the
	same as EILSEQ.

	* gmime/gmime-charset.c (g_mime_charset_map_init): Improved logic
	for Win32 (and even Linux) systems. Don't rely on setlocale().

2011-06-15  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-gpg-context.c: Define nfds_t on OSX.

2011-06-09  Jeffrey Stedfast  <fejj@gnome.org>

	Fix for bug #652056

	* gmime/gmime-param.c (decode_value): If STRICT_PARSER isn't
	defined, don't require the value to start with a valid character.

2011-06-08  Jeffrey Stedfast  <fejj@gnome.org>

	* README: Bumped version

	* configure.in: Bumped version to 2.4.25

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

	* gmime/gmime-session.c: Don't crash if the request_passwd()
	virtual method is set to NULL. Fixes bug #651825.

2011-06-08  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-gpg-context.c: If building on Apple, force the use
	of our own implementation of poll() because Apple's poll() is
	broken on some versions of MacOS.


(wiz)
diff -r1.16 -r1.17 pkgsrc/mail/gmime24/Makefile
diff -r1.14 -r1.15 pkgsrc/mail/gmime24/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/mail/gmime24/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/gmime24/Makefile 2011/09/08 20:06:48 1.16
+++ pkgsrc/mail/gmime24/Makefile 2011/09/12 21:22:34 1.17
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.16 2011/09/08 20:06:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2011/09/12 21:22:34 wiz Exp $
2# 2#
3 3
4DISTNAME= gmime-2.4.24 4DISTNAME= gmime-2.4.26
5PKGNAME= ${DISTNAME:S/gmime/gmime24/} 5PKGNAME= ${DISTNAME:S/gmime/gmime24/}
6CATEGORIES= mail 6CATEGORIES= mail
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
 8EXTRACT_SUFX= .tar.xz
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://spruce.sourceforge.net/gmime/ 11HOMEPAGE= http://spruce.sourceforge.net/gmime/
11COMMENT= Library for the creation and parsing of MIME messages 12COMMENT= Library for the creation and parsing of MIME messages
12LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16CONFLICTS= gmime<2.2.25nb2 17CONFLICTS= gmime<2.2.25nb2
17 18
18USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
19USE_LIBTOOL= yes 20USE_LIBTOOL= yes
20USE_TOOLS+= gmake pkg-config 21USE_TOOLS+= gmake pkg-config

cvs diff -r1.14 -r1.15 pkgsrc/mail/gmime24/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/gmime24/distinfo 2011/09/08 20:06:48 1.14
+++ pkgsrc/mail/gmime24/distinfo 2011/09/12 21:22:34 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2011/09/08 20:06:48 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2011/09/12 21:22:34 wiz Exp $
2 2
3SHA1 (gmime-2.4.24.tar.gz) = 8256b046bfe1fd928b7e8b8e47cf37d8fdc4c114 3SHA1 (gmime-2.4.26.tar.xz) = e91ecae390e11b062fea8354e097195368ce11a5
4RMD160 (gmime-2.4.24.tar.gz) = 2f5b5b4e4600f2319d7ca45c4a94cd2496ac6b64 4RMD160 (gmime-2.4.26.tar.xz) = 5bc32a1afd87e41134ed2381e1044aab3703fddc
5Size (gmime-2.4.24.tar.gz) = 1118949 bytes 5Size (gmime-2.4.26.tar.xz) = 729020 bytes