diff options
author | ale <ale@FreeBSD.org> | 2009-12-29 22:39:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-12-29 22:39:11 +0800 |
commit | fc20d0b0e47aa7956a29648d2df1d2db11d79a7a (patch) | |
tree | c69ad556fccfd50b1d09c8d8226bfe7a2d07ce99 /graphics | |
parent | fd561253faade5f7933da247a713e72b4d3eb118 (diff) | |
download | freebsd-ports-gnome-fc20d0b0e47aa7956a29648d2df1d2db11d79a7a.tar.gz freebsd-ports-gnome-fc20d0b0e47aa7956a29648d2df1d2db11d79a7a.tar.zst freebsd-ports-gnome-fc20d0b0e47aa7956a29648d2df1d2db11d79a7a.zip |
Update to 5.2.12 release.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php5-gd/Makefile | 1 | ||||
-rw-r--r-- | graphics/php5-gd/files/patch-CVE-2009-3546 | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/graphics/php5-gd/Makefile b/graphics/php5-gd/Makefile index 2a8bcdd5e908..6ed41946bb21 100644 --- a/graphics/php5-gd/Makefile +++ b/graphics/php5-gd/Makefile @@ -6,7 +6,6 @@ # CATEGORIES= graphics -PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/graphics/php5-gd/files/patch-CVE-2009-3546 b/graphics/php5-gd/files/patch-CVE-2009-3546 deleted file mode 100644 index 2010c6829504..000000000000 --- a/graphics/php5-gd/files/patch-CVE-2009-3546 +++ /dev/null @@ -1,12 +0,0 @@ ---- ./libgd/gd_gd.c.orig 2007-08-09 07:21:38.000000000 -0700 -+++ ./libgd/gd_gd.c 2009-11-08 23:13:19.144908056 -0800 -@@ -39,6 +39,9 @@ - if (!gdGetWord(&im->colorsTotal, in)) { - goto fail1; - } -+ if (im->colorsTotal > gdMaxColors) { -+ goto fail1; -+ } - } - /* Int to accommodate truecolor single-color transparency */ - if (!gdGetInt(&im->transparent, in)) { |