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 24 10:34:47 UTC 2018

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

Log Message:
lang/php72: update to 7.2.7

21 Jun 2018, PHP 7.2.7

- Core:
  . Fixed bug #76337 (segfault when opcache enabled + extension use
    zend_register_class_alias). (xKhorasan)

- CLI Server:
  . Fixed bug #76333 (PHP built-in server does not find files if root path
    contains special characters). (Anatol)

- OpenSSL:
  . Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
    (Erik Lax, Jakub Zelenka)
  . Fixed bug #76174 (openssl extension fails to build with LibreSSL 2.7).
    (Jakub Zelenka)

- SPL:
  . Fixed bug #76367 (NoRewindIterator segfault 11). (Laruence)

- Standard:
  . Fixed bug #76410 (SIGV in zend_mm_alloc_small). (Laruence)
  . Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
    (Anatol)


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.25 -r1.26 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.219 pkgsrc/lang/php/phpversion.mk:1.220
--- pkgsrc/lang/php/phpversion.mk:1.219 Sat May 26 15:53:45 2018
+++ pkgsrc/lang/php/phpversion.mk       Sun Jun 24 10:34:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.219 2018/05/26 15:53:45 taca Exp $
+# $NetBSD: phpversion.mk,v 1.220 2018/06/24 10:34:47 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.36
 PHP70_VERSION= 7.0.30
 PHP71_VERSION= 7.1.18
-PHP72_VERSION= 7.2.6
+PHP72_VERSION= 7.2.7
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.25 pkgsrc/lang/php72/distinfo:1.26
--- pkgsrc/lang/php72/distinfo:1.25     Sat May 26 15:53:45 2018
+++ pkgsrc/lang/php72/distinfo  Sun Jun 24 10:34:47 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2018/05/26 15:53:45 taca Exp $
+$NetBSD: distinfo,v 1.26 2018/06/24 10:34:47 taca Exp $
 
-SHA1 (php-7.2.6.tar.bz2) = 5b32576ab1cedb65c4fc071ca186e3d95d607622
-RMD160 (php-7.2.6.tar.bz2) = ca13b3c23dc97e380ef9459d100683531841ec22
-SHA512 (php-7.2.6.tar.bz2) = aace53b0b523484715b218e8e77ede355e73c6433e18ebd960a07c371940568d576f54455040c201b95856fa607febc19ef6539bc661a4db7984edc804c50408
-Size (php-7.2.6.tar.bz2) = 15057070 bytes
+SHA1 (php-7.2.7.tar.bz2) = e56adc671e9a19bcbe2b84e510cd2c2cec571970
+RMD160 (php-7.2.7.tar.bz2) = ba76b61f709eda603bf6c6b2d31baf6111210e13
+SHA512 (php-7.2.7.tar.bz2) = 7817e082963a4f185c5dd4a7bdd9358e25ae1dc83fa6b353313660c9907a2ead308676be86d5e1f7d586d394308e451dd8139a7879a68ab5d0c4a59fcbe73027
+Size (php-7.2.7.tar.bz2) = 15050410 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