From 417f52ce5e67e5c00d2753fa7e5b65d1c26ca6e4 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 10 Apr 2019 11:21:14 +0000 Subject: Pullup ticket #5938 - requested by taca lang/php73: security fix Revisions pulled up: - lang/php/phpversion.mk 1.254 - lang/php73/distinfo 1.6 --- Module Name: pkgsrc Committed By: taca Date: Sun Apr 7 16:32:47 UTC 2019 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php73: distinfo Log Message: lang/php73: update to 7.3.4 04 April 2019, PHP 7.3.4 - Core: . Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence) . Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence) . Fixed bug #77652 (Anonymous classes can lose their interface information). (Nikita) . Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection). (Alexandru Patranescu, Nikita, Dmitry) . Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini). (cmb) - Apache2Handler: . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb) - Bcmath: . Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization). (Nikita) - CLI Server: . Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the localhost). (Nikita) - COM: . Fixed bug #77578 (Crash when php unload). (cmb) - EXIF: . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas) . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas) - FPM: . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). (Kevin Adler) - GD: . Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag). (cmb) - MySQLi: . Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita) - Opcache: . Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors). (Nikita) - Phar: . Fxied bug #77697 (Crash on Big_Endian platform). (Laruence) - phpdbg: . Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases). (Miriam Lauter) - sodium: . Fixed bug #77646 (sign_detached() strings not terminated). (Frank) - SQLite3: . Added sqlite3.defensive INI directive. (BohwaZ) - Standard: . Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper). (Laruence) . Fixed bug #77669 (Crash in extract() when overwriting extracted array). (Nikita) . Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). (Nikita) . Fixed bug #77765 (FTP stream wrapper should set the directory as executable). (Vlad Temian) --- lang/php/phpversion.mk | 4 ++-- lang/php73/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 004717aa0ea..3d30aa33302 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.251.2.2 2019/04/10 11:17:13 bsiegert Exp $ +# $NetBSD: phpversion.mk,v 1.251.2.3 2019/04/10 11:21:14 bsiegert 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.28 PHP72_VERSION= 7.2.17 -PHP73_VERSION= 7.3.3 +PHP73_VERSION= 7.3.4 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 76f956b6299..293dab1a8ae 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2019/03/12 04:15:03 taca Exp $ +$NetBSD: distinfo,v 1.5.2.1 2019/04/10 11:21:15 bsiegert Exp $ -SHA1 (php-7.3.3.tar.bz2) = 034b3f3bfe3a77249c6ae3ad1cd7e7f36182708b -RMD160 (php-7.3.3.tar.bz2) = 6238d9afdcc1e7b46e7f4f694d0364a57f2537bd -SHA512 (php-7.3.3.tar.bz2) = 1ca18328cf7ad99d6cd81efbbc8456210149b576534125e16158557060b95986076de2800b327869e36b294a3b71c1d240a3b86301ca7a79fcda5205e8255d63 -Size (php-7.3.3.tar.bz2) = 14813435 bytes +SHA1 (php-7.3.4.tar.bz2) = d9c482a5a0bc8e77804b86fe6d2de6cee25b8b27 +RMD160 (php-7.3.4.tar.bz2) = 2b8b50cb5a17c6f647da942fd9d9bd30e64a9f1e +SHA512 (php-7.3.4.tar.bz2) = cfc29480b35b95ead4d188e5db6e4b10b9af16c5e7c4b8196b78157576ce2b1dfa771fe9e00386c1e50521c09cb80944532fb1cb475b6ed60e4d09ad0331e0f6 +Size (php-7.3.4.tar.bz2) = 14807811 bytes SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b SHA1 (patch-disable-filter-url) = d7e450380b584e01e2f01e9c91c864d01991cdbf SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 -- cgit v1.2.3