Source-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.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bc8cc05b369
branches:  trunk
changeset: 434280:8bc8cc05b369
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 14 05:56:51 2020 +0000

description:
lang/php73: update to 7.3.19

Update php73 to 7.3.19.


11 Jun 2020, PHP 7.3.19

- Core:
  . Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
  . Fixed bug #79489 (.user.ini does not inherit). (cmb)

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

- MySQLnd:
  . Fixed bug #79596 (MySQL FLOAT truncates to int some locales). (cmb)

- Opcache:
  . Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
    (Nikita)
  . Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)

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

diffstat:

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

diffs (51 lines):

diff -r 176781723bc6 -r 8bc8cc05b369 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Jun 13 22:52:38 2020 +0000
+++ b/lang/php/phpversion.mk    Sun Jun 14 05:56:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.298 2020/05/14 14:26:59 taca Exp $
+# $NetBSD: phpversion.mk,v 1.299 2020/06/14 05:56:51 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
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP72_VERSION= 7.2.31
-PHP73_VERSION= 7.3.18
+PHP73_VERSION= 7.3.19
 PHP74_VERSION= 7.4.6
 
 # Define initial release of major version.
diff -r 176781723bc6 -r 8bc8cc05b369 lang/php73/Makefile
--- a/lang/php73/Makefile       Sat Jun 13 22:52:38 2020 +0000
+++ b/lang/php73/Makefile       Sun Jun 14 05:56:51 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/06/02 08:22:46 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/06/14 05:56:51 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.3
 LICENSE=               php
diff -r 176781723bc6 -r 8bc8cc05b369 lang/php73/distinfo
--- a/lang/php73/distinfo       Sat Jun 13 22:52:38 2020 +0000
+++ b/lang/php73/distinfo       Sun Jun 14 05:56:51 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2020/05/14 14:23:08 taca Exp $
+$NetBSD: distinfo,v 1.23 2020/06/14 05:56:51 taca Exp $
 
-SHA1 (php-7.3.18.tar.xz) = 06d88a6fdefb115f839133ad465fcc9cb8f46cc5
-RMD160 (php-7.3.18.tar.xz) = 2191ef2e2594744caae235f803bb76f1cf06bb58
-SHA512 (php-7.3.18.tar.xz) = e626091c835f6d165ff48ae3be8ddf7a66b0a320c6d77dc98fb73235d560814c180112a9e5478a5b3b6bb01ed99a50f8025fdc3d1ef80cca59e04ac248f9b0bf
-Size (php-7.3.18.tar.xz) = 12116280 bytes
+SHA1 (php-7.3.19.tar.xz) = 69da646afaf60af9d035a4f94d25a2b26216f887
+RMD160 (php-7.3.19.tar.xz) = aa4a349f4595a78466800f8287e45a7c2284a41f
+SHA512 (php-7.3.19.tar.xz) = f37800d9e1bf808ad1099f6190965cc75781e7bf6d2c341a7143aca435abc9974a2987cbfeb8c2b35805c946218343612906fde3cc84b195c2c586945869b760
+Size (php-7.3.19.tar.xz) = 12117968 bytes
 SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index