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:           Fri Mar  2 02:09:48 UTC 2018

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

Log Message:
lang/php71: update to 7.1.15

01 Mar 2018, PHP 7.1.15

- Apache2Handler:
  . Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
    configuration). (Anatol)

- Date:
  . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
  . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
    accept `null`). (Pedro Lacerda)
  . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
    (jhdxr)

- PGSQL:
  . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)

- ODBC:
  . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)

- LDAP:
  . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)

- libxml2:
  . Fixed bug #75871 (use pkg-config where available). (pmmaga)

- Phar:
  . Fixed bug #65414 (deal with leading slash when adding files correctly).
    (bishopb)

- SPL:
  . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)

- Standard:
  . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
    Philip Sharp)
  . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.33 -r1.34 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.205 pkgsrc/lang/php/phpversion.mk:1.206
--- pkgsrc/lang/php/phpversion.mk:1.205 Fri Feb 23 23:37:38 2018
+++ pkgsrc/lang/php/phpversion.mk       Fri Mar  2 02:09:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.205 2018/02/23 23:37:38 christos Exp $
+# $NetBSD: phpversion.mk,v 1.206 2018/03/02 02:09:48 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.33
 PHP70_VERSION= 7.0.27
-PHP71_VERSION= 7.1.14
+PHP71_VERSION= 7.1.15
 PHP72_VERSION= 7.2.2
 
 # Define initial release of major version.

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.33 pkgsrc/lang/php71/distinfo:1.34
--- pkgsrc/lang/php71/distinfo:1.33     Fri Feb  2 12:53:39 2018
+++ pkgsrc/lang/php71/distinfo  Fri Mar  2 02:09:48 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2018/02/02 12:53:39 jdolecek Exp $
+$NetBSD: distinfo,v 1.34 2018/03/02 02:09:48 taca Exp $
 
-SHA1 (php-7.1.14.tar.bz2) = a189b48cddd3f658d7cf09559f9eb98b57e29169
-RMD160 (php-7.1.14.tar.bz2) = 7d3616b695cfcb7a90401693d704215d32007c22
-SHA512 (php-7.1.14.tar.bz2) = e676f066a3ad5fcf93a10c39305fe20a0f539a0df0bffc7add6186d6c2e119b7e5826a1119523880dc03b7e42fb950a67ed0e616671c31cccc9ce875826645a9
-Size (php-7.1.14.tar.bz2) = 14962060 bytes
+SHA1 (php-7.1.15.tar.bz2) = 857aad496a14505ad5f61617621a2e35100a3758
+RMD160 (php-7.1.15.tar.bz2) = 5b84646a2cbfd3cc90dfa1709aa94df3a1b3f1b9
+SHA512 (php-7.1.15.tar.bz2) = db10c0138a74165c6373f0d6cc7f5ca1f6b1ae26359cc2e2a9dec8895a491b8adccee59601cb9325e54768e9cca643e9f73858fef5cbe6502c683131f9cc8ccf
+Size (php-7.1.15.tar.bz2) = 15116603 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index