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.36, including security fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60218d30a5c0
branches:  trunk
changeset: 643463:60218d30a5c0
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 19 16:08:35 2014 +0000

description:
Update php54 to 5.4.36, including security fix.

18 Dec 2014 PHP 5.4.36

- Core:
  . Upgraded crypt_blowfish to version 1.3. (Leigh)
  . Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
  . Fixed bug #68594 (Use after free vulnerability in unserialize()).
    (CVE-2014-8142) (Stefan Esser)

13 Nov 2014 PHP 5.4.35

- Core:
  . Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
    zend_hash_copy). (Dmitry)

- Fileinfo:
  . Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers).
    (CVE-2014-3710) (Remi)

- GMP:
 . Fixed bug #63595 (GMP memory management conflicts with other libraries
   using GMP). (Remi)

- PDO_pgsql:
  . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)

diffstat:

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

diffs (34 lines):

diff -r d8388f5ea12b -r 60218d30a5c0 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Dec 19 14:22:58 2014 +0000
+++ b/lang/php/phpversion.mk    Fri Dec 19 16:08:35 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.78 2014/11/24 15:36:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.79 2014/12/19 16:08:35 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.29
-PHP54_VERSION= 5.4.35
+PHP54_VERSION= 5.4.36
 PHP55_VERSION= 5.5.19
 PHP56_VERSION= 5.6.3
 
diff -r d8388f5ea12b -r 60218d30a5c0 lang/php54/distinfo
--- a/lang/php54/distinfo       Fri Dec 19 14:22:58 2014 +0000
+++ b/lang/php54/distinfo       Fri Dec 19 16:08:35 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2014/11/15 14:49:45 taca Exp $
+$NetBSD: distinfo,v 1.50 2014/12/19 16:08:35 taca Exp $
 
-SHA1 (php-5.4.35.tar.bz2) = 3f76d6b381a03b0be575cffa23eece30c43bc402
-RMD160 (php-5.4.35.tar.bz2) = 96d385baaa573f4079bb6d8c400946cfdb2b4c6e
-Size (php-5.4.35.tar.bz2) = 12279065 bytes
+SHA1 (php-5.4.36.tar.bz2) = 6d832bdf631ee4684910d5546734ff92a434f358
+RMD160 (php-5.4.36.tar.bz2) = 1d23d9863ce0211bef58e709396e0f7f66d6bbc3
+Size (php-5.4.36.tar.bz2) = 11892431 bytes
 SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
 SHA1 (patch-aclocal.m4) = 699086785fcd3d3834cc6016479dbdae6518e522
 SHA1 (patch-build_libtool.m4) = d81527abea3bd97e220f00a5d5296d8b1bfe2659



Home | Main Index | Thread Index | Old Index