diff mbox series

[3/3] package/php: security bump version to 8.0.20

Message ID 20220611121614.1172869-3-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/3] package/apache: add brotli as optional dependency | expand

Commit Message

Bernd Kuhls June 11, 2022, 12:16 p.m. UTC
Changelog: https://www.php.net/ChangeLog-8.php#8.0.20

Fixes CVE-2022-31625 and CVE-2022-31626.

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

Arnout Vandecappelle June 14, 2022, 6:44 p.m. UTC | #1
On 11/06/2022 14:16, Bernd Kuhls wrote:
> Changelog: https://www.php.net/ChangeLog-8.php#8.0.20
> 
> Fixes CVE-2022-31625 and CVE-2022-31626.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 e0aca101b4..2e9aa6880b 100644
> --- a/package/php/php.hash
> +++ b/package/php/php.hash
> @@ -1,5 +1,5 @@
>   # From https://www.php.net/downloads.php
> -sha256  ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab  php-8.0.19.tar.xz
> +sha256  973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b  php-8.0.20.tar.xz
>   
>   # License file
>   sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
> diff --git a/package/php/php.mk b/package/php/php.mk
> index 5053f34b85..f649a9bb8b 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -PHP_VERSION = 8.0.19
> +PHP_VERSION = 8.0.20
>   PHP_SITE = https://www.php.net/distributions
>   PHP_SOURCE = php-$(PHP_VERSION).tar.xz
>   PHP_INSTALL_STAGING = YES
Peter Korsgaard July 13, 2022, 10:56 a.m. UTC | #2
On 11/06/2022 14.16, Bernd Kuhls wrote:
> Changelog: https://www.php.net/ChangeLog-8.php#8.0.20
> 
> Fixes CVE-2022-31625 and CVE-2022-31626.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2022.02.x and 2022.05.x, thanks.
diff mbox series

Patch

diff --git a/package/php/php.hash b/package/php/php.hash
index e0aca101b4..2e9aa6880b 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@ 
 # From https://www.php.net/downloads.php
-sha256  ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab  php-8.0.19.tar.xz
+sha256  973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b  php-8.0.20.tar.xz
 
 # License file
 sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 5053f34b85..f649a9bb8b 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PHP_VERSION = 8.0.19
+PHP_VERSION = 8.0.20
 PHP_SITE = https://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES