diff options
Diffstat (limited to 'main/php/APKBUILD')
-rw-r--r-- | main/php/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index aaa6911061..b382f27f6c 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -3,7 +3,7 @@ pkgname=php pkgver=5.3.28 _suhosinver=5.3.9-0.9.10 -pkgrel=2 +pkgrel=3 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" @@ -79,6 +79,7 @@ source="http://www.php.net/distributions/${pkgname}-${pkgver}.tar.bz2 php5-module.conf CVE-2013-6712.patch CVE-2013-7345.patch + CVE-2014-0185.patch " _apiver="20090626" @@ -451,4 +452,5 @@ c099b3d7eac95018ababd41ded7f3066 suhosin-patch-5.3.9-0.9.10.patch.gz 9ab162ff3428511a68aa9801c746e0d5 php-fpm.initd 67719f428f44ec004da18705cbabe2ee php5-module.conf 91934e87e24ff0551fc8fdc0ebb97699 CVE-2013-6712.patch -f2836636790a78ec058d3fe84045997a CVE-2013-7345.patch" +f2836636790a78ec058d3fe84045997a CVE-2013-7345.patch +66333db458742a20dda0b8a9be1900e5 CVE-2014-0185.patch" |