pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/gmime3 gmime3: update to 3.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88d3e1909f75
branches:  trunk
changeset: 316025:88d3e1909f75
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 03 11:12:44 2018 +0000

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

diffstat:

 mail/gmime3/Makefile |   4 ++--
 mail/gmime3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f80b5d346dfe -r 88d3e1909f75 mail/gmime3/Makefile
--- a/mail/gmime3/Makefile      Mon Dec 03 11:08:08 2018 +0000
+++ b/mail/gmime3/Makefile      Mon Dec 03 11:12:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/12/01 10:45:29 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/03 11:12:44 wiz Exp $
 
-DISTNAME=      gmime-3.2.2
+DISTNAME=      gmime-3.2.3
 PKGNAME=       ${DISTNAME:S/gmime/gmime3/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gmime/3.2/}
diff -r f80b5d346dfe -r 88d3e1909f75 mail/gmime3/distinfo
--- a/mail/gmime3/distinfo      Mon Dec 03 11:08:08 2018 +0000
+++ b/mail/gmime3/distinfo      Mon Dec 03 11:12:44 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/12/01 10:45:29 wiz Exp $
+$NetBSD: distinfo,v 1.5 2018/12/03 11:12:44 wiz Exp $
 
-SHA1 (gmime-3.2.2.tar.xz) = e27b747eafa14523a94f6ea003712f1cbfe8606a
-RMD160 (gmime-3.2.2.tar.xz) = 78ede60bac469f8a43b0b71b1ec11136aa681e45
-SHA512 (gmime-3.2.2.tar.xz) = b406492ca9b5aa7b50ccbaf3c76bfbcb0c0ed0280453be35df1c0e13cc5ee60ed61117fa22dacc2fb064c57c50f503c128ff90ec535a04be92ca264e32527e98
-Size (gmime-3.2.2.tar.xz) = 1955796 bytes
+SHA1 (gmime-3.2.3.tar.xz) = d97a1e926f9702761c40bbb963c98424900b6dde
+RMD160 (gmime-3.2.3.tar.xz) = adffc2bdeb1f18c48cd4acc433791f5e368e376f
+SHA512 (gmime-3.2.3.tar.xz) = abaf9059baf0c045d5b62757953ee2fa0779462eb32142bb41be40c376fc7ac2b3e4a56fd66177fbbe1dca35c6168a251542b14a844125c2cfcc9a99888179b4
+Size (gmime-3.2.3.tar.xz) = 2217320 bytes



Home | Main Index | Thread Index | Old Index