diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-18 14:21:12 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-18 14:23:10 +0000 |
commit | 261cc2fa48a3989dd010290a50a597c5b6848712 (patch) | |
tree | 861ab946b33626dcbe7cbbde03c1eab147e9df6e | |
parent | 352e7160fbb1e12db4386816baeb413a3012ee88 (diff) | |
download | ports-261cc2fa48a3989dd010290a50a597c5b6848712.tar.gz ports-261cc2fa48a3989dd010290a50a597c5b6848712.zip |
lang/php81: Update version 8.1.2=>8.1.3
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
-rw-r--r-- | lang/php81/Makefile | 4 | ||||
-rw-r--r-- | lang/php81/distinfo | 6 | ||||
-rw-r--r-- | www/php81-opcache/Makefile | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 497986cc220f..d60709bedd16 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,6 +1,6 @@ PORTNAME= php81 -DISTVERSION= 8.1.2 -PORTREVISION?= 1 +DISTVERSION= 8.1.3 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php81/distinfo b/lang/php81/distinfo index a20306090775..1d6e4d4611e2 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642767662 -SHA256 (php-8.1.2.tar.xz) = 6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd -SIZE (php-8.1.2.tar.xz) = 11681132 +TIMESTAMP = 1645185745 +SHA256 (php-8.1.3.tar.xz) = 5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6 +SIZE (php-8.1.3.tar.xz) = 11751576 diff --git a/www/php81-opcache/Makefile b/www/php81-opcache/Makefile index 5971b05f3eae..d2402bb45027 100644 --- a/www/php81-opcache/Makefile +++ b/www/php81-opcache/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www PKGNAMESUFFIX= -opcache |