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.41.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c1fb6fb43a6
branches:  trunk
changeset: 651871:6c1fb6fb43a6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 16 11:16:40 2015 +0000

description:
Update php54 to 5.4.41.

14 May 2015 PHP 5.4.41

- Core:
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- PCRE
  . Upgraded pcrelib to 8.37.

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
    filename starts with null). (Stas)

diffstat:

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

diffs (34 lines):

diff -r 3ee4165a2837 -r 6c1fb6fb43a6 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat May 16 10:56:00 2015 +0000
+++ b/lang/php/phpversion.mk    Sat May 16 11:16:40 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.96 2015/04/17 16:42:43 taca Exp $
+# $NetBSD: phpversion.mk,v 1.97 2015/05/16 11:16:40 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.40
+PHP54_VERSION= 5.4.41
 PHP55_VERSION= 5.5.24
 PHP56_VERSION= 5.6.8
 
diff -r 3ee4165a2837 -r 6c1fb6fb43a6 lang/php54/distinfo
--- a/lang/php54/distinfo       Sat May 16 10:56:00 2015 +0000
+++ b/lang/php54/distinfo       Sat May 16 11:16:40 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.56 2015/04/17 16:39:56 taca Exp $
+$NetBSD: distinfo,v 1.57 2015/05/16 11:16:40 taca Exp $
 
-SHA1 (php-5.4.40.tar.bz2) = a4ba79caf32fe0d5dd1ab26fa4a0f4e64107d117
-RMD160 (php-5.4.40.tar.bz2) = 2848d814e1038e88156a8d58ad661ed9d42cbbdc
-Size (php-5.4.40.tar.bz2) = 12272787 bytes
+SHA1 (php-5.4.41.tar.bz2) = 78f88f6211686f273e9abdfe0910abf7735a3f37
+RMD160 (php-5.4.41.tar.bz2) = f14dea2befc58fb4bc7a28d275e8655005085727
+Size (php-5.4.41.tar.bz2) = 12487089 bytes
 SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
 SHA1 (patch-aclocal.m4) = 699086785fcd3d3834cc6016479dbdae6518e522
 SHA1 (patch-build_libtool.m4) = d81527abea3bd97e220f00a5d5296d8b1bfe2659



Home | Main Index | Thread Index | Old Index