aboutsummaryrefslogtreecommitdiff
path: root/lang/php73
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-10-25 10:35:46 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-10-25 10:35:46 +0000
commit1ba4d536e6e81274c47775fbaeef019f7c50f293 (patch)
treed356955b2b106ef29ae785d7c2cfff33069a1e8c /lang/php73
parent79811875e635fccd4afcd36854d94c918f18bf88 (diff)
downloadports-1ba4d536e6e81274c47775fbaeef019f7c50f293.tar.gz
ports-1ba4d536e6e81274c47775fbaeef019f7c50f293.zip
lang/php73: Update from 7.3.10 to 7.3.11
Changelog: Core: Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). Fixed bug #78620 (Out of memory error). Exif: Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle) FPM: Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043) Fixed bug #78413 (request_terminate_timeout does not take effect after fastcgi_finish_request). MBString: Fixed bug #78633 (Heap buffer overflow (read) in mb_eregi). Fixed bug #78579 (mb_decode_numericentity: args number inconsistency). Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects). MySQLi: Fixed bug #76809 (SSL settings aren't respected when persistent connections are used). Mysqlnd: Fixed bug #78525 (Memory leak in pdo when reusing native prepared statements). PCRE: Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze child process). PDO_MySQL: Fixed bug #78623 (Regression caused by "SP call yields additional empty result set"). Session: Fixed bug #78624 (session_gc return value for user defined session handlers). Standard: Fixed bug #76342 (file_get_contents waits twice specified timeout). Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter). Fixed bug #76859 (stream_get_line skips data if used with data-generating filter). Zip: Fixed bug #78641 (addGlob can modify given remove_path value). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.11 MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=515601
Diffstat (limited to 'lang/php73')
-rw-r--r--lang/php73/Makefile2
-rw-r--r--lang/php73/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index c5075a34bd6c..cf1e126b1ca8 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php73
-DISTVERSION= 7.3.10
+DISTVERSION= 7.3.11
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php73/distinfo b/lang/php73/distinfo
index 09dd7b04b5fa..d9413d2fabf0 100644
--- a/lang/php73/distinfo
+++ b/lang/php73/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569706272
-SHA256 (php-7.3.10.tar.xz) = 42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906
-SIZE (php-7.3.10.tar.xz) = 12086948
+TIMESTAMP = 1571995527
+SHA256 (php-7.3.11.tar.xz) = 657cf6464bac28e9490c59c07a2cf7bb76c200f09cfadf6e44ea64e95fa01021
+SIZE (php-7.3.11.tar.xz) = 12092412