lang/php73: Update from 7.3.17 to 7.3.18
Changelog: Core: Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned). (CVE-2019-11048) Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048) Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference on !CS constant). Fixed bug #79477 (casting object into array creates references). Fixed bug #79470 (PHP incompatible with 3rd party file system on demand). Fixed bug #78784 (Unable to interact with files inside a VFS for Git repository). DOM: Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes). FCGI: Fixed bug #79491 (Search for .user.ini extends up to root dir). MBString: Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported). OpenSSL: Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes with <1s timeout). Phar: Fixed bug #79503 (Memory leak on duplicate metadata). SimpleXML: Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4). Standard: Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended). Sponsored by: Bounce Experts
This commit is contained in:
parent
64c79dcac4
commit
c5af4750f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535322
@ -1,6 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php73
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php73
|
||||
DISTVERSION= 7.3.17
|
||||
DISTVERSION= 7.3.18
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1587235461
|
||||
SHA256 (php-7.3.17.tar.xz) = 6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8
|
||||
SIZE (php-7.3.17.tar.xz) = 12116072
|
||||
TIMESTAMP = 1589480031
|
||||
SHA256 (php-7.3.18.tar.xz) = 7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58
|
||||
SIZE (php-7.3.18.tar.xz) = 12116280
|
||||
|
Loading…
Reference in New Issue
Block a user