diff mbox series

[2022.02.x,1/1] package/php: security bump version to 8.0.27

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

Commit Message

Bernd Kuhls Jan. 7, 2023, 8:18 p.m. UTC
Release notes: https://www.php.net/releases/8_0_27.php
Changelog: https://www.php.net/ChangeLog-8.php#8.0.27

Fixes CVE-2022-31631: http://bugs.php.net/81740

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 Jan. 11, 2023, 9:51 a.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes: https://www.php.net/releases/8_0_27.php
 > Changelog: https://www.php.net/ChangeLog-8.php#8.0.27

 > Fixes CVE-2022-31631: http://bugs.php.net/81740

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

Committed to 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/php/php.hash b/package/php/php.hash
index 574d5fb7c4..01e9c4fe79 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@ 
 # From https://www.php.net/downloads.php
-sha256  a291b71d0498707fc5514eb5b9513e88f0f1d4890bcdefd67282ded8a2bfb941  php-8.0.25.tar.xz
+sha256  f942cbfe2f7bacbb8039fb79bbec41c76ea779ac5c8157f21e1e0c1b28a5fc3a  php-8.0.27.tar.xz
 
 # License file
 sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 531f88e896..e1b62b02a8 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PHP_VERSION = 8.0.25
+PHP_VERSION = 8.0.27
 PHP_SITE = https://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES