summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-07-03 20:08:33 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-07-03 20:38:23 +0200
commit757510de68326e55607df71b3ccdd85e4f50fd63 (patch)
tree7d581b5dd9616ecf3ae9465babc803c14607dafe
parentKDE: Update Gear to 25.04.3 (diff)
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
-rw-r--r--devel/php81-intl/files/patch-config.m422
-rw-r--r--lang/php81/Makefile4
-rw-r--r--lang/php81/distinfo6
-rw-r--r--net/php81-soap/Makefile1
-rw-r--r--textproc/php81-dom/Makefile1
-rw-r--r--textproc/php81-simplexml/Makefile1
-rw-r--r--textproc/php81-xml/Makefile1
-rw-r--r--textproc/php81-xmlreader/Makefile1
-rw-r--r--textproc/php81-xmlwriter/Makefile1
-rw-r--r--textproc/php81-xsl/Makefile1
-rw-r--r--www/mod_php81/Makefile1
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 18fb57821adf..86179960786f 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_