diff mbox series

[1/1] package/php: security bump version to 8.1.11

Message ID 20221016155252.1723048-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/php: security bump version to 8.1.11 | expand

Commit Message

Bernd Kuhls Oct. 16, 2022, 3:52 p.m. UTC
Fixes
- CVE-2022-31628: http://bugs.php.net/81726
- CVE-2022-31629: http://bugs.php.net/81727

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(-)

Comments

Peter Korsgaard Oct. 17, 2022, 8:37 a.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Fixes
 > - CVE-2022-31628: http://bugs.php.net/81726
 > - CVE-2022-31629: http://bugs.php.net/81727

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

Committed, thanks.

Is there a similar fix for the 8.0.x branch for 2022.02.x?
Bernd Kuhls Oct. 17, 2022, 6:16 p.m. UTC | #2
Am Mon, 17 Oct 2022 10:37:18 +0200 schrieb Peter Korsgaard:

>>>>>> "Bernd" == Bernd Kuhls
>>>>>> <bernd.kuhls@t-online.de> writes:
> 
>  > Fixes - CVE-2022-31628: http://bugs.php.net/81726 - CVE-2022-31629:
>  > http://bugs.php.net/81727
> 
>  > Signed-off-by: Bernd Kuhls
>  > <bernd.kuhls@t-online.de>
> 
> Committed, thanks.
> 
> Is there a similar fix for the 8.0.x branch for 2022.02.x?

Hi Peter,

yes, sent http://patchwork.ozlabs.org/project/buildroot/patch/
20221017181523.95205-1-bernd.kuhls@t-online.de/

Regards, Bernd
Peter Korsgaard Nov. 2, 2022, 10:49 p.m. UTC | #3
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Fixes
 > - CVE-2022-31628: http://bugs.php.net/81726
 > - CVE-2022-31629: http://bugs.php.net/81727

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

Committed to 2022.08.x, thanks.
diff mbox series

Patch

diff --git a/package/php/php.hash b/package/php/php.hash
index 5fb373ec11..c4c42a2c7d 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@ 
 # From https://www.php.net/downloads.php
-sha256  53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf  php-8.1.9.tar.xz
+sha256  3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd  php-8.1.11.tar.xz
 
 # License file
 sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 77584813c3..7136fd9744 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PHP_VERSION = 8.1.9
+PHP_VERSION = 8.1.11
 PHP_SITE = https://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES