[oe-commits] [meta-openembedded] 26/33: gd: update to version 2.2.5

git at git.openembedded.org git at git.openembedded.org
Thu Nov 30 16:15:53 UTC 2017


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

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

commit 870343cf1bfa59b1f4afa3cc00859e8f35b2441d
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Nov 27 18:01:11 2017 -0500

    gd: update to version 2.2.5
    
    Resolves the following security issues:
      * Double-free in gdImagePngPtr(). (CVE-2017-6362)
      * Buffer over-read into uninitialized memory. (CVE-2017-7890)
    
    Full changelog: https://github.com/libgd/libgd/blob/gd-2.2.5/CHANGELOG.md
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/gd/{gd_2.2.4.bb => gd_2.2.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gd/gd_2.2.4.bb b/meta-oe/recipes-support/gd/gd_2.2.5.bb
similarity index 96%
rename from meta-oe/recipes-support/gd/gd_2.2.4.bb
rename to meta-oe/recipes-support/gd/gd_2.2.5.bb
index 4932bb7..63d9acf 100644
--- a/meta-oe/recipes-support/gd/gd_2.2.4.bb
+++ b/meta-oe/recipes-support/gd/gd_2.2.5.bb
@@ -16,7 +16,7 @@ DEPENDS = "freetype libpng jpeg zlib tiff"
 SRC_URI = "git://github.com/libgd/libgd.git;branch=GD-2.2 \
           "
 
-SRCREV = "de09874b15a4c88772db35ced842330f5de23e76"
+SRCREV = "8255231b68889597d04d451a72438ab92a405aba"
 
 S = "${WORKDIR}/git"
 

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


More information about the Openembedded-commits mailing list