All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9
@ 2020-08-07  5:52 Bernd Kuhls
  2020-08-08 16:17 ` Thomas Petazzoni
  2020-08-28 15:11 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2020-08-07  5:52 UTC (permalink / raw)
  To: buildroot

Changelog of this bugfix release:
https://www.php.net/ChangeLog-7.php#7.4.9

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 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 47879eecca..d648d90c04 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@
 # From https://www.php.net/downloads.php
-sha256  642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245  php-7.4.8.tar.xz
+sha256  23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b  php-7.4.9.tar.xz
 
 # License file
 sha256  0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 1296c50c6d..6e0b5c6e8d 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 7.4.8
+PHP_VERSION = 7.4.9
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
-- 
2.27.0

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

* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9
  2020-08-07  5:52 [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9 Bernd Kuhls
@ 2020-08-08 16:17 ` Thomas Petazzoni
  2020-08-08 21:16   ` Peter Korsgaard
  2020-08-28 15:11 ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2020-08-08 16:17 UTC (permalink / raw)
  To: buildroot

On Fri,  7 Aug 2020 07:52:01 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Changelog of this bugfix release:
> https://www.php.net/ChangeLog-7.php#7.4.9
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  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, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9
  2020-08-08 16:17 ` Thomas Petazzoni
@ 2020-08-08 21:16   ` Peter Korsgaard
  2020-08-08 21:20     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2020-08-08 21:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Fri,  7 Aug 2020 07:52:01 +0200
 > Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

 >> Changelog of this bugfix release:
 >> https://www.php.net/ChangeLog-7.php#7.4.9
 >> 
 >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 >> ---
 >> package/php/php.hash | 2 +-
 >> package/php/php.mk   | 2 +-
 >> 2 files changed, 2 insertions(+), 2 deletions(-)

 > Applied to next, thanks.

Given the bugfixes, wouldn't master be better?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9
  2020-08-08 21:16   ` Peter Korsgaard
@ 2020-08-08 21:20     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2020-08-08 21:20 UTC (permalink / raw)
  To: buildroot

On Sat, 08 Aug 2020 23:16:27 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:  
> 
>  > On Fri,  7 Aug 2020 07:52:01 +0200
>  > Bernd Kuhls <bernd.kuhls@t-online.de> wrote:  
> 
>  >> Changelog of this bugfix release:
>  >> https://www.php.net/ChangeLog-7.php#7.4.9
>  >> 
>  >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
>  >> ---
>  >> package/php/php.hash | 2 +-
>  >> package/php/php.mk   | 2 +-
>  >> 2 files changed, 2 insertions(+), 2 deletions(-)  
> 
>  > Applied to next, thanks.  
> 
> Given the bugfixes, wouldn't master be better?

Right. I've applied to master as well. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9
  2020-08-07  5:52 [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9 Bernd Kuhls
  2020-08-08 16:17 ` Thomas Petazzoni
@ 2020-08-28 15:11 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-08-28 15:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog of this bugfix release:
 > https://www.php.net/ChangeLog-7.php#7.4.9

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-08-28 15:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-07  5:52 [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9 Bernd Kuhls
2020-08-08 16:17 ` Thomas Petazzoni
2020-08-08 21:16   ` Peter Korsgaard
2020-08-08 21:20     ` Thomas Petazzoni
2020-08-28 15:11 ` Peter Korsgaard

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.