summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-09-18 18:42:13 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-09-18 18:42:13 +0000
commitc7b40d6f9d23a9a18b4e5d3ef61abab871a67116 (patch)
tree42e53bb8ba1a5d385806a137e75cfb900899ec73
parentc65eea99b5ac143781a8c723d4f83235c2fe60a5 (diff)
downloadpkgsrc-c7b40d6f9d23a9a18b4e5d3ef61abab871a67116.tar.gz
Pullup ticket #5834 - requested by taca
lang/php70: security fix Revisions pulled up: - lang/php/phpversion.mk 1.230 - lang/php70/Makefile.php 1.10 - lang/php70/distinfo 1.48 --- Module Name: pkgsrc Committed By: manu Date: Mon Jul 30 07:17:16 UTC 2018 Modified Files: pkgsrc/lang/php70: Makefile.php pkgsrc/lang/php71: Makefile.php pkgsrc/lang/php72: Makefile.php Log Message: Fix PHP buidl on i386 The --disable-gcc-global-regs fix is not enough, we really need GCC 6 to avoid php crashing during www/ap-ph build. --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 13 15:46:38 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: lang/php70: Update to 7.0.32 13 Sep 2018 PHP 7.0.32 - Apache2 . Fixed bug #76582 (XSS due to the header Transfer-Encoding: chunked). (Stas)
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php70/Makefile.php8
-rw-r--r--lang/php70/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index b3a1fcf9d80..1fe3bd536b0 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.221.2.6 2018/09/18 18:34:08 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.221.2.7 2018/09/18 18:42:13 bsiegert Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -88,7 +88,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.37
-PHP70_VERSION= 7.0.31
+PHP70_VERSION= 7.0.32
PHP71_VERSION= 7.1.22
PHP72_VERSION= 7.2.10
diff --git a/lang/php70/Makefile.php b/lang/php70/Makefile.php
index 49c76c1bbe4..1d972f8db31 100644
--- a/lang/php70/Makefile.php
+++ b/lang/php70/Makefile.php
@@ -1,8 +1,14 @@
-# $NetBSD: Makefile.php,v 1.7.10.1 2018/08/17 17:37:22 bsiegert Exp $
+# $NetBSD: Makefile.php,v 1.7.10.2 2018/09/18 18:42:13 bsiegert Exp $
# used by lang/php70/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
+# With --disable-gcc-global-regs, works around
+# https://bugs.php.net/bug.php?id=74527
+.if ${MACHINE_ARCH} == "i386"
+GCC_REQD+= 6.4
+.endif
+
.include "../../lang/php70/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../lang/php70/distinfo
diff --git a/lang/php70/distinfo b/lang/php70/distinfo
index b0aee1087a5..fbcb5754270 100644
--- a/lang/php70/distinfo
+++ b/lang/php70/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45.2.1 2018/08/17 17:37:22 bsiegert Exp $
+$NetBSD: distinfo,v 1.45.2.2 2018/09/18 18:42:13 bsiegert Exp $
-SHA1 (php-7.0.31.tar.bz2) = 4da4e41b37445b0f5166df37583d23c78ca8e358
-RMD160 (php-7.0.31.tar.bz2) = f34a43e8809a25b0b8af78a62ab92d8f3012825e
-SHA512 (php-7.0.31.tar.bz2) = f496ca871245c0ddbbc848ad2c46d24e789c8cc3f1be489b87d25d353c5773ea9c54c2a54dfb2c4e9fc6b08cdf812305fa6bd0d80615f33f0db9d21edee3636b
-Size (php-7.0.31.tar.bz2) = 14641488 bytes
+SHA1 (php-7.0.32.tar.bz2) = b323e00d91bfdfae087a025b9233527e48d99772
+RMD160 (php-7.0.32.tar.bz2) = f26eb5d3e82555502ddf749bc7b08d9d2a72db22
+SHA512 (php-7.0.32.tar.bz2) = 4a87df7e9af6cfbf348a7fccb13d0dbf8c19a5f35d1061fde077f657429b15bebcbbd864b83d886bd397b98ff69ec38cf21cb90219bd05a5b57afeb18af47f87
+Size (php-7.0.32.tar.bz2) = 14643727 bytes
SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
SHA1 (patch-configure) = 68ca63d7623feee2f12c9e1abacf4a5d7827d96c
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c