All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] php: security bump version to 7.0.7
@ 2016-06-01 10:21 Vicente Olivert Riera
  2016-06-01 15:09 ` Thomas Petazzoni
  2016-06-08 21:52 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-06-01 10:21 UTC (permalink / raw)
  To: buildroot

Fixes CVE-2013-7456 https://bugs.php.net/bug.php?id=72227
Fixes CVE-2016-5093 https://bugs.php.net/bug.php?id=72241

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 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 4bc0263..ace5281 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@
 # From http://php.net/downloads.php
-sha256 1b237a9455e5476a425dbb9d99966bad68107747c601958cb9558a7fb49ab419  php-7.0.6.tar.xz
+sha256 9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794  php-7.0.7.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index fbdb738..2997b1b 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 7.0.6
+PHP_VERSION = 7.0.7
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH next] php: security bump version to 7.0.7
  2016-06-01 10:21 [Buildroot] [PATCH next] php: security bump version to 7.0.7 Vicente Olivert Riera
@ 2016-06-01 15:09 ` Thomas Petazzoni
  2016-06-08 21:52 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-06-01 15:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 1 Jun 2016 11:21:36 +0100, Vicente Olivert Riera wrote:
> Fixes CVE-2013-7456 https://bugs.php.net/bug.php?id=72227
> Fixes CVE-2016-5093 https://bugs.php.net/bug.php?id=72241
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/php/php.hash | 2 +-
>  package/php/php.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH next] php: security bump version to 7.0.7
  2016-06-01 10:21 [Buildroot] [PATCH next] php: security bump version to 7.0.7 Vicente Olivert Riera
  2016-06-01 15:09 ` Thomas Petazzoni
@ 2016-06-08 21:52 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-06-08 21:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 1 Jun 2016 11:21:36 +0100, Vicente Olivert Riera wrote:
> Fixes CVE-2013-7456 https://bugs.php.net/bug.php?id=72227
> Fixes CVE-2016-5093 https://bugs.php.net/bug.php?id=72241
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/php/php.hash | 2 +-
>  package/php/php.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Since the bump to PHP 7, we are seeing some build failures such as:

  http://autobuild.buildroot.net/results/bfc/bfcd11b0a94fe73b34a898c4b402702156fc539d/build-end.log

Seems like libdl support is needed. Not sure if it's unconditionally
for PHP, or only when some options are enabled.

Could you have a look?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-08 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 10:21 [Buildroot] [PATCH next] php: security bump version to 7.0.7 Vicente Olivert Riera
2016-06-01 15:09 ` Thomas Petazzoni
2016-06-08 21:52 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.