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:           Thu Mar 29 16:21:06 UTC 2018

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

Log Message:
lang/php72: update to 7.2.4

29 Mar 2018, PHP 7.2.4

- Core:
  . Fixed bug #76025 (Segfault while throwing exception in error_handler).
    (Dmitry, Laruence)
  . Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
    (Anatol)

- FPM:
  . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
    access controls). (Jakub Zelenka)

- FTP:
  . Fixed ftp_pasv arginfo. (carusogabriel)

- GD:
  . Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)
  . Fixed bug #76041 (null pointer access crashed php). (cmb)
  . Fixed imagesetinterpolation arginfo. (Gabriel Caruso)

- iconv:
  . Fixed bug #75867 (Freeing uninitialized pointer). (Philip Prindeville)

- Mbstring:
  . Fixed bug #62545 (wrong unicode mapping in some charsets). (cmb)

- Opcache:
  . Fixed bug #75969 (Assertion failure in live range DCE due to block pass
    misoptimization). (Nikita)

- OpenSSL:
  . Fixed openssl_* arginfos. (carusogabriel)

- PCNTL:
  . Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform
    (s390x)). (Sam Ding)

- Phar:
  . Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
    name contains a \n). (Laruence)

- Standard:
  . Fixed bug #75961 (Strange references behavior). (Laruence)
  . Fixed some arginfos. (carusogabriel)
  . Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with
    segfault). (Anatol)


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/php72/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.210 pkgsrc/lang/php/phpversion.mk:1.211
--- pkgsrc/lang/php/phpversion.mk:1.210 Thu Mar 29 16:19:38 2018
+++ pkgsrc/lang/php/phpversion.mk       Thu Mar 29 16:21:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.210 2018/03/29 16:19:38 taca Exp $
+# $NetBSD: phpversion.mk,v 1.211 2018/03/29 16:21:06 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.34
 PHP70_VERSION= 7.0.28
 PHP71_VERSION= 7.1.16
-PHP72_VERSION= 7.2.3
+PHP72_VERSION= 7.2.4
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.22 pkgsrc/lang/php72/distinfo:1.23
--- pkgsrc/lang/php72/distinfo:1.22     Fri Mar  2 02:11:24 2018
+++ pkgsrc/lang/php72/distinfo  Thu Mar 29 16:21:06 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2018/03/02 02:11:24 taca Exp $
+$NetBSD: distinfo,v 1.23 2018/03/29 16:21:06 taca Exp $
 
-SHA1 (php-7.2.3.tar.bz2) = 6007a31a9b3665de7507ba24a67a3cc944a08f11
-RMD160 (php-7.2.3.tar.bz2) = 5c972d2c12c2fb2119ca4eb46f8961f2e95dff60
-SHA512 (php-7.2.3.tar.bz2) = 6b7e3e86ed42fb48762309a20c6a519202d2454fcb7be51e328ca47a3ca5fdbff8d21a435c31b4e73a9901b733cacd39d4a5287c16cced135799d2117a789e90
-Size (php-7.2.3.tar.bz2) = 15012465 bytes
+SHA1 (php-7.2.4.tar.bz2) = 9a15da9e1c58ce873bd1af042b9cb0ee6bbb3bd4
+RMD160 (php-7.2.4.tar.bz2) = aa57c3e7cb47405022c932f6b03d96f78a7eeb18
+SHA512 (php-7.2.4.tar.bz2) = 036348c7dd1b14cb8d843682a800c396a2a712db3113fb1443826171d4fc75e326b1e239807cd59cbc3c703ffdba3e2a48033052c01552dd1c9454c6abf20fe0
+Size (php-7.2.4.tar.bz2) = 14615288 bytes
 SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489
 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426



Home | Main Index | Thread Index | Old Index