diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-07-10 11:24:36 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-07-10 11:24:36 +0000 |
commit | 5159530ac758bef34494ee1736e3e0cc1eec1c95 (patch) | |
tree | 39359cfd4102f9502e645def979871637d644693 /lang/php73 | |
parent | 28b78d76737dd472d6e5d4e13164b19d4800d5fd (diff) | |
download | freebsd-ports-5159530ac758bef34494ee1736e3e0cc1eec1c95.zip |
lang/php73: Update from 7.3.19 to 7.3.20
Changelog:
Core:
Fixed bug #79650 (php-win.exe 100% cpu lockup).
Fixed bug #79668 (get_defined_functions(true) may miss functions).
Fixed possibly unsupported timercmp() usage.
Exif:
Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
Filter:
Fixed bug #73527 (Invalid memory access in php_filter_strip).
GD:
Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC).
OpenSSL:
Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
PDO SQLite:
Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
SPL:
Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject).
Standard:
Fixed bug #74267 (segfault with streams and invalid data).
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 | ||||
-rw-r--r-- | lang/php73/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index c546adbb3159..d4c922123804 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.19 +DISTVERSION= 7.3.20 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 2961cce98abf..4241be314045 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592076676 -SHA256 (php-7.3.19.tar.xz) = 6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422 -SIZE (php-7.3.19.tar.xz) = 12117968 +TIMESTAMP = 1594374478 +SHA256 (php-7.3.20.tar.xz) = 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888 +SIZE (php-7.3.20.tar.xz) = 12118188 |