Skip to content

Commit 1ac50f4

Browse files
mheilu-zero
authored andcommitted
php8: update to 8.2.9
This fixes: - CVE-2023-3824 Signed-off-by: Michael Heimpold <[email protected]>
1 parent 2ff545f commit 1ac50f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lang/php8/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=php
9-
PKG_VERSION:=8.2.8
9+
PKG_VERSION:=8.2.9
1010
PKG_RELEASE:=1
1111

1212
PKG_MAINTAINER:=Michael Heimpold <[email protected]>
@@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php
1616

1717
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1818
PKG_SOURCE_URL:=http://www.php.net/distributions/
19-
PKG_HASH:=cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801
19+
PKG_HASH:=1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765
2020

2121
PKG_BUILD_PARALLEL:=1
2222
PKG_BUILD_FLAGS:=no-mips16

lang/php8/patches/0025-php-5.4.9-fixheader.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Make generated php_config.h constant across rebuilds.
99

1010
--- a/configure.ac
1111
+++ b/configure.ac
12-
@@ -1451,7 +1451,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
12+
@@ -1453,7 +1453,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
1313
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
1414
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
1515

lang/php8/patches/1004-disable-phar-command.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
--- a/configure.ac
1313
+++ b/configure.ac
14-
@@ -1634,13 +1634,13 @@ CFLAGS_CLEAN="$CFLAGS \$(PROF_FLAGS)"
14+
@@ -1636,13 +1636,13 @@ CFLAGS_CLEAN="$CFLAGS \$(PROF_FLAGS)"
1515
CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
1616
CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"
1717

0 commit comments

Comments
 (0)