pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php71: update to 7.1.24
details: https://anonhg.NetBSD.org/pkgsrc/rev/f13dadb26558
branches: trunk
changeset: 314766:f13dadb26558
user: taca <taca%pkgsrc.org@localhost>
date: Thu Nov 08 13:59:11 2018 +0000
description:
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:
lang/php/phpversion.mk | 4 ++--
lang/php71/distinfo | 14 +++++++-------
lang/php71/patches/patch-acinclude.m4 | 8 ++++----
lang/php71/patches/patch-ext_imap_config.m4 | 6 +++---
4 files changed, 16 insertions(+), 16 deletions(-)
diffs (80 lines):
diff -r 4e4287793c19 -r f13dadb26558 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Thu Nov 08 12:22:28 2018 +0000
+++ b/lang/php/phpversion.mk Thu Nov 08 13:59:11 2018 +0000
@@ -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 @@
# 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 -r 4e4287793c19 -r f13dadb26558 lang/php71/distinfo
--- a/lang/php71/distinfo Thu Nov 08 12:22:28 2018 +0000
+++ b/lang/php71/distinfo Thu Nov 08 13:59:11 2018 +0000
@@ -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 -r 4e4287793c19 -r f13dadb26558 lang/php71/patches/patch-acinclude.m4
--- a/lang/php71/patches/patch-acinclude.m4 Thu Nov 08 12:22:28 2018 +0000
+++ b/lang/php71/patches/patch-acinclude.m4 Thu Nov 08 13:59:11 2018 +0000
@@ -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 -r 4e4287793c19 -r f13dadb26558 lang/php71/patches/patch-ext_imap_config.m4
--- a/lang/php71/patches/patch-ext_imap_config.m4 Thu Nov 08 12:22:28 2018 +0000
+++ b/lang/php71/patches/patch-ext_imap_config.m4 Thu Nov 08 13:59:11 2018 +0000
@@ -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 @@
- 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.
Home |
Main Index |
Thread Index |
Old Index