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:
Derek Straka
2017-11-27 18:01:11 -05:00
committed by Armin Kuster
parent b0081e8206
commit 9faa0acba8

View File

@@ -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"