git: f789e1ba63ce - 2025Q3 - lang/php81: Update version 8.1.32=>8.1.33

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 03 Jul 2025 18:42:54 UTC
The branch 2025Q3 has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f789e1ba63cef91de780b00a38a19607edf35514

commit f789e1ba63cef91de780b00a38a19607edf35514
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-07-03 18:08:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-07-03 18:41:53 +0000

    lang/php81: Update version 8.1.32=>8.1.33
    
    Changelog: https://www.php.net/ChangeLog-8.php#8.1.33
    
    Security:       CVE-2025-1220
    Security:       CVE-2025-1735
    Security:       CVE-2025-6491
    
    MFH:            2025Q3
    (cherry picked from commit 757510de68326e55607df71b3ccdd85e4f50fd63)
---
 devel/php81-intl/files/patch-config.m4 | 22 ----------------------
 lang/php81/Makefile                    |  4 ++--
 lang/php81/distinfo                    |  6 +++---
 net/php81-soap/Makefile                |  1 -
 textproc/php81-dom/Makefile            |  1 -
 textproc/php81-simplexml/Makefile      |  1 -
 textproc/php81-xml/Makefile            |  1 -
 textproc/php81-xmlreader/Makefile      |  1 -
 textproc/php81-xmlwriter/Makefile      |  1 -
 textproc/php81-xsl/Makefile            |  1 -
 www/mod_php81/Makefile                 |  1 -
 11 files changed, 5 insertions(+), 35 deletions(-)

diff --git a/devel/php81-intl/files/patch-config.m4 b/devel/php81-intl/files/patch-config.m4
deleted file mode 100644
index e78dbf7844e7..000000000000
--- a/devel/php81-intl/files/patch-config.m4
+++ /dev/null
@@ -1,22 +0,0 @@
-https://github.com/php/php-src/commit/037855fcd3f2
-
---- config.m4.orig	2024-04-09 18:46:23 UTC
-+++ config.m4
-@@ -80,7 +80,16 @@ if test "$PHP_INTL" != "no"; then
-     breakiterator/codepointiterator_methods.cpp"
- 
-   PHP_REQUIRE_CXX()
--  PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX)
-+
-+  AC_MSG_CHECKING([if intl requires -std=gnu++17])
-+  AS_IF([test "$PKG_CONFIG icu-uc --atleast-version=74"],[
-+    AC_MSG_RESULT([yes])
-+    PHP_CXX_COMPILE_STDCXX(17, mandatory, PHP_INTL_STDCXX)
-+  ],[
-+    AC_MSG_RESULT([no])
-+    PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX)
-+  ])
-+
-   PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS"
-   case $host_alias in
-   *cygwin*) PHP_INTL_CXX_FLAGS="$PHP_INTL_CXX_FLAGS -D_POSIX_C_SOURCE=200809L"
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 4b7771c16bd7..b58d8cf8910e 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	php81
-DISTVERSION=	8.1.32
-PORTREVISION?=	1
+DISTVERSION=	8.1.33
+PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${DISTVERSION}
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 0cf4c6ddb11b..2e4d04ea9231 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741933806
-SHA256 (php-8.1.32.tar.xz) = c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383
-SIZE (php-8.1.32.tar.xz) = 11893516
+TIMESTAMP = 1751555623
+SHA256 (php-8.1.33.tar.xz) = 9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1
+SIZE (php-8.1.33.tar.xz) = 11898724
diff --git a/net/php81-soap/Makefile b/net/php81-soap/Makefile
index edfa1b90068d..fc40ac2c512d 100644
--- a/net/php81-soap/Makefile
+++ b/net/php81-soap/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-dom/Makefile b/textproc/php81-dom/Makefile
index 18ce3512cdbf..d6610e9682c1 100644
--- a/textproc/php81-dom/Makefile
+++ b/textproc/php81-dom/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-simplexml/Makefile b/textproc/php81-simplexml/Makefile
index 171dd964ccbf..4771fd3f274a 100644
--- a/textproc/php81-simplexml/Makefile
+++ b/textproc/php81-simplexml/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xml/Makefile b/textproc/php81-xml/Makefile
index 0800edeb41eb..6baacc4611cc 100644
--- a/textproc/php81-xml/Makefile
+++ b/textproc/php81-xml/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xmlreader/Makefile b/textproc/php81-xmlreader/Makefile
index 414e7cc8b146..2a5922ee6820 100644
--- a/textproc/php81-xmlreader/Makefile
+++ b/textproc/php81-xmlreader/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xmlwriter/Makefile b/textproc/php81-xmlwriter/Makefile
index 9d8addc95c93..e0cadc6a76b0 100644
--- a/textproc/php81-xmlwriter/Makefile
+++ b/textproc/php81-xmlwriter/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xsl/Makefile b/textproc/php81-xsl/Makefile
index fe4f8282559f..e15435fa3047 100644
--- a/textproc/php81-xsl/Makefile
+++ b/textproc/php81-xsl/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/www/mod_php81/Makefile b/www/mod_php81/Makefile
index 4d6184f9cdb3..82d7543e42b3 100644
--- a/www/mod_php81/Makefile
+++ b/www/mod_php81/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	www devel
 PKGNAMEPREFIX=	mod_