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:           Mon Jul  8 13:20:29 UTC 2019

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php73: distinfo

Log Message:
lang/php73: update to 7.3.7

Update php73 to 7.3.7.

04 Jul 2019, PHP 7.3.7

- Core:
  . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
    (Nikita)

- DOM:
  . Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).
    (cmb)

- MySQLi:
  . Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful
    error message). (Sjon Hortensius)
  . Fixed bug #38546 (bindParam incorrect processing of bool types).
    (camporter)

- MySQLnd:
  . Fixed bug #77955 (Random segmentation fault in mysqlnd from php-fpm).
    (Nikita)

- Opcache:
  . Fixed bug #78015 (Incorrect evaluation of expressions involving partials
    arrays in SCCP). (Nikita)
  . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
    (Nikita)

- OpenSSL:
  . Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
    (Jakub Zelenka)

- phpdbg:
  . Fixed bug #78050 (SegFault phpdbg + opcache on include file twice).
    (Nikita)

- Sockets:
  . Fixed bug #78038 (Socket_select fails when resource array contains
    references). (Nikita)

- Sodium:
  . Fixed bug #78114 (segfault when calling sodium_* functions from eval). (cmb)

- Standard:
  . Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
    (Craig Duncan, Dmitry)
  . Fixed bug ##77937   (preg_match failed). (cmb, Anatol)

- Zip:
  . Fixed bug #76345 (zip.h not found). (Michael Maroszek)


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/php73/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.261 pkgsrc/lang/php/phpversion.mk:1.262
--- pkgsrc/lang/php/phpversion.mk:1.261 Mon Jul  8 13:18:52 2019
+++ pkgsrc/lang/php/phpversion.mk       Mon Jul  8 13:20:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.261 2019/07/08 13:18:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.262 2019/07/08 13:20:29 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
 PHP71_VERSION= 7.1.30
 PHP72_VERSION= 7.2.20
-PHP73_VERSION= 7.3.6
+PHP73_VERSION= 7.3.7
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php73/distinfo
diff -u pkgsrc/lang/php73/distinfo:1.8 pkgsrc/lang/php73/distinfo:1.9
--- pkgsrc/lang/php73/distinfo:1.8      Sat Jun  1 15:36:02 2019
+++ pkgsrc/lang/php73/distinfo  Mon Jul  8 13:20:29 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2019/06/01 15:36:02 taca Exp $
+$NetBSD: distinfo,v 1.9 2019/07/08 13:20:29 taca Exp $
 
-SHA1 (php-7.3.6.tar.bz2) = 56b6df951a3ab4fabcd93e86d4ece55144174802
-RMD160 (php-7.3.6.tar.bz2) = 32f2ab01503ac63f4afa39c7c747b82933ff0af9
-SHA512 (php-7.3.6.tar.bz2) = 3da2d1edfbffc1f7af77f391b10db1ae31ccfbabc756c49c1425b970b92157005c6c5086472769c3d5439d724d277e4dff87f6d40e97b9c3961419cde45e3b17
-Size (php-7.3.6.tar.bz2) = 14841273 bytes
+SHA1 (php-7.3.7.tar.bz2) = 5681a6919295e718dddac5b093c696675e5fa624
+RMD160 (php-7.3.7.tar.bz2) = 7db8a08c576f74c4b63c79b046163314176a5279
+SHA512 (php-7.3.7.tar.bz2) = 2ed093483c557dc58d6903e07ebe6ca2eee80fc2fdd1938f43ffed20995eddfeff39ecb61f7078766042442360aaa943c895257c72f8e1007093aee30e251748
+Size (php-7.3.7.tar.bz2) = 14851957 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