aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-10-01 23:33:31 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-10-01 23:38:45 +0000
commit0101553ad6b6b2c296823392c2c9fbf1374d7d2c (patch)
treedc4b575ca0651dfc54e788736dcbddd2c7e93a6e
parentc1c3a554f2537aacdb6b2502c6921af3e279c946 (diff)
downloadports-0101553ad6b6b2c296823392c2c9fbf1374d7d2c.tar.gz
ports-0101553ad6b6b2c296823392c2c9fbf1374d7d2c.zip
lang/php81: Update version 8.1.10=>8.1.11
* Core: - Fixed bug #81726: phar wrapper: DOS when using quine gzip file. (CVE-2022-31628) - Fixed bug #81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (CVE-2022-31629) - Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function) (Tim Starling) - Fixed bug GH-9361 (Segmentation fault on script exit #9379). - Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class constants in constant expressions). * DOM: - Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free). * FPM: - Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to error_log after daemon reload). - Fixed bug #77780 ("Headers already sent..." when previous connection was aborted). * GMP: - Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed to gmp_init()). * Intl: - Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter). * PCRE: - Fixed pcre.jit on Apple Silicon. * PDO_PGSQL: - Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed). * Reflection: - Fixed bug GH-8932 (ReflectionFunction provides no way to get the called class of a Closure). * Streams: - Fixed bug GH-9316 ($http_response_header is wrong for long status line). Relnotes: https://www.php.net/ChangeLog-8.php#PHP_8_1 Sponsored by: Bounce Experts
-rw-r--r--lang/php81/Makefile2
-rw-r--r--lang/php81/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 56385c830e24..2655c9ef097b 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,5 +1,5 @@
PORTNAME= php81
-DISTVERSION= 8.1.10
+DISTVERSION= 8.1.11
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 9f7ac0536bd7..34125e0d99d5 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662203280
-SHA256 (php-8.1.10.tar.xz) = 90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162
-SIZE (php-8.1.10.tar.xz) = 11736192
+TIMESTAMP = 1664649784
+SHA256 (php-8.1.11.tar.xz) = 3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd
+SIZE (php-8.1.11.tar.xz) = 11797016