pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/gmime3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 26 12:32:30 UTC 2019

Modified Files:
        pkgsrc/mail/gmime3: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/gmime3/Makefile \
    pkgsrc/mail/gmime3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/gmime3/Makefile
diff -u pkgsrc/mail/gmime3/Makefile:1.6 pkgsrc/mail/gmime3/Makefile:1.7
--- pkgsrc/mail/gmime3/Makefile:1.6     Tue Oct  8 14:36:40 2019
+++ pkgsrc/mail/gmime3/Makefile Tue Nov 26 12:32:30 2019
@@ -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/}
Index: pkgsrc/mail/gmime3/distinfo
diff -u pkgsrc/mail/gmime3/distinfo:1.6 pkgsrc/mail/gmime3/distinfo:1.7
--- pkgsrc/mail/gmime3/distinfo:1.6     Tue Oct  8 14:36:40 2019
+++ pkgsrc/mail/gmime3/distinfo Tue Nov 26 12:32:30 2019
@@ -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