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 Nov 25 13:16:08 UTC 2017

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

Log Message:
lang/php71: Update to 7.1.12

23 Nov 2017, PHP 7.1.12

- Core:
  . Fixed bug #75420 (Crash when modifing property name in __isset for
    BP_VAR_IS). (Laruence)
  . Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita,
    Dmitry)

- CLI:
  . Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown
    function). (Laruence)

- Enchant:
  . Fixed bug #53070 (enchant_broker_get_path crashes if no path is set). (jelle
    van der Waa, cmb)
  . Fixed bug #75365 (Enchant still reports version 1.1.0). (cmb)

- Exif:
  . Fixed bug #75301 (Exif extension has built in revision version). (Peter
    Kokot)

- GD:
  . Fixed bug #65148 (imagerotate may alter image dimensions). (cmb)
  . Fixed bug #75437 (Wrong reflection on imagewebp). (Fabien Villepinte)

- intl:
  . Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
    of destination). (andrewnester)

- interbase:
  . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)

- Mysqli:
  . Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien
    Villepinte)

- OCI8:
  . Fixed valgrind issue. (Tianfang Yang)

- OpenSSL:
  . Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob, Jakub Zelenka)
  . Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)

- Opcache:
  . Fixed bug #75373 (Warning Internal error: wrong size calculation). (Laruence, Dmitry)

- PGSQL:
  . Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)

- SOAP:
  . Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)

- Zlib:
  . Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
    Villepinte)


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/php71/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.195 pkgsrc/lang/php/phpversion.mk:1.196
--- pkgsrc/lang/php/phpversion.mk:1.195 Sat Nov 25 13:07:40 2017
+++ pkgsrc/lang/php/phpversion.mk       Sat Nov 25 13:16:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.195 2017/11/25 13:07:40 taca Exp $
+# $NetBSD: phpversion.mk,v 1.196 2017/11/25 13:16:08 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.32
 PHP70_VERSION= 7.0.26
-PHP71_VERSION= 7.1.11
+PHP71_VERSION= 7.1.12
 PHP72_VERSION= 7.2.0RC6
 
 # Define initial release of major version.

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.29 pkgsrc/lang/php71/distinfo:1.30
--- pkgsrc/lang/php71/distinfo:1.29     Fri Oct 27 08:47:49 2017
+++ pkgsrc/lang/php71/distinfo  Sat Nov 25 13:16:08 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2017/10/27 08:47:49 taca Exp $
+$NetBSD: distinfo,v 1.30 2017/11/25 13:16:08 taca Exp $
 
-SHA1 (php-7.1.11.tar.bz2) = 39e986459c2b1d2765f28305d8175be8d3089629
-RMD160 (php-7.1.11.tar.bz2) = 57ba828c1ab08d86247f601107057c36a71bde23
-SHA512 (php-7.1.11.tar.bz2) = 7ff898940f25bbe9c398b186afb36e7f8aed875d10374ab998ca99ab0c8d6ed3e20461e3f174de6ddc32623a4f97cd51a95bdba59f4473671ab1ab0ac3c6736a
-Size (php-7.1.11.tar.bz2) = 15068977 bytes
+SHA1 (php-7.1.12.tar.bz2) = e0d9add61b0255127cbf354d5e36cdf770d522c6
+RMD160 (php-7.1.12.tar.bz2) = 29095aabd2954788f06228749e4e9387715519b0
+SHA512 (php-7.1.12.tar.bz2) = 5753ccea57e0e4f23321f3a583369c91a747dfc85875f2817c219437e53c1924e25ecba129f35230df2fc35ca1288a31ceaf146815cca54f4c66425388183db5
+Size (php-7.1.12.tar.bz2) = 14935297 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index