All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] PHP: bump to 7.0.13
@ 2016-11-16  9:22 ishitatsuyuki at gmail.com
  0 siblings, 0 replies; 7+ messages in thread
From: ishitatsuyuki at gmail.com @ 2016-11-16  9:22 UTC (permalink / raw)
  To: buildroot

From: Tatsuyuki Ishi <ishitatsuyuki@gmail.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 dde6a64..f1cd346 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@
 # From http://php.net/downloads.php
-sha256 f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff  php-7.0.12.tar.xz
+sha256 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf  php-7.0.13.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index f85cb37..c8abe66 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 7.0.12
+PHP_VERSION = 7.0.13
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
-- 
2.10.2

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

* [Buildroot] [PATCH] PHP: bump to 7.0.13
  2016-11-16 11:20     ` Vicente Olivert Riera
@ 2016-11-16 12:07       ` Gustavo Zacarias
  0 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-11-16 12:07 UTC (permalink / raw)
  To: buildroot

On 2016-11-16 08:20, Vicente Olivert Riera wrote:

>> Hi Vincent.
>> It's a security release, you gotta read the ChangeLog more often:
>> http://www.php.net/ChangeLog-7.php#7.0.13
>> They usually don't wait for CVE assignments or ask for them after the
>> release, hence no references in it.
>> Sometimes looking at the oss-security mailing lists helps.
> 
> I remember I searched for "CVE" in the ChangeLog and there wasn't any
> match, that's why I didn't specified it was a security update. They 
> must
> changed that page later in order to add the CVE references.
> 
> Vincent

There aren't any CVE references yet for 7.0.13, it requires some reading 
rather than Control-F (or similar keyboard shortcut) until they decide 
to update the notes, which will surely take some time.
Regards.

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

* [Buildroot] [PATCH] PHP: bump to 7.0.13
  2016-11-16 11:12   ` Gustavo Zacarias
@ 2016-11-16 11:20     ` Vicente Olivert Riera
  2016-11-16 12:07       ` Gustavo Zacarias
  0 siblings, 1 reply; 7+ messages in thread
From: Vicente Olivert Riera @ 2016-11-16 11:20 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On 16/11/16 11:12, Gustavo Zacarias wrote:
> On 16/11/16 06:38, Vincent Olivert Riera wrote:
> 
>> Hello Tatsuyuki,
>>
>> php has been already bumped to 7.0.13 in the next branch:
>>
>> https://git.busybox.net/buildroot/commit/?h=next&id=cd59cb6b388d00865d0084e6a25eb306c0b5fdd3
>>
>>
>> Is there any reason to bump it for master as well? If so, please tell
>> us and if the reason is valid a maintainer will cherry-pick the patch
>> from the next branch.
>>
>> Regards,
>>
>> Vincent.
> 
> Hi Vincent.
> It's a security release, you gotta read the ChangeLog more often:
> http://www.php.net/ChangeLog-7.php#7.0.13
> They usually don't wait for CVE assignments or ask for them after the
> release, hence no references in it.
> Sometimes looking at the oss-security mailing lists helps.

I remember I searched for "CVE" in the ChangeLog and there wasn't any
match, that's why I didn't specified it was a security update. They must
changed that page later in order to add the CVE references.

Vincent


> Regards.

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

* [Buildroot] [PATCH] PHP: bump to 7.0.13
  2016-11-16  9:38 ` Vincent Olivert Riera
  2016-11-16  9:48   ` Tatsuyuki Ishi
@ 2016-11-16 11:12   ` Gustavo Zacarias
  2016-11-16 11:20     ` Vicente Olivert Riera
  1 sibling, 1 reply; 7+ messages in thread
From: Gustavo Zacarias @ 2016-11-16 11:12 UTC (permalink / raw)
  To: buildroot

On 16/11/16 06:38, Vincent Olivert Riera wrote:

> Hello Tatsuyuki,
>
> php has been already bumped to 7.0.13 in the next branch:
>
> https://git.busybox.net/buildroot/commit/?h=next&id=cd59cb6b388d00865d0084e6a25eb306c0b5fdd3
>
> Is there any reason to bump it for master as well? If so, please tell us and if the reason is valid a maintainer will cherry-pick the patch from the next branch.
>
> Regards,
>
> Vincent.

Hi Vincent.
It's a security release, you gotta read the ChangeLog more often:
http://www.php.net/ChangeLog-7.php#7.0.13
They usually don't wait for CVE assignments or ask for them after the 
release, hence no references in it.
Sometimes looking at the oss-security mailing lists helps.
Regards.

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

* [Buildroot] [PATCH] PHP: bump to 7.0.13
  2016-11-16  9:38 ` Vincent Olivert Riera
@ 2016-11-16  9:48   ` Tatsuyuki Ishi
  2016-11-16 11:12   ` Gustavo Zacarias
  1 sibling, 0 replies; 7+ messages in thread
From: Tatsuyuki Ishi @ 2016-11-16  9:48 UTC (permalink / raw)
  To: buildroot

Oops, didn't notice that. There's nothing urgent for master but it's a
stable release as well.

2016?11?16?(?) 18:38 Vincent Olivert Riera <Vincent.Riera@imgtec.com>:

> Hello Tatsuyuki,
>
> php has been already bumped to 7.0.13 in the next branch:
>
>
> https://git.busybox.net/buildroot/commit/?h=next&id=cd59cb6b388d00865d0084e6a25eb306c0b5fdd3
>
> Is there any reason to bump it for master as well? If so, please tell us
> and if the reason is valid a maintainer will cherry-pick the patch from the
> next branch.
>
> Regards,
>
> Vincent.
>
>
> ________________________________________
> From: buildroot [buildroot-bounces at busybox.net] on behalf of
> ishitatsuyuki at gmail.com [ishitatsuyuki at gmail.com]
> Sent: 16 November 2016 09:27
> To: buildroot at busybox.net
> Cc: Tatsuyuki Ishi
> Subject: [Buildroot] [PATCH] PHP: bump to 7.0.13
>
> From: Tatsuyuki Ishi <ishitatsuyuki@gmail.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 dde6a64..f1cd346 100644
> --- a/package/php/php.hash
> +++ b/package/php/php.hash
> @@ -1,2 +1,2 @@
>  # From http://php.net/downloads.php
> -sha256 f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff
> php-7.0.12.tar.xz
> +sha256 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf
> php-7.0.13.tar.xz
> diff --git a/package/php/php.mk b/package/php/php.mk
> index f85cb37..c8abe66 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -4,7 +4,7 @@
>  #
>
>  ################################################################################
>
> -PHP_VERSION = 7.0.12
> +PHP_VERSION = 7.0.13
>  PHP_SITE = http://www.php.net/distributions
>  PHP_SOURCE = php-$(PHP_VERSION).tar.xz
>  PHP_INSTALL_STAGING = YES
> --
> 2.10.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161116/23490227/attachment.html>

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

* [Buildroot] [PATCH] PHP: bump to 7.0.13
  2016-11-16  9:27 ishitatsuyuki at gmail.com
@ 2016-11-16  9:38 ` Vincent Olivert Riera
  2016-11-16  9:48   ` Tatsuyuki Ishi
  2016-11-16 11:12   ` Gustavo Zacarias
  0 siblings, 2 replies; 7+ messages in thread
From: Vincent Olivert Riera @ 2016-11-16  9:38 UTC (permalink / raw)
  To: buildroot

Hello Tatsuyuki,

php has been already bumped to 7.0.13 in the next branch:

https://git.busybox.net/buildroot/commit/?h=next&id=cd59cb6b388d00865d0084e6a25eb306c0b5fdd3

Is there any reason to bump it for master as well? If so, please tell us and if the reason is valid a maintainer will cherry-pick the patch from the next branch.

Regards,

Vincent.


________________________________________
From: buildroot [buildroot-bounces at busybox.net] on behalf of ishitatsuyuki at gmail.com [ishitatsuyuki at gmail.com]
Sent: 16 November 2016 09:27
To: buildroot at busybox.net
Cc: Tatsuyuki Ishi
Subject: [Buildroot] [PATCH] PHP: bump to 7.0.13

From: Tatsuyuki Ishi <ishitatsuyuki@gmail.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 dde6a64..f1cd346 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@
 # From http://php.net/downloads.php
-sha256 f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff  php-7.0.12.tar.xz
+sha256 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf  php-7.0.13.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index f85cb37..c8abe66 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################

-PHP_VERSION = 7.0.12
+PHP_VERSION = 7.0.13
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
--
2.10.2

_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] PHP: bump to 7.0.13
@ 2016-11-16  9:27 ishitatsuyuki at gmail.com
  2016-11-16  9:38 ` Vincent Olivert Riera
  0 siblings, 1 reply; 7+ messages in thread
From: ishitatsuyuki at gmail.com @ 2016-11-16  9:27 UTC (permalink / raw)
  To: buildroot

From: Tatsuyuki Ishi <ishitatsuyuki@gmail.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 dde6a64..f1cd346 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@
 # From http://php.net/downloads.php
-sha256 f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff  php-7.0.12.tar.xz
+sha256 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf  php-7.0.13.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index f85cb37..c8abe66 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 7.0.12
+PHP_VERSION = 7.0.13
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
-- 
2.10.2

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

end of thread, other threads:[~2016-11-16 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-16  9:22 [Buildroot] [PATCH] PHP: bump to 7.0.13 ishitatsuyuki at gmail.com
2016-11-16  9:27 ishitatsuyuki at gmail.com
2016-11-16  9:38 ` Vincent Olivert Riera
2016-11-16  9:48   ` Tatsuyuki Ishi
2016-11-16 11:12   ` Gustavo Zacarias
2016-11-16 11:20     ` Vicente Olivert Riera
2016-11-16 12:07       ` Gustavo Zacarias

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.