diff options
author | he <he@pkgsrc.org> | 2014-05-11 11:20:47 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2014-05-11 11:20:47 +0000 |
commit | 5ff5ac993a48ed991568b3a54a0cb359e3154661 (patch) | |
tree | d71d54fce89c20ed846c9a12ba48ca23aaa003ce /graphics/php-gd | |
parent | c888dea1e236fc8dd36f9c03f32bc409f6154a2a (diff) | |
download | pkgsrc-5ff5ac993a48ed991568b3a54a0cb359e3154661.tar.gz |
Apply a patch to fix CVE-2014-2497, taken from
https://bugs.php.net/patch-display.php?bug_id=66901
Bump PKGREVISION for php-gd correspondingly.
Diffstat (limited to 'graphics/php-gd')
-rw-r--r-- | graphics/php-gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile index e20b383bb7e..720932aa7c9 100644 --- a/graphics/php-gd/Makefile +++ b/graphics/php-gd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2013/06/07 13:55:45 taca Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/11 11:20:47 he Exp $ MODNAME= gd CATEGORIES+= graphics COMMENT= PHP extension for GD graphics library +PKGREVISION= 1 CONFLICTS= php-gd-[0-9]* |