summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-11-08 13:59:11 +0000
committertaca <taca@pkgsrc.org>2018-11-08 13:59:11 +0000
commitae5de418fd3904db84bdf4b85be9c50c937dee24 (patch)
tree6807691a315c550b73f2c1a9c86658be93e45843 /lang
parent92001ed06c577f46c5525c158767694c55193d90 (diff)
downloadpkgsrc-ae5de418fd3904db84bdf4b85be9c50c937dee24.tar.gz
lang/php71: update to 7.1.24
08 Nov 2018, PHP 7.1.24 - Core: . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) . Fixed bug #77035 (The phpize and ./configure create redundant .deps file). (Peter Kokot) . Fixed bug #77041 (buildconf should output error messages to stderr) (Mizunashi Mana) - Date: . Fixed bug #75851 (Year component overflow with date formats "c", "o", "r" and "y"). (Adam Saponara) - FCGI: . Fixed bug #76948 (Failed shutdown/reboot or end session in Windows). (Anatol) . Fixed bug #76954 (apache_response_headers removes last character from header name). (stodorovic) - FTP: . Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown). (Manuel Mausz) - intl: . Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at unixuser dot org) - Standard: . Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace). (Pierrick) - Tidy: . Fixed bug #77027 (tidy::getOptDoc() not available on Windows). (cmb) - XML: . Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb) . Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php71/distinfo14
-rw-r--r--lang/php71/patches/patch-acinclude.m48
-rw-r--r--lang/php71/patches/patch-ext_imap_config.m46
4 files changed, 16 insertions, 16 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 4c918fb38f1..c3639a28b1e 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.233 2018/10/13 06:18:37 taca Exp $
+# $NetBSD: phpversion.mk,v 1.234 2018/11/08 13:59:11 taca 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
@@ -89,7 +89,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.38
PHP70_VERSION= 7.0.32
-PHP71_VERSION= 7.1.23
+PHP71_VERSION= 7.1.24
PHP72_VERSION= 7.2.11
# Define initial release of major version.
diff --git a/lang/php71/distinfo b/lang/php71/distinfo
index 5fe1eb40b8f..3f10c1a9b53 100644
--- a/lang/php71/distinfo
+++ b/lang/php71/distinfo
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.43 2018/10/13 06:17:31 taca Exp $
+$NetBSD: distinfo,v 1.44 2018/11/08 13:59:11 taca Exp $
-SHA1 (php-7.1.23.tar.bz2) = c791f39956725b1b49895bd20235a2917f75fe2a
-RMD160 (php-7.1.23.tar.bz2) = 209aecc5c55564cf3f5e84c8e2ed56c1da8b1c24
-SHA512 (php-7.1.23.tar.bz2) = f7a4a6dbc9bfebfe33b0c00a3d73890effe9a74aa471e580b1faf45fae9222e107f3ff60a8d19c2d83350700f8416a4f8751f47f58c6eb4a2ed49c561868a248
-Size (php-7.1.23.tar.bz2) = 15066601 bytes
-SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
+SHA1 (php-7.1.24.tar.bz2) = 1135af2180db3698f82f74c55469d3fda5bfc77a
+RMD160 (php-7.1.24.tar.bz2) = 374afed02d940bc75d61f55099c864008d6cc4d5
+SHA512 (php-7.1.24.tar.bz2) = 87142dbb7ebee8d5cac4df3864b984583a78be71996c0dc68b9be4faace149bb4ad692bea56da37a755e5def3aa1b40088c985339b85950ff3f11d33770b6181
+Size (php-7.1.24.tar.bz2) = 15021575 bytes
+SHA1 (patch-acinclude.m4) = c232e68dbcd58bbfdf6800e491eb46812df15f65
SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
-SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92
+SHA1 (patch-ext_imap_config.m4) = 3ce15ec130c26a34c705bac461336137ba2e9610
SHA1 (patch-ext_intl_config.m4) = 5192f8e8fa32939c62a734421463edd294372282
SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916
SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8
diff --git a/lang/php71/patches/patch-acinclude.m4 b/lang/php71/patches/patch-acinclude.m4
index 0c6a2c6afb4..025923cedd9 100644
--- a/lang/php71/patches/patch-acinclude.m4
+++ b/lang/php71/patches/patch-acinclude.m4
@@ -1,10 +1,10 @@
-$NetBSD: patch-acinclude.m4,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+$NetBSD: patch-acinclude.m4,v 1.2 2018/11/08 13:59:11 taca Exp $
---- acinclude.m4.orig 2015-06-23 17:33:33.000000000 +0000
+--- acinclude.m4.orig 2018-11-07 15:35:26.000000000 +0000
+++ acinclude.m4
-@@ -2354,7 +2354,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
+@@ -2361,7 +2361,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
if test "$found_openssl" = "no"; then
-
+
if test "$PHP_OPENSSL_DIR" = "yes"; then
- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
+ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /"
diff --git a/lang/php71/patches/patch-ext_imap_config.m4 b/lang/php71/patches/patch-ext_imap_config.m4
index 7c569f0a713..1af83675be4 100644
--- a/lang/php71/patches/patch-ext_imap_config.m4
+++ b/lang/php71/patches/patch-ext_imap_config.m4
@@ -1,6 +1,6 @@
-$NetBSD: patch-ext_imap_config.m4,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+$NetBSD: patch-ext_imap_config.m4,v 1.2 2018/11/08 13:59:11 taca Exp $
---- ext/imap/config.m4.orig 2015-06-23 17:33:33.000000000 +0000
+--- ext/imap/config.m4.orig 2018-11-07 15:35:32.000000000 +0000
+++ ext/imap/config.m4
@@ -48,6 +48,14 @@ AC_DEFUN([PHP_IMAP_TEST_BUILD], [
])
@@ -24,5 +24,5 @@ $NetBSD: patch-ext_imap_config.m4,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
- else
+ elif test "$PHP_IMAP_LINKAGE" != "yes"; then
AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [
- AC_MSG_ERROR([This c-client library is built with Kerberos support.
+ AC_MSG_ERROR([This c-client library is built with Kerberos support.