diff mbox series

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

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

Commit Message

Bernd Kuhls Jan. 5, 2023, 8:10 p.m. UTC
Changelog: https://www.php.net/ChangeLog-8.php#8.1.14

Fixes CVE 2022-31631: https://bugs.php.net/bug.php?id=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. 5, 2023, 10:29 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog: https://www.php.net/ChangeLog-8.php#8.1.14
 > Fixes CVE 2022-31631: https://bugs.php.net/bug.php?id=81740

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

Committed, thanks. Is there a similar bump needed for 8.0.x for
2022.02.x?
Peter Korsgaard Jan. 11, 2023, 9:50 a.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog: https://www.php.net/ChangeLog-8.php#8.1.14
 > Fixes CVE 2022-31631: https://bugs.php.net/bug.php?id=81740

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

Committed to 2022.11.x, thanks.
diff mbox series

Patch

diff --git a/package/php/php.hash b/package/php/php.hash
index 461dc36031..23ec84f19f 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@ 
 # From https://www.php.net/downloads.php
-sha256  b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856  php-8.1.13.tar.xz
+sha256  e16e47a872d58685913ac848ce92ec49f42c1828110c98c65fb6265a08724a1a  php-8.1.14.tar.xz
 
 # License file
 sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index 1fdf5c68a2..23dd4ba96f 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PHP_VERSION = 8.1.13
+PHP_VERSION = 8.1.14
 PHP_SITE = https://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES