Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php74: update to 7.4.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34b9d2487439
branches:  trunk
changeset: 434282:34b9d2487439
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 14 05:59:17 2020 +0000

description:
lang/php74: update to 7.4.7

Update update to 7.4.7.


11 Jun 2020, PHP 7.4.7

- Core:
  . Fixed bug #79599 (coredump in set_error_handler). (Laruence)
  . Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
  . Fixed bug #79489 (.user.ini does not inherit). (cmb)
  . Fixed bug #79600 (Regression in 7.4.6 when yielding an array based
    generator). (Nikita)
  . Fixed bug #79657 ("yield from" hangs when invalid value encountered).
    (Nikita)

- FFI:
  . Fixed bug #79571 (FFI: var_dumping unions may segfault). (cmb)

- GD:
  . Fixed bug #79615 (Wrong GIF header written in GD GIFEncode). (sageptr, cmb)

- Opcache:
  . Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)
  . Fixed bug #79548 (Preloading segfault with inherited method using static
    variable). (Nikita)
  . Fixed bug #79603 (RTD collision with opcache). (Nikita)

- Standard:
  . Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php74/Makefile    |   3 +--
 lang/php74/distinfo    |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 93d4577bfe31 -r 34b9d2487439 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Jun 14 05:57:24 2020 +0000
+++ b/lang/php/phpversion.mk    Sun Jun 14 05:59:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.299 2020/06/14 05:56:51 taca Exp $
+# $NetBSD: phpversion.mk,v 1.300 2020/06/14 05:59:17 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
 PHP72_VERSION= 7.2.31
 PHP73_VERSION= 7.3.19
-PHP74_VERSION= 7.4.6
+PHP74_VERSION= 7.4.7
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 93d4577bfe31 -r 34b9d2487439 lang/php74/Makefile
--- a/lang/php74/Makefile       Sun Jun 14 05:57:24 2020 +0000
+++ b/lang/php74/Makefile       Sun Jun 14 05:59:17 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2020/06/02 08:22:46 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/06/14 05:59:17 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION=           1
 
 COMMENT=               PHP Hypertext Preprocessor version 7.4
 LICENSE=               php
diff -r 93d4577bfe31 -r 34b9d2487439 lang/php74/distinfo
--- a/lang/php74/distinfo       Sun Jun 14 05:57:24 2020 +0000
+++ b/lang/php74/distinfo       Sun Jun 14 05:59:17 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2020/05/14 14:24:53 taca Exp $
+$NetBSD: distinfo,v 1.9 2020/06/14 05:59:17 taca Exp $
 
-SHA1 (php-7.4.6.tar.xz) = 3bde846e02311b1d057f759a334f6a024047b88e
-RMD160 (php-7.4.6.tar.xz) = dfb14a38a124dbeb74b5f37ffd653df3802fd704
-SHA512 (php-7.4.6.tar.xz) = 786634d53ed100cc7638e64ca340efdd42405c258638f3f97fcd1816d4f0c643dc8d8b2b0f60d36904343dc8c2af7f9b8e4a652ea66ec2fe324290c72bc09c13
-Size (php-7.4.6.tar.xz) = 10284824 bytes
+SHA1 (php-7.4.7.tar.xz) = 81b2f89d3668b137514e94383b79957e19066caa
+RMD160 (php-7.4.7.tar.xz) = 7690589df7a30612698e5931a7b4b16965538a9d
+SHA512 (php-7.4.7.tar.xz) = 5b3ba690e610e0511675f06a10afe9edbcfa90b5b16956d22aab225cdf140b55e5a8a551e7b189d30404981c94c6921b8c4aed00102546cfa38784a719704b80
+Size (php-7.4.7.tar.xz) = 10286580 bytes
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd



Home | Main Index | Thread Index | Old Index