diff options
author | he <he@pkgsrc.org> | 2014-03-29 22:06:06 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2014-03-29 22:06:06 +0000 |
commit | 792057a8e18f72da2d4ec9f54a4e357c8d4c53bd (patch) | |
tree | 90ccc5b570c12acadec97ee76707339159f528a2 /lang/php54/Makefile | |
parent | 96abbb50ac09426866f827bc33291464258bbfc4 (diff) | |
download | pkgsrc-792057a8e18f72da2d4ec9f54a4e357c8d4c53bd.tar.gz |
Apply patch to fix CVE-2013-7345.
OK'ed by wiz.
Diffstat (limited to 'lang/php54/Makefile')
-rw-r--r-- | lang/php54/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile index ec10986f545..94a1bad153a 100644 --- a/lang/php54/Makefile +++ b/lang/php54/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2014/03/19 21:50:22 asau Exp $ +# $NetBSD: Makefile,v 1.20 2014/03/29 22:06:06 he Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |