summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-11-26 12:32:30 +0000
committerwiz <wiz@pkgsrc.org>2019-11-26 12:32:30 +0000
commit8cb5fcc51af824975269097065434303fb315669 (patch)
tree2bde8e646f1936431ccaf4806593fc2c74ef00bf /mail
parent73c1cdc6a5339e846d8cfcfc16827b089374d98b (diff)
downloadpkgsrc-8cb5fcc51af824975269097065434303fb315669.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/gmime3/Makefile4
-rw-r--r--mail/gmime3/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/gmime3/Makefile b/mail/gmime3/Makefile
index b7c02acf712..d6a29686b20 100644
--- a/mail/gmime3/Makefile
+++ b/mail/gmime3/Makefile
@@ -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 --git a/mail/gmime3/distinfo b/mail/gmime3/distinfo
index dcaae661e7c..590382d3f46 100644
--- a/mail/gmime3/distinfo
+++ b/mail/gmime3/distinfo
@@ -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