All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14
@ 2021-01-07 18:02 Bernd Kuhls
  2021-01-07 18:02 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2021-01-07 18:02 UTC (permalink / raw)
  To: buildroot

Fixes CVE-2020-7071: https://bugs.php.net/bug.php?id=77423

Release notes: https://news-web.php.net/php.announce/304
Changelog: https://www.php.net/ChangeLog-7.php#7.4.14

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

 package/php/0002-iconv-tweak-iconv-detection.patch | 2 +-
 package/php/php.hash                               | 2 +-
 package/php/php.mk                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/php/0002-iconv-tweak-iconv-detection.patch b/package/php/0002-iconv-tweak-iconv-detection.patch
index 959afd80da..65ed6055bc 100644
--- a/package/php/0002-iconv-tweak-iconv-detection.patch
+++ b/package/php/0002-iconv-tweak-iconv-detection.patch
@@ -26,7 +26,7 @@ diff --git a/build/php.m4 b/build/php.m4
 index 9586c490..8b3d47ed 100644
 --- a/build/php.m4
 +++ b/build/php.m4
-@@ -1967,7 +1967,7 @@ AC_DEFUN([PHP_SETUP_ICONV], [
+@@ -1973,7 +1973,7 @@ AC_DEFUN([PHP_SETUP_ICONV], [
    dnl Check external libs for iconv funcs.
    if test "$found_iconv" = "no"; then
  
diff --git a/package/php/php.hash b/package/php/php.hash
index 5078228f48..46c589661d 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@
 # From https://www.php.net/downloads.php
-sha256  aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4  php-7.4.13.tar.xz
+sha256  f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886  php-7.4.14.tar.xz
 
 # License file
 sha256  0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index d3c5a4d983..fa518c3012 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_VERSION = 7.4.13
+PHP_VERSION = 7.4.14
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES
-- 
2.29.2

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

* [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php
  2021-01-07 18:02 [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Bernd Kuhls
@ 2021-01-07 18:02 ` Bernd Kuhls
  2021-01-07 19:32   ` Peter Korsgaard
  2021-01-07 19:32 ` [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Peter Korsgaard
  2021-01-08  7:38 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2021-01-07 18:02 UTC (permalink / raw)
  To: buildroot

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

 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index b46192deb1..72b7b6a1cd 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -410,6 +410,7 @@ F:	package/perl-timedate/
 F:	package/perl-uri/
 F:	package/perl-www-robotrules/
 F:	package/pixman/
+F:	package/php/
 F:	package/pngquant/
 F:	package/pound/
 F:	package/pulseaudio/
-- 
2.29.2

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

* [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14
  2021-01-07 18:02 [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Bernd Kuhls
  2021-01-07 18:02 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php Bernd Kuhls
@ 2021-01-07 19:32 ` Peter Korsgaard
  2021-01-08  7:38 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-01-07 19:32 UTC (permalink / raw)
  To: buildroot

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

 > Fixes CVE-2020-7071: https://bugs.php.net/bug.php?id=77423
 > Release notes: https://news-web.php.net/php.announce/304
 > Changelog: https://www.php.net/ChangeLog-7.php#7.4.14

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php
  2021-01-07 18:02 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php Bernd Kuhls
@ 2021-01-07 19:32   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-01-07 19:32 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14
  2021-01-07 18:02 [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Bernd Kuhls
  2021-01-07 18:02 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php Bernd Kuhls
  2021-01-07 19:32 ` [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Peter Korsgaard
@ 2021-01-08  7:38 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-01-08  7:38 UTC (permalink / raw)
  To: buildroot

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

 > Fixes CVE-2020-7071: https://bugs.php.net/bug.php?id=77423
 > Release notes: https://news-web.php.net/php.announce/304
 > Changelog: https://www.php.net/ChangeLog-7.php#7.4.14

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

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

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-08  7:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 18:02 [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Bernd Kuhls
2021-01-07 18:02 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add myself for php Bernd Kuhls
2021-01-07 19:32   ` Peter Korsgaard
2021-01-07 19:32 ` [Buildroot] [PATCH v2 1/2] package/php: security bump version to 7.4.14 Peter Korsgaard
2021-01-08  7:38 ` 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.