* [Buildroot] [PATCH] php: security bump to version 5.5.22
@ 2015-02-19 14:59 Gustavo Zacarias
2015-02-19 20:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-02-19 14:59 UTC (permalink / raw)
To: buildroot
Fixes:
CVE-2015-0273 - Use after free vulnerability in unserialize() with
DateTimeZone.
CVE-2015-0235 - Mitigation for GHOST: glibc gethostbyname buffer
overflow.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/php/php.hash | 2 +-
package/php/php.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/php/php.hash b/package/php/php.hash
index cd27b10..f8a1715 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@
# From http://php.net/downloads.php
-md5 79664ce44f7c93f355a25a3fe3dcc91b php-5.5.21.tar.xz
+md5 fb1704131d495f5b3e6ab3b087a8dbe6 php-5.5.22.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index 4bcbe18..dd52508 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 5.5.21
+PHP_VERSION = 5.5.22
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
--
2.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] php: security bump to version 5.5.22
2015-02-19 14:59 [Buildroot] [PATCH] php: security bump to version 5.5.22 Gustavo Zacarias
@ 2015-02-19 20:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-02-19 20:27 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 19 Feb 2015 11:59:56 -0300, Gustavo Zacarias wrote:
> Fixes:
> CVE-2015-0273 - Use after free vulnerability in unserialize() with
> DateTimeZone.
> CVE-2015-0235 - Mitigation for GHOST: glibc gethostbyname buffer
> overflow.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/php/php.hash | 2 +-
> package/php/php.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-19 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 14:59 [Buildroot] [PATCH] php: security bump to version 5.5.22 Gustavo Zacarias
2015-02-19 20:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox