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.39, including securitfy fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c2db4ff569e
branches:  trunk
changeset: 648832:0c2db4ff569e
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 16:29:23 2015 +0000

description:
Update php54 to 5.4.39, including securitfy fix.

19 Mar 2015 PHP 5.4.39

- Core:
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (Dmitry)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary). (Stas)

diffstat:

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

diffs (34 lines):

diff -r 5ec33a5cb9f8 -r 0c2db4ff569e lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Mar 20 15:19:46 2015 +0000
+++ b/lang/php/phpversion.mk    Fri Mar 20 16:29:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.90 2015/03/15 15:25:57 taca Exp $
+# $NetBSD: phpversion.mk,v 1.91 2015/03/20 16:29:23 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
@@ -81,7 +81,7 @@
 PHPVERSION_MK= defined
 
 # Define each PHP's version.
-PHP54_VERSION= 5.4.38
+PHP54_VERSION= 5.4.39
 PHP55_VERSION= 5.5.22
 PHP56_VERSION= 5.6.6
 
diff -r 5ec33a5cb9f8 -r 0c2db4ff569e lang/php54/distinfo
--- a/lang/php54/distinfo       Fri Mar 20 15:19:46 2015 +0000
+++ b/lang/php54/distinfo       Fri Mar 20 16:29:23 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2015/03/05 11:16:28 he Exp $
+$NetBSD: distinfo,v 1.55 2015/03/20 16:29:24 taca Exp $
 
-SHA1 (php-5.4.38.tar.bz2) = 863fcb872fe20d054d1a3444c27ec7f8be9f4317
-RMD160 (php-5.4.38.tar.bz2) = 5cd4d7c80badd19aa7e1081e3fd190607e46e1af
-Size (php-5.4.38.tar.bz2) = 12273298 bytes
+SHA1 (php-5.4.39.tar.bz2) = b7ae0472a9a6fdd6b1e502650c971717b77d4f84
+RMD160 (php-5.4.39.tar.bz2) = 4f0f33b18dc59851ebe48050f8d1759578718504
+Size (php-5.4.39.tar.bz2) = 12271717 bytes
 SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
 SHA1 (patch-aclocal.m4) = 699086785fcd3d3834cc6016479dbdae6518e522
 SHA1 (patch-build_libtool.m4) = d81527abea3bd97e220f00a5d5296d8b1bfe2659



Home | Main Index | Thread Index | Old Index