summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-10-02 14:05:22 +0000
committertaca <taca@pkgsrc.org>2019-10-02 14:05:22 +0000
commit77423ed189bf24e7c53fd1401af75b687fe7e055 (patch)
tree253ee8492e9da6de69d7b98dc0993d3ae16f059c /lang
parent233ead5daf4b84eceb0e6ec8af4d273e64732aaa (diff)
downloadpkgsrc-77423ed189bf24e7c53fd1401af75b687fe7e055.tar.gz
lang/php72: update to 7.2.23
Update lang/php72 to 7.2.23. pkgsrc changes * Clean two pkglint's warnings. 26 Sep 2019, PHP 7.2.23 - Core: . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab) . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child). (Nikita) - FastCGI: . Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows). (Sergei Turchanov) - 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) - SPL: . Fixed bug #72884 (SplObject isCloneable() returns true but errs on clone). (Chu Zhaowei)
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php72/Makefile3
-rw-r--r--lang/php72/Makefile.php3
-rw-r--r--lang/php72/distinfo10
4 files changed, 9 insertions, 11 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 6645c6b0df7..37ca12d4a4d 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.268 2019/09/01 13:04:13 taca Exp $
+# $NetBSD: phpversion.mk,v 1.269 2019/10/02 14:05:22 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.40
PHP71_VERSION= 7.1.32
-PHP72_VERSION= 7.2.22
+PHP72_VERSION= 7.2.23
PHP73_VERSION= 7.3.9
# Define initial release of major version.
diff --git a/lang/php72/Makefile b/lang/php72/Makefile
index d97a9377d75..6a203b2a82f 100644
--- a/lang/php72/Makefile
+++ b/lang/php72/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2019/07/03 07:30:50 nia Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/02 14:05:22 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.2
LICENSE= php
diff --git a/lang/php72/Makefile.php b/lang/php72/Makefile.php
index 0f8cb2841f2..1156b8fbdaf 100644
--- a/lang/php72/Makefile.php
+++ b/lang/php72/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.12 2018/12/12 15:44:43 taca Exp $
+# $NetBSD: Makefile.php,v 1.13 2019/10/02 14:05:22 taca Exp $
# used by lang/php72/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/php72/distinfo b/lang/php72/distinfo
index 28a4f6bc682..7405674953b 100644
--- a/lang/php72/distinfo
+++ b/lang/php72/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.44 2019/09/01 13:02:05 taca Exp $
+$NetBSD: distinfo,v 1.45 2019/10/02 14:05:22 taca Exp $
-SHA1 (php-7.2.22.tar.bz2) = 6763a52d0b72b171aa134a4c6a6942d350689ee3
-RMD160 (php-7.2.22.tar.bz2) = fedb26056aca4a935170bf70185ab05601e5f142
-SHA512 (php-7.2.22.tar.bz2) = edb8d47e94f68eea26cce06c679cbf9570a5863f3c2528df0aebc99552fef66c46bc4c8315d36869c246c3d46e724f381e02c57bcd050c7161c6b713f6ff19ec
-Size (php-7.2.22.tar.bz2) = 15230705 bytes
+SHA1 (php-7.2.23.tar.bz2) = d33c3e4a2be485249d8e71ffbf2a089d2296e7dd
+RMD160 (php-7.2.23.tar.bz2) = 497b66094c11b4e0a32166ce95eca2c76674c5bc
+SHA512 (php-7.2.23.tar.bz2) = 1dbcf0cb22a789fbf3fe31c66b62f25885f5f835836f6ecc7e39b863fb79d60e024545e2bee663f5c6f27c40916d32c90a10121ac760705a03137a7699840d96
+Size (php-7.2.23.tar.bz2) = 15231974 bytes
SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335