[oe-commits] [meta-openembedded] 07/13: gmime: upgrade 3.2.4 -> 3.2.5

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 05:04:50 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 245891fcf4070859f14db436c23a29f87600d4af
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sun Nov 17 22:13:05 2019 +0100

    gmime: upgrade 3.2.4 -> 3.2.5
    
    >From gmime-3.2.5.news [1]:
    *  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.
    
    [1] http://ftp.gnome.org/pub/gnome/sources/gmime/3.2/gmime-3.2.5.news
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-gnome/gmime/{gmime_3.2.4.bb => gmime_3.2.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.4.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb
similarity index 72%
rename from meta-oe/recipes-gnome/gmime/gmime_3.2.4.bb
rename to meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb
index 205868e..568083b 100644
--- a/meta-oe/recipes-gnome/gmime/gmime_3.2.4.bb
+++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb
@@ -9,8 +9,8 @@ inherit gnomebase gobject-introspection
 SRC_URI += "file://iconv-detect.h \
             file://nodolt.patch"
 
-SRC_URI[archive.md5sum] = "b6b4e9fdc8f3336551d23872c83b539a"
-SRC_URI[archive.sha256sum] = "249ea7c0e080b067aa9669162c36b181b402f6cf6cebc4999d838c6f1e81d024"
+SRC_URI[archive.md5sum] = "98970e3995e67ac3f23827ff52308f9e"
+SRC_URI[archive.sha256sum] = "fb7556501f85c3bf3e65fdd82697cbc4fa4b55dccd33ad14239ce0197e78ba59"
 
 export ac_cv_have_iconv_detect_h="yes"
 do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list