* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7
@ 2020-06-13 8:32 Bernd Kuhls
2020-06-14 16:32 ` Yann E. MORIN
2020-07-13 7:03 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2020-06-13 8:32 UTC (permalink / raw)
To: buildroot
Changelog: https://www.php.net/ChangeLog-7.php#7.4.7
Contrary to the release notification on the mailinglist
https://news-web.php.net/php.announce/287
which declares this release as "security bug fix release" no CVE IDs
could be found on the bugtracker entries mentioned in the Changelog.
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 0267375f6e..9789a99988 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@
# From https://www.php.net/downloads.php
-sha256 d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832 php-7.4.6.tar.xz
+sha256 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf php-7.4.7.tar.xz
# License file
sha256 0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7 LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 73be57a8a1..ed71404c7b 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 7.4.6
+PHP_VERSION = 7.4.7
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7
2020-06-13 8:32 [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7 Bernd Kuhls
@ 2020-06-14 16:32 ` Yann E. MORIN
2020-07-13 7:03 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-06-14 16:32 UTC (permalink / raw)
To: buildroot
Bernd, All,
On 2020-06-13 10:32 +0200, Bernd Kuhls spake thusly:
> Changelog: https://www.php.net/ChangeLog-7.php#7.4.7
>
> Contrary to the release notification on the mailinglist
> https://news-web.php.net/php.announce/287
> which declares this release as "security bug fix release" no CVE IDs
> could be found on the bugtracker entries mentioned in the Changelog.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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 0267375f6e..9789a99988 100644
> --- a/package/php/php.hash
> +++ b/package/php/php.hash
> @@ -1,5 +1,5 @@
> # From https://www.php.net/downloads.php
> -sha256 d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832 php-7.4.6.tar.xz
> +sha256 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf php-7.4.7.tar.xz
>
> # License file
> sha256 0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7 LICENSE
> diff --git a/package/php/php.mk b/package/php/php.mk
> index 73be57a8a1..ed71404c7b 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -PHP_VERSION = 7.4.6
> +PHP_VERSION = 7.4.7
> PHP_SITE = http://www.php.net/distributions
> PHP_SOURCE = php-$(PHP_VERSION).tar.xz
> PHP_INSTALL_STAGING = YES
> --
> 2.26.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7
2020-06-13 8:32 [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7 Bernd Kuhls
2020-06-14 16:32 ` Yann E. MORIN
@ 2020-07-13 7:03 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-13 7:03 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Changelog: https://www.php.net/ChangeLog-7.php#7.4.7
> Contrary to the release notification on the mailinglist
> https://news-web.php.net/php.announce/287
> which declares this release as "security bug fix release" no CVE IDs
> could be found on the bugtracker entries mentioned in the Changelog.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Even if it isn't a security release as such, it contains quite some
bugfixes - So committed to 2020.02.x and 2020.05.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-13 7:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-13 8:32 [Buildroot] [PATCH 1/1] package/php: bump version to 7.4.7 Bernd Kuhls
2020-06-14 16:32 ` Yann E. MORIN
2020-07-13 7:03 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox