pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php73: update to 7.3.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/267b3f318a53
branches: trunk
changeset: 332278:267b3f318a53
user: taca <taca%pkgsrc.org@localhost>
date: Sun Apr 07 16:32:47 2019 +0000
description:
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)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php73/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 8015468e5aa5 -r 267b3f318a53 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Apr 07 16:31:38 2019 +0000
+++ b/lang/php/phpversion.mk Sun Apr 07 16:32:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.253 2019/04/07 16:31:08 taca Exp $
+# $NetBSD: phpversion.mk,v 1.254 2019/04/07 16:32:47 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 @@
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 -r 8015468e5aa5 -r 267b3f318a53 lang/php73/distinfo
--- a/lang/php73/distinfo Sun Apr 07 16:31:38 2019 +0000
+++ b/lang/php73/distinfo Sun Apr 07 16:32:47 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2019/03/12 04:15:03 taca Exp $
+$NetBSD: distinfo,v 1.6 2019/04/07 16:32:47 taca 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
Home |
Main Index |
Thread Index |
Old Index