diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-14 14:43:44 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-14 14:43:44 +0000 |
commit | 542b78d08dd94e73ca79a197e8f102cb610b87a7 (patch) | |
tree | 889d1905aa889796e4fed3a3ecb8678bdf447632 /graphics/php4-gd/Makefile | |
parent | - Adopt unmaintained ports. (diff) |
Security fix for gd remote buffer overflow vulnerability.
PR: ports/147163
Submitted by: Michael Ranner <michael@ranner.eu>
Diffstat (limited to 'graphics/php4-gd/Makefile')
-rw-r--r-- | graphics/php4-gd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile index 4e1f0b87e77b..58d544d91d16 100644 --- a/graphics/php4-gd/Makefile +++ b/graphics/php4-gd/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 4 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php4 |