aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2024-01-28 11:20:07 +0100
committerMichael Heimpold <mhei@heimpold.de>2024-01-28 11:20:07 +0100
commitdd200c8fe0514cc57df6e336097b330d52d6ccf6 (patch)
tree41469bb364d886906c02d7ce64a9975c69fd9361 /lang
parentbdbc7007b5f3940bc322e3cbec90f14515601950 (diff)
php8: update to 8.3.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang')
-rw-r--r--lang/php8/Makefile4
-rw-r--r--lang/php8/patches/1004-disable-phar-command.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php8/Makefile b/lang/php8/Makefile
index 7a2dd4ba4..e97cedf24 100644
--- a/lang/php8/Makefile
+++ b/lang/php8/Makefile
@@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=php
-PKG_VERSION:=8.3.1
+PKG_VERSION:=8.3.2
PKG_RELEASE:=1
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
@@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.php.net/distributions/
-PKG_HASH:=56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758
+PKG_HASH:=4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e
PKG_BUILD_PARALLEL:=1
PKG_BUILD_FLAGS:=no-mips16
diff --git a/lang/php8/patches/1004-disable-phar-command.patch b/lang/php8/patches/1004-disable-phar-command.patch
index 308afedc0..a51bae4ca 100644
--- a/lang/php8/patches/1004-disable-phar-command.patch
+++ b/lang/php8/patches/1004-disable-phar-command.patch
@@ -11,7 +11,7 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -1690,13 +1690,13 @@ CFLAGS_CLEAN="$CFLAGS \$(PROF_FLAGS)"
+@@ -1691,13 +1691,13 @@ CFLAGS_CLEAN="$CFLAGS \$(PROF_FLAGS)"
CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"