Mon Dec 3 11:12:44 2018 UTC ()
gmime3: update to 3.2.3.

### GMime 3.2.3

* Fixed GMimeFilterBasic for uudecode.

    Don't allow the outbuf to ever get set to NULL which could happen
    if the begin-line had not yet been found (and thus
    g_mime_filter_set_size() had never been called to allocate the
    outbuf buffer).

 * Fixed a bug in g_mime_uuencode_step().

 * Modified GMimeParser to work around broken mailers that send base64
   encoded message/rfc822 parts.

   Fixes https://gitlab.gnome.org/GNOME/gmime/issues/1

 * Fixed a bug in g_mime_quoted_encode_close() where it would incorrectly
   end the quoted-printable output with a line containing only "=\n" even
   when it is not needed.

 * Improved g_mime_content_encoding_from_string(). This function no
   longer requires the input string to be an exact match for "7bit",
   "8bit", "base64", etc. It can now handle whitespace before and
   after the value. In other words, it is now easy to use this
   function on raw header values before any whitespace trimming
   has been done.

 * Really, really fixed the packaging to include the Vala build files.


(wiz)
diff -r1.4 -r1.5 pkgsrc/mail/gmime3/Makefile
diff -r1.4 -r1.5 pkgsrc/mail/gmime3/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/mail/gmime3/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/gmime3/Makefile 2018/12/01 10:45:29 1.4
+++ pkgsrc/mail/gmime3/Makefile 2018/12/03 11:12:44 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2018/12/01 10:45:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2018/12/03 11:12:44 wiz Exp $
2 2
3DISTNAME= gmime-3.2.2 3DISTNAME= gmime-3.2.3
4PKGNAME= ${DISTNAME:S/gmime/gmime3/} 4PKGNAME= ${DISTNAME:S/gmime/gmime3/}
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/3.2/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/3.2/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://spruce.sourceforge.net/gmime/ 10HOMEPAGE= http://spruce.sourceforge.net/gmime/
11COMMENT= Library for the creation and parsing of MIME messages (API v3) 11COMMENT= Library for the creation and parsing of MIME messages (API v3)
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config

cvs diff -r1.4 -r1.5 pkgsrc/mail/gmime3/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/gmime3/distinfo 2018/12/01 10:45:29 1.4
+++ pkgsrc/mail/gmime3/distinfo 2018/12/03 11:12:44 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2018/12/01 10:45:29 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2018/12/03 11:12:44 wiz Exp $
2 2
3SHA1 (gmime-3.2.2.tar.xz) = e27b747eafa14523a94f6ea003712f1cbfe8606a 3SHA1 (gmime-3.2.3.tar.xz) = d97a1e926f9702761c40bbb963c98424900b6dde
4RMD160 (gmime-3.2.2.tar.xz) = 78ede60bac469f8a43b0b71b1ec11136aa681e45 4RMD160 (gmime-3.2.3.tar.xz) = adffc2bdeb1f18c48cd4acc433791f5e368e376f
5SHA512 (gmime-3.2.2.tar.xz) = b406492ca9b5aa7b50ccbaf3c76bfbcb0c0ed0280453be35df1c0e13cc5ee60ed61117fa22dacc2fb064c57c50f503c128ff90ec535a04be92ca264e32527e98 5SHA512 (gmime-3.2.3.tar.xz) = abaf9059baf0c045d5b62757953ee2fa0779462eb32142bb41be40c376fc7ac2b3e4a56fd66177fbbe1dca35c6168a251542b14a844125c2cfcc9a99888179b4
6Size (gmime-3.2.2.tar.xz) = 1955796 bytes 6Size (gmime-3.2.3.tar.xz) = 2217320 bytes