mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
261cc2fa48
Core: Fixed bug #81430 (Attribute instantiation leaves dangling pointer). Fixed bug #7896 (Environment vars may be mangled on Windows). Fixed bug #7883 (Segfault when INI file is not readable). FFI: Fixed bug #7867 (FFI::cast() from pointer to array is broken). Filter: Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708) FPM: Fixed memory leak on invalid port. Fixed bug #7842 (Invalid OpenMetrics response format returned by FPM status page. MBString: Fixed bug #7902 (mb_send_mail may delimit headers with LF only). MySQLnd: Fixed bug #7972 (MariaDB version prefix 5.5.5- is not stripped). pcntl: Fixed pcntl_rfork build for DragonFlyBSD. Sockets: Fixed bug #7978 (sockets extension compilation errors). Standard: Fixed bug #7899 (Regression in unpack for negative int value). Fixed bug #7875 (mails are sent even if failure to log throws exception). Relnotes: https://www.php.net/ChangeLog-8.php#8.1.3
10 lines
142 B
Makefile
10 lines
142 B
Makefile
CATEGORIES= www
|
|
|
|
PKGNAMESUFFIX= -opcache
|
|
|
|
USES= php:zend,noflavors
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php81
|
|
|
|
.include "${MASTERDIR}/Makefile"
|