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:           Sat Apr 18 05:01:45 UTC 2020

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

Log Message:
lang/php74: update to 7.4.5

Update php74 to 7.4.5.

16 Apr 2020, PHP 7.4.5

- Core:
  . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
  . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)

- CURL:
  . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)

- Date:
  . Fixed bug #79396 (DateTime hour incorrect during DST jump forward). (Nate
    Brunette)
  . Fixed bug #74940 (DateTimeZone loose comparison always true). (cmb)

- FPM:
  . Implement request #77062 (Allow numeric [UG]ID in FPM listen.{owner,group})
    (Andre Nathan)

- Iconv:
  . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb)

- OPcache:
  . Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
    (Dmitry)

- Session:
  . Fixed bug #79413 (session_create_id() fails for active sessions). (cmb)

- Shmop:
  . Fixed bug #79427 (Integer Overflow in shmop_open()). (cmb)

- SimpleXML:
  . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)

- SOAP:
  . Fixed bug #79357 (SOAP request segfaults when any request parameter is
    missing). (Nikita)

- Spl:
  . Fixed bug #75673 (SplStack::unserialize() behavior). (cmb)
  . Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
    (cmb)

- Standard:
  . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
  . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
    without newline). (Christian Schneider)
  . Fixed bug #79465 (OOB Read in urldecode()). (stas)

- Zip:
  . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
  . Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).
    (Max Rees)


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.6 -r1.7 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.293 pkgsrc/lang/php/phpversion.mk:1.294
--- pkgsrc/lang/php/phpversion.mk:1.293 Sat Apr 18 04:59:40 2020
+++ pkgsrc/lang/php/phpversion.mk       Sat Apr 18 05:01:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.293 2020/04/18 04:59:40 taca Exp $
+# $NetBSD: phpversion.mk,v 1.294 2020/04/18 05:01:44 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.29
 PHP73_VERSION= 7.3.17
-PHP74_VERSION= 7.4.4
+PHP74_VERSION= 7.4.5
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php74/distinfo
diff -u pkgsrc/lang/php74/distinfo:1.6 pkgsrc/lang/php74/distinfo:1.7
--- pkgsrc/lang/php74/distinfo:1.6      Fri Mar 20 08:13:55 2020
+++ pkgsrc/lang/php74/distinfo  Sat Apr 18 05:01:44 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2020/03/20 08:13:55 taca Exp $
+$NetBSD: distinfo,v 1.7 2020/04/18 05:01:44 taca Exp $
 
-SHA1 (php-7.4.4.tar.xz) = ac18ea90842e79d2a4b07bdc8b5ab121e5519550
-RMD160 (php-7.4.4.tar.xz) = 41fc28033a566a45ebf443e8481b6265a125df8f
-SHA512 (php-7.4.4.tar.xz) = 61cceb16f56740840aa22a93254629302a167f7c3c748c3713b7b60e8b592731e64d9cf75b5f8ee2b6aa5156b6c46434ffab27b12daf576b72946fd1a3c9aaab
-Size (php-7.4.4.tar.xz) = 10267308 bytes
+SHA1 (php-7.4.5.tar.xz) = 9d5540a3e2a686884e15a106da423f557740f50f
+RMD160 (php-7.4.5.tar.xz) = 8d35d99da28f4685be664a2893b7583660ee7084
+SHA512 (php-7.4.5.tar.xz) = c40070a91d5cab44df9b33d7259dcfb9824efb305a659d075b68695b3c5cebb915f43ce3edc45c9ee8b17a5c558e154842a1a63ac594438ce7adce48c58430fe
+Size (php-7.4.5.tar.xz) = 10271296 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