pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Update php54 to 5.4.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ea36711d3f4
branches:  trunk
changeset: 626591:0ea36711d3f4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 16 09:45:26 2013 +0000

description:
Update php54 to 5.4.22.

Version 5.4.22
14-Nov-2013

* Core:

    - Fixed bug #65911 (scope resolution operator - strange behavior with
      $this).

CLI server:

    - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
      encoding).

* Exif:

    - Fixed crash on unknown encoding.

* FTP:

    - Fixed bug #65667 (ftp_nb_continue produces segfault).

* ODBC:

    - Fixed bug #65950 (Field name truncation if the field name is bigger than
      32 characters).

* Sockets:

    - Fixed bug #65808 (the socket_connect() won't work with IPv6 address).

* Standard:

    - Fixed bug #64760 (var_export() does not use full precision for
      floating-point numbers).

* XMLReader:

    - Fixed bug #51936 (Crash with clone XMLReader).
    - Fixed bug #64230 (XMLReader does not suppress errors).

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php54/distinfo    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 8331c3847052 -r 0ea36711d3f4 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Nov 16 08:07:36 2013 +0000
+++ b/lang/php/phpversion.mk    Sat Nov 16 09:45:26 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.48 2013/11/15 16:33:14 taca Exp $
+# $NetBSD: phpversion.mk,v 1.49 2013/11/16 09:45:26 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
@@ -82,7 +82,7 @@
 
 # Define each PHP's version.
 PHP53_VERSION= 5.3.27
-PHP54_VERSION= 5.4.21
+PHP54_VERSION= 5.4.22
 PHP55_VERSION= 5.5.6
 
 # Define initial release of major version.
diff -r 8331c3847052 -r 0ea36711d3f4 lang/php54/distinfo
--- a/lang/php54/distinfo       Sat Nov 16 08:07:36 2013 +0000
+++ b/lang/php54/distinfo       Sat Nov 16 09:45:26 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2013/10/18 12:25:12 taca Exp $
+$NetBSD: distinfo,v 1.29 2013/11/16 09:45:26 taca Exp $
 
-SHA1 (php-5.4.21.tar.bz2) = c45f89521edc0bc93d98e86760313adb2158d12d
-RMD160 (php-5.4.21.tar.bz2) = d8bcaec7b70d804c976cc2675f5f55d6ec231ff3
-Size (php-5.4.21.tar.bz2) = 11703043 bytes
+SHA1 (php-5.4.22.tar.bz2) = 4b73d3667a97db1ce32ebf5b98fcc4b2585d981b
+RMD160 (php-5.4.22.tar.bz2) = 578f25e8776b42e3f643bddcce9b92e376171343
+Size (php-5.4.22.tar.bz2) = 12246577 bytes
 SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
 SHA1 (patch-configure) = ce3205292370fb279033aaa06138cea1a3725ef1
 SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891



Home | Main Index | Thread Index | Old Index