Update php55 to 5.5.7 (PHP 5.5.7).
12 Dec 2013, PHP 5.5.7 - CLI server: . Added some MIME types to the CLI web server (Chris Jones) . Implemented FR #65917 (getallheaders() is not supported by the built-in web server) - also implements apache_response_headers() (Andrea Faulds) - Core: . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a string). (Laruence) - OPCache . Fixed bug #66176 (Invalid constant substitution). (Dmitry) . Fixed bug #65915 (Inconsistent results with require return value). (Dmitry) . Fixed bug #65559 (Opcache: cache not cleared if changes occur while running). (Dmitry) - OpenSSL: . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser). - readline . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)
This commit is contained in:
parent
cb7adf2f6a
commit
e3f5b7c246
3 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: phpversion.mk,v 1.51 2013/12/13 15:32:21 taca Exp $
|
||||
# $NetBSD: phpversion.mk,v 1.52 2013/12/13 15:33:22 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
|
||||
|
@ -83,7 +83,7 @@ PHPVERSION_MK= defined
|
|||
# Define each PHP's version.
|
||||
PHP53_VERSION= 5.3.28
|
||||
PHP54_VERSION= 5.4.23
|
||||
PHP55_VERSION= 5.5.6
|
||||
PHP55_VERSION= 5.5.7
|
||||
|
||||
# Define initial release of major version.
|
||||
PHP53_RELDATE= 20090630
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/12/05 16:17:47 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/12/13 15:33:22 taca Exp $
|
||||
|
||||
#
|
||||
# We can't omit PKGNAME here to handle PKG_OPTIONS.
|
||||
#
|
||||
PKGNAME= php-${PHP_BASE_VERS}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= lang
|
||||
|
||||
HOMEPAGE= http://www.php.net/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.11 2013/12/05 16:17:47 taca Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/12/13 15:33:22 taca Exp $
|
||||
|
||||
SHA1 (php-5.5.6.tar.bz2) = 02a30f72b1d6876a41b48548d4f95bf2b4761147
|
||||
RMD160 (php-5.5.6.tar.bz2) = 7a9289fe14e0a4edb3ff92eb8e3db9030e77d734
|
||||
Size (php-5.5.6.tar.bz2) = 12983030 bytes
|
||||
SHA1 (php-5.5.7.tar.bz2) = f32ccf1a2aa0592e2dcc151c89a7a811e53e0925
|
||||
RMD160 (php-5.5.7.tar.bz2) = d4285b6a4b151748395bddc9eedaaf6feaea109f
|
||||
Size (php-5.5.7.tar.bz2) = 12991330 bytes
|
||||
SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a
|
||||
SHA1 (patch-configure) = 37b19e0f75619ffe016a1d834dbe774ea4452a2d
|
||||
SHA1 (patch-ext_date_lib_parse__iso__intervals.c) = b0810f2e6d23cbc52356b38bc6a8fa545d1a0b6f
|
||||
|
|
Loading…
Reference in a new issue