pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 14 05:59:17 UTC 2020

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php74: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php74/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/php74/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.299 pkgsrc/lang/php/phpversion.mk:1.300
--- pkgsrc/lang/php/phpversion.mk:1.299 Sun Jun 14 05:56:51 2020
+++ pkgsrc/lang/php/phpversion.mk       Sun Jun 14 05:59:17 2020
@@ -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 @@ PHPVERSION_MK=        defined
 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

Index: pkgsrc/lang/php74/Makefile
diff -u pkgsrc/lang/php74/Makefile:1.6 pkgsrc/lang/php74/Makefile:1.7
--- pkgsrc/lang/php74/Makefile:1.6      Tue Jun  2 08:22:46 2020
+++ pkgsrc/lang/php74/Makefile  Sun Jun 14 05:59:17 2020
@@ -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

Index: pkgsrc/lang/php74/distinfo
diff -u pkgsrc/lang/php74/distinfo:1.8 pkgsrc/lang/php74/distinfo:1.9
--- pkgsrc/lang/php74/distinfo:1.8      Thu May 14 14:24:53 2020
+++ pkgsrc/lang/php74/distinfo  Sun Jun 14 05:59:17 2020
@@ -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