From a7c1a2b0e6947740758136216e45ca6ca66321fc Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 7 Feb 2016 11:44:07 -0800 Subject: php: Security fix CVE-2016-1903 CVE-2016-1903 php: Out-of-bounds memory read via gdImageRotateInterpolated Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/php/php_5.5.21.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-devtools/php/php_5.5.21.bb') diff --git a/meta-oe/recipes-devtools/php/php_5.5.21.bb b/meta-oe/recipes-devtools/php/php_5.5.21.bb index ed286d6..6bdd1c5 100644 --- a/meta-oe/recipes-devtools/php/php_5.5.21.bb +++ b/meta-oe/recipes-devtools/php/php_5.5.21.bb @@ -16,6 +16,7 @@ SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ file://CVE-2015-7803.patch \ file://CVE-2015-7804.patch \ + file://CVE-2016-1903.patch \ " SRC_URI_append_class-target += " \ -- cgit v1.1