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
This commit is contained in:
@@ -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"
|
||||
+2
-2
@@ -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}
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel
|
||||
PKGNAMEPREFIX= mod_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user