mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
b0081e8206
commit
9faa0acba8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user