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 Nov  8 14:00:38 UTC 2018

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

Log Message:
lang/php72: update to 7.2.12

08 Nov 2018, PHP 7.2.12

- Core:
  . Fixed bug #76846 (Segfault in shutdown function after memory limit error).
    (Nikita)
  . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita)
  . Fixed bug #77035 (The phpize and ./configure create redundant .deps file).
    (Peter Kokot)
  . Fixed bug #77041 (buildconf should output error messages to stderr)
    (Mizunashi Mana)

- Date:
  . Upgraded timelib to 2017.08. (Derick)
  . Fixed bug #75851 (Year component overflow with date formats "c", "o", "r"
    and "y"). (Adam Saponara)
  . Fixed bug #77007 (fractions in `diff()` are not correctly normalized).
    (Derick)

- FCGI:
  . Fixed #76948 (Failed shutdown/reboot or end session in Windows). (Anatol)
  . Fixed bug #76954 (apache_response_headers removes last character from header
    name). (stodorovic)

- FTP:
  . Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).
    (Manuel Mausz)

- intl:
  . Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at unixuser dot org)

- Reflection:
  . Fixed bug #76936 (Objects cannot access their private attributes while
    handling reflection errors). (Nikita)
  . Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with
    object scope). (Nikita)

- Sodium:
  . Some base64 outputs were truncated; this is not the case any more.
    (jedisct1)
  . block sizes >= 256 bytes are now supposed by sodium_pad() even
    when an old version of libsodium has been installed. (jedisct1)
  . Fixed bug #77008 (sodium_pad() could read (but not return nor write)
    uninitialized memory when trying to pad an empty input). (jedisct1)

- Standard:
  . Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
    (Pierrick)

- Tidy:
  . Fixed bug #77027 (tidy::getOptDoc() not available on Windows). (cmb)

- XML:
  . Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb)
  . Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)

- XMLRPC:
  . Fixed bug #75282 (xmlrpc_encode_request() crashes). (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.31 -r1.32 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.234 pkgsrc/lang/php/phpversion.mk:1.235
--- pkgsrc/lang/php/phpversion.mk:1.234 Thu Nov  8 13:59:11 2018
+++ pkgsrc/lang/php/phpversion.mk       Thu Nov  8 14:00:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.234 2018/11/08 13:59:11 taca Exp $
+# $NetBSD: phpversion.mk,v 1.235 2018/11/08 14:00:37 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.38
 PHP70_VERSION= 7.0.32
 PHP71_VERSION= 7.1.24
-PHP72_VERSION= 7.2.11
+PHP72_VERSION= 7.2.12
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.31 pkgsrc/lang/php72/distinfo:1.32
--- pkgsrc/lang/php72/distinfo:1.31     Sat Oct 13 06:18:37 2018
+++ pkgsrc/lang/php72/distinfo  Thu Nov  8 14:00:37 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2018/10/13 06:18:37 taca Exp $
+$NetBSD: distinfo,v 1.32 2018/11/08 14:00:37 taca Exp $
 
-SHA1 (php-7.2.11.tar.bz2) = 6e64a6e916c1b91c3a20c2ba084f8c19628ee1f8
-RMD160 (php-7.2.11.tar.bz2) = 579ce61226ef887bf110cde65f60d70fb3fd5e49
-SHA512 (php-7.2.11.tar.bz2) = a6bdd639648ae7845467e01303d0b4f4b85fd541409be97a5a605e91a9c994609e4e221a9c87c576134e66a2439920486d1f444e6fe8c34b0e5d025cee6d0cc8
-Size (php-7.2.11.tar.bz2) = 15067642 bytes
+SHA1 (php-7.2.12.tar.bz2) = 97682d2062a4a12207b83ec75580fac6510ccc6b
+RMD160 (php-7.2.12.tar.bz2) = 2ec2b00dac6b47de72dc56302deaec45b3dc6cb1
+SHA512 (php-7.2.12.tar.bz2) = 205f2d4910bde1a73edb3044bb61287ae7c680f01f1ca07dc900f864d13d2276eb2dbe5c7293ca15e1d62265744bef35261d2be531a2bd3261fa8680b89a6391
+Size (php-7.2.12.tar.bz2) = 15029274 bytes
 SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489



Home | Main Index | Thread Index | Old Index