From e762fb19da5ccda0a2b8f7a6f68fb15de7b1b5ec Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Thu, 21 Jul 2016 18:41:36 -0400 Subject: [PATCH] php: update to 7.0.9. --- srcpkgs/php/patches/php.ini.patch | 7 ++++--- srcpkgs/php/template | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/php/patches/php.ini.patch b/srcpkgs/php/patches/php.ini.patch index ce6f34cc453..61b3d9930c9 100644 --- a/srcpkgs/php/patches/php.ini.patch +++ b/srcpkgs/php/patches/php.ini.patch @@ -1,5 +1,5 @@ ---- ./php.ini-production.orig 2016-02-28 18:09:04.154094933 -0500 -+++ ./php.ini-production 2016-02-28 18:09:09.932094334 -0500 +--- ./php.ini-production.orig 2016-07-20 09:11:36.000000000 -0400 ++++ ./php.ini-production 2016-07-21 18:15:02.471993953 -0400 @@ -291,7 +291,7 @@ ; and below. This directive makes most sense if used in a per-directory ; or per-virtualhost web server configuration file. @@ -27,7 +27,7 @@ ; On windows: ; extension_dir = "ext" -@@ -857,46 +857,46 @@ +@@ -857,47 +857,46 @@ ; If you only provide the name of the extension, PHP will look for it in its ; default extension directory. ; @@ -40,6 +40,7 @@ -;extension=php_bz2.dll -;extension=php_curl.dll -;extension=php_fileinfo.dll +-;extension=php_ftp.dll -;extension=php_gd2.dll -;extension=php_gettext.dll -;extension=php_gmp.dll diff --git a/srcpkgs/php/template b/srcpkgs/php/template index 8d28a7d4fa7..c3c03b5ea60 100644 --- a/srcpkgs/php/template +++ b/srcpkgs/php/template @@ -1,6 +1,6 @@ # Template build file for 'php' pkgname=php -version=7.0.8 +version=7.0.9 revision=1 short_desc="An HTML-embedded scripting language" maintainer="Steve Prybylski " @@ -15,10 +15,9 @@ makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel readline-devel libmysqlclient-devel" conf_files="/etc/php/php.ini" distfiles="http://www.php.net/distributions/php-${version}.tar.gz" -checksum=1f024fa6d87594b99fa312e3185c357dcffa42e07d21c726f41d1fa6f773720b +checksum=93895a6a610c94751c890e5ee91a7f4bc0eae476b95fe30425d13f7ae88753d5 # Package build options -nocross=yes lib32disabled=yes do_build() {