summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-10-02 14:08:05 +0000
committertaca <taca@pkgsrc.org>2019-10-02 14:08:05 +0000
commitdd79ebae4b88653b3b8d18f93ee7bfbddae7149f (patch)
tree18615371c9fce83bd572f4f90d34d3b718948593 /lang
parent5ba9790454d7f3b1f54ed4b6618df119333835e4 (diff)
downloadpkgsrc-dd79ebae4b88653b3b8d18f93ee7bfbddae7149f.tar.gz
lang/php73: update to 7.3.10
Update lang/php73 to 7.3.10. pkgsrc changes * Clean two pkglint's warnings. 26 Sep 2019, PHP 7.3.10 - Core: . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab) . Fixed bug #77922 (Double release of doc comment on inherited shadow property). (Nikita) . Fixed bug #78441 (Parse error due to heredoc identifier followed by digit). (cmb) . Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc). (cmb, Nikita) - FastCGI: . Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows). (Sergei Turchanov) - FPM: . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr notation). (Tsuyoshi Sadakata) - Intl: . Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8() when requested. (Sara) - MBString: . Fixed bug #78559 (Heap buffer overflow in mb_eregi). (cmb) - MySQLnd: . Fixed connect_attr issues and added the _server_host connection attribute. (Qianqian Bu) - ODBC: . Fixed bug #78473 (odbc_close() closes arbitrary resources). (cmb) - PDO_MySQL: . Fixed bug #41997 (SP call yields additional empty result set). (cmb) - sodium: . Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()). (Frank Denis, cmb)
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php73/Makefile3
-rw-r--r--lang/php73/Makefile.php3
-rw-r--r--lang/php73/distinfo10
4 files changed, 9 insertions, 11 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 37ca12d4a4d..52b03f8ed5d 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.269 2019/10/02 14:05:22 taca Exp $
+# $NetBSD: phpversion.mk,v 1.270 2019/10/02 14:08:05 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
@@ -90,7 +90,7 @@ PHPVERSION_MK= defined
PHP56_VERSION= 5.6.40
PHP71_VERSION= 7.1.32
PHP72_VERSION= 7.2.23
-PHP73_VERSION= 7.3.9
+PHP73_VERSION= 7.3.10
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index baf37ece10d..22da81ae7b1 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2019/07/03 07:30:50 nia Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/02 14:08:05 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-HOMEPAGE= https://www.php.net/
COMMENT= PHP Hypertext Preprocessor version 7.3
LICENSE= php
diff --git a/lang/php73/Makefile.php b/lang/php73/Makefile.php
index d15e08f5be9..a826d41ab80 100644
--- a/lang/php73/Makefile.php
+++ b/lang/php73/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.1 2018/12/15 17:12:44 taca Exp $
+# $NetBSD: Makefile.php,v 1.2 2019/10/02 14:08:05 taca Exp $
# used by lang/php73/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -86,7 +86,6 @@ CONFIGURE_ARGS+= --enable-maintainer-zts
.endif
.if !empty(PKG_OPTIONS:Mreadline)
-USE_GNU_READLINE= yes
.include "../../devel/readline/buildlink3.mk"
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
.else
diff --git a/lang/php73/distinfo b/lang/php73/distinfo
index 669899ec62e..c68d4003d49 100644
--- a/lang/php73/distinfo
+++ b/lang/php73/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2019/09/01 13:03:17 taca Exp $
+$NetBSD: distinfo,v 1.12 2019/10/02 14:08:05 taca Exp $
-SHA1 (php-7.3.9.tar.bz2) = d8d75fee3bed961f26e1beb8144ebb064fdc2ca4
-RMD160 (php-7.3.9.tar.bz2) = 1dff6e84af9cad3d505aee87e562416f57b26d55
-SHA512 (php-7.3.9.tar.bz2) = a46beb28a91f7ee99f37215ddf5f65ab1743373ba98a703ed45615625ee6b4cbda1be8495901da54089f7cb285a6ac21773a29d32871e0a9540c43b57ea41b97
-Size (php-7.3.9.tar.bz2) = 14947152 bytes
+SHA1 (php-7.3.10.tar.bz2) = 234d9e828362d4ab24efff82c1c666e8543701ac
+RMD160 (php-7.3.10.tar.bz2) = bc6a3adf5ec52bcb46ecd45383174f873576530a
+SHA512 (php-7.3.10.tar.bz2) = ce961f169e26791fbdaa7bc64de92a0b9d5dd2d7ff1dc5ae39e59882d75ae266b88243fe3ec0f43235a4dc6fde1b03ce8624ecc7c470f5579b745fc9c8b1276e
+Size (php-7.3.10.tar.bz2) = 14975040 bytes
SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
SHA1 (patch-disable-filter-url) = d7e450380b584e01e2f01e9c91c864d01991cdbf
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335