summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-11-26 14:45:15 +0000
committertaca <taca@pkgsrc.org>2020-11-26 14:45:15 +0000
commitf5d0c6452c9f96a6be239c8b5928ae426136d7e2 (patch)
treec36f1c88114a1d8ab7bf34f8a1d3c1f7cd472be5 /lang
parentb80db67b161d9e5783343a52654eb1a722c4d7b1 (diff)
downloadpkgsrc-f5d0c6452c9f96a6be239c8b5928ae426136d7e2.tar.gz
lang/php74: update to 7.4.13
26 Nov 2020, PHP 7.4.13 - Core: . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). (cmb) . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). (cmb) - COM: . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb) - DOM: . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb) - FFI: . Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback). (cmb, Dmitry, Nikita) - IMAP: . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb) . Fixed bug #76618 (segfault on imap_reopen). (girgias) . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb) . Fixed minor regression caused by fixing bug #80220. (cmb) . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). (cmb) - MySQLi: . Fixed bug #79375 (mysqli_store_result does not report error from lock wait timeout). (Kamil Tekiela, Nikita) . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used). (Kamil Tekiela) . Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter typemismatch)). (Kamil Tekiela) - ODBC: . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb) - Opcache: . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included). (twosee) . Fixed run-time binding of preloaded dynamically declared function. (Dmitry) - OpenSSL: . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode). (Nikita) - PDO MySQL: . Fixed bug #66528 (No PDOException or errorCode if database becomes unavailable before PDO::commit). (Nikita) . Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken server connection). (Nikita) - SNMP: . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). (Alexander Bergmann, cmb) - Standard: . Fixed bug #80266 (parse_url silently drops port number 0). (cmb, Nikita)
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php74/Makefile3
-rw-r--r--lang/php74/distinfo10
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 3cc6371e2ad..233a9736772 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.314 2020/11/26 14:44:01 taca Exp $
+# $NetBSD: phpversion.mk,v 1.315 2020/11/26 14:45:15 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
PHP72_VERSION= 7.2.34
PHP73_VERSION= 7.3.25
-PHP74_VERSION= 7.4.12
+PHP74_VERSION= 7.4.13
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 5f380c4ba65..b832620154b 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2020/11/20 15:13:31 otis Exp $
+# $NetBSD: Makefile,v 1.10 2020/11/26 14:45:15 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 2
COMMENT= PHP Hypertext Preprocessor version 7.4
LICENSE= php
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index 07322fc4517..fd0cf757e19 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2020/11/08 23:55:43 otis Exp $
+$NetBSD: distinfo,v 1.17 2020/11/26 14:45:15 taca Exp $
-SHA1 (php-7.4.12.tar.xz) = d220ea35fefec870bd81e81116a178c57bb87321
-RMD160 (php-7.4.12.tar.xz) = 73c684b5b1acdd296b471fd89d06cb205cfd57ab
-SHA512 (php-7.4.12.tar.xz) = 6c06fb74f8e479ead000b0e2e56602c217d012f1a80e47e151543c033bb5426e56aaa5e8acfcd19fd49ae14c4ca827c8e57a5b56386b20002dbc80fbd07ab04f
-Size (php-7.4.12.tar.xz) = 10311980 bytes
+SHA1 (php-7.4.13.tar.xz) = ba6737d0583911b745888209e6717a8140ff5572
+RMD160 (php-7.4.13.tar.xz) = ce0c280c209a53368b9ea784ba66be327d749485
+SHA512 (php-7.4.13.tar.xz) = 3525f4fd4ea6d97ed75ed8360d2a851e8577c09247ae3c6eb7e7b43265ee418297d91c1022bf5bbb64d1eecdebbbc2e0f6d42b560f584a741b475db2c6897ea7
+Size (php-7.4.13.tar.xz) = 10319848 bytes
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7