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.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c26b986dc9f
branches:  trunk
changeset: 344775:1c26b986dc9f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 26 12:32:30 2019 +0000

description:
gmime3: update to 3.2.5.

### GMime 3.2.5

*  Modified GMimeParser to prevent stack overflows when parsing deeply nested messages.

     GMimeParser now has a limit on how deep multipart and/or message/rfc822 MIME part
     nesting is allowed to go before the parser will take action to prevent a stack
     overflow. If the max level is reached at a message/rfc822 part, then that part
     will be consumed by the parser as a generic GMimePart rather than a
     GMimeMessagePart. Likewise, if the max level is reached at any type of multipart,
     then the content of said multipart will be packed into the GMimeMultipart's
     preface and not parsed any further.

* g_mime_multipart_foreach has been rewritten to avoid recursion, thereby avoiding potential
  stack overflows.

* The gmime-port-2-6-to-3-0.sh script has been fixed to use proper sed syntax.

diffstat:

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

diffs (27 lines):

diff -r dc7a802c309b -r 1c26b986dc9f mail/gmime3/Makefile
--- a/mail/gmime3/Makefile      Tue Nov 26 11:23:27 2019 +0000
+++ b/mail/gmime3/Makefile      Tue Nov 26 12:32:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/10/08 14:36:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/26 12:32:30 wiz Exp $
 
-DISTNAME=      gmime-3.2.4
+DISTNAME=      gmime-3.2.5
 PKGNAME=       ${DISTNAME:S/gmime/gmime3/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gmime/3.2/}
diff -r dc7a802c309b -r 1c26b986dc9f mail/gmime3/distinfo
--- a/mail/gmime3/distinfo      Tue Nov 26 11:23:27 2019 +0000
+++ b/mail/gmime3/distinfo      Tue Nov 26 12:32:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/08 14:36:40 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2019/11/26 12:32:30 wiz Exp $
 
-SHA1 (gmime-3.2.4.tar.xz) = c7f2fbb50e123ba34348ae52c073e1f97e7a8502
-RMD160 (gmime-3.2.4.tar.xz) = 54219b04dcbfbf9e0ac8a10a54adbb4313bf3309
-SHA512 (gmime-3.2.4.tar.xz) = 34592e89a2f923dacc37ac535da785918c2c0d6a63b0f2ec1d86393264aace44d1060e8ef4a77e60fd57e97475435f8e79d87e46b269ae332db9b9aaf98bf61b
-Size (gmime-3.2.4.tar.xz) = 2219876 bytes
+SHA1 (gmime-3.2.5.tar.xz) = a53e9f5bd10a328128a462588b85c98fa4ec7669
+RMD160 (gmime-3.2.5.tar.xz) = d972385c06074974e453585d5ef332fc522e5f25
+SHA512 (gmime-3.2.5.tar.xz) = 37488da84f1befb37a0dff9465e9f786670dfb7248adbbc1f227dcc0e80bcd4ee7cd239abeab2b52e8ded6ea7f8aa432bcc0461b379282dacd6ee4f867aa049d
+Size (gmime-3.2.5.tar.xz) = 2220348 bytes



Home | Main Index | Thread Index | Old Index